Results 1 to 4 of 4
  1. #1
    noobi4life's Avatar
    Join Date
    Oct 2007
    Posts
    63
    Reputation
    10
    Thanks
    35

    5th sloth (HELP)

    When I put in This code in timer:

    Code:
    Call WriteALong("Warrock", &HB4C7D0, 4)
    It aint work for 5th sloth wats wrong?

    I did this in a command button:

    Code:
    timer1.Enabled = True
    THIS ALSO DOESNT WORK:
    Code:
    Private Sub Command1_Click()
    Timer1.Interval = 1
    End Sub
    
    Private Sub Command2_Click()
    Timer1.Interval = 0
    End Sub
    
    Private Sub Timer1_Timer()
    Call WriteALong("Warrock", &HB4C7D0, 4)
    End Sub
    Last edited by noobi4life; 10-28-2007 at 03:24 AM.

  2. #2
    Gold Stone's Avatar
    Join Date
    Oct 2007
    Posts
    50
    Reputation
    10
    Thanks
    44
    Thats not correct, try :

    Timer1.interval = 1 ( For ON )
    Timer1.interval = 0 ( For OFF )

  3. #3
    coke12's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    i guess ur adress ir wrong or patched...

  4. #4
    XqwertyX's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    437
    Reputation
    19
    Thanks
    71
    if timer 1 is enabled, then check

    the address and value

    and your module

Similar Threads

  1. Help With 5th Slot in VB6
    By shanky1 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 08-16-2007, 09:51 AM
  2. 5th sloth
    By H4rdc0r3NL in forum WarRock Korea Hacks
    Replies: 4
    Last Post: 07-11-2007, 03:08 PM
  3. 5th sloth
    By Jeffrey1993 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 06-08-2007, 02:34 PM
  4. help with 5th slot
    By prox32 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-08-2007, 11:37 AM
  5. 5th slot help
    By xydox in forum WarRock - International Hacks
    Replies: 3
    Last Post: 04-23-2007, 08:33 AM