Results 1 to 12 of 12
  1. #1
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1

    Whats wrong... inst. spawn & 5th slot

    whats wrong...?

    instant spawn:

    Private Sub Timer10_Timer()
    Call WriteALong("WarRock", &HDED290, 0)
    End Sub

    Private Sub Timer13_Timer()
    If GetAsyncKeyState(117) <> 0 Then
    Timer10.Interval = 1
    End If
    End Sub


    5th slot:

    Private Sub Timer14_Timer()
    Call WriteALong("WarRock", &HB146B0, 4)
    End Sub

    Private Sub Timer15_Timer()
    If GetAsyncKeyState(118) <> 0 Then
    Timer14.Interval = 1
    End If
    End Sub


    please help me :\ they doesnt work

  2. #2
    123456789987654321's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    HOLLAND
    Posts
    243
    Reputation
    11
    Thanks
    6
    instand spawn:



    Private Sub Command4_Click()
    Timer2.Interval = 1
    End Sub

    Private Sub Command5_Click()
    Timer2.Interval = 0
    End Sub

    Private Sub Timer2_Timer()
    Call WriteALong("WarRock", &HDED290, 0)
    End Sub

  3. #3
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    it is.. just in timers

  4. #4
    123456789987654321's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    HOLLAND
    Posts
    243
    Reputation
    11
    Thanks
    6
    no you have 1 timer and 2 command buttons it works fine for me i have it just out of my hack

  5. #5
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    i dont need a OFF button...

    and i use all in timers for hotkeys.. and i got the same...

  6. #6
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    up.... need the answers pls..

  7. #7
    ziom2322's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    1
    I think it doesnt work cuz you're trying freezee timer in other timer Try freezee timer (interval = 1) in command (button) or something

  8. #8
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    rofl..

    timer can freeze other timer.. all my hacks are this.. and it works.. but this doesnt..

    buttons are shit... no hotkeys

  9. #9
    ziom2322's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    1
    SO maybe Instant Spawn dont work cuz it have two addresses to freezee both to 0.


    ANd fifth slot... i have no idea maybe its wrong address.

    You didnt tell.. Do you have errors in compile or its all correct and just do nothing

  10. #10
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    just do nothings...

    and whats the 2nd adress?

  11. #11
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    Instant respawn:
    Code:
    Private Sub Timer10_Timer()
    Call WriteALong("WarRock", &HDED290, 0)
    Call WriteALong("WarRock", &HB20E40, 0)
    End Sub
    
    Private Sub Timer13_Timer()
    If GetAsyncKeyState(117) <> 0 Then
    Timer10.Interval = 1
    End If
    End Sub
    5th slot:
    Code:
    Private Sub Timer14_Timer()
    Call WriteALong("WarRock", &HB166B0, 4)
    End Sub
    
    Private Sub Timer15_Timer()
    If GetAsyncKeyState(118) <> 0 Then
    Timer14.Interval = 1
    End If
    End Sub
    ur problems were in addresses
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  12. #12
    nbr1dan's Avatar
    Join Date
    Mar 2007
    Location
    At my computer
    Posts
    168
    Reputation
    14
    Thanks
    15
    Here is fifth slot>

    Code:
    Private Sub Command10_Click()
    Call WriteALong("WarRock", &HB166B0, 4)
    End Sub

    Here is Instant spawn>

    Code:
    Private Sub Timer2_Timer()
    Call WriteALong("WarRock", &HB20E40, 0)
    Call WriteALong("WarRock", &HDED290, 0)
    End Sub

    Notice thats in a timer, U will need two command buttons also. If you want to cut on and off.

    Hope this helps

Similar Threads

  1. Whats wrong with my code? =(
    By SadisticGrin in forum C++/C Programming
    Replies: 13
    Last Post: 08-03-2007, 11:39 AM
  2. 5th slot tut
    By lolhackerlol in forum WarRock - International Hacks
    Replies: 14
    Last Post: 05-09-2007, 09:24 AM
  3. help with 5th slot
    By prox32 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-08-2007, 11:37 AM
  4. 5th slot help
    By xydox in forum WarRock - International Hacks
    Replies: 3
    Last Post: 04-23-2007, 08:33 AM
  5. i think i know whats wrong with gourav
    By iverson954360 in forum General
    Replies: 14
    Last Post: 12-19-2006, 10:07 AM