Results 1 to 4 of 4

Threaded View

  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.

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