Results 1 to 11 of 11
  1. #1
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265

    whats wrong stamina

    hello, i get one question, whats wrong with the hotkey for stamina?

    Private Sub Timer5_Timer()
    If GetKeyPress(vbKeyControl) And GetKeyPress(vbKeyW) Then
    Call WriteALong("WarRock", &H7DB120, 1120403456)
    End If
    End Sub

  2. #2
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    w00t? stamina has to be frozen m8

    so hotkey should be
    Code:
    Private Sub Timer5_Timer()
    If GetKeyPress(vbKeyControl) And GetKeyPress(vbKeyW) Then
    timer1.interval = 1
    End If
    End Sub
    and timer1 should be
    Code:
    private sub timer1_timer()
    call writealong("WarRock", &H7DB120, 1120403456)
    end sub
    of course apply the timer code to any timer u want, but remember to change the timer1.interval 1 into the number of timer u used
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  3. #3
    Threadstarter
    Expert Member
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    also i need 2 timer`s ???

  4. #4
    ........'s Avatar
    Join Date
    May 2007
    Posts
    189
    Reputation
    15
    Thanks
    0
    No you need 1 timer!!

  5. #5
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    if you want it to be hotkey you need 2 timers
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  6. #6
    Threadstarter
    Expert Member
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    ok, 2 timers ^^ and how?? if i only get 1 hack like stamina, how looks the code??

  7. #7
    mains3rv3r's Avatar
    Join Date
    Mar 2007
    Gender
    male
    Location
    NC
    Posts
    360
    Reputation
    27
    Thanks
    29
    My Mood
    Devilish
    Quote Originally Posted by dezer View Post
    w00t? stamina has to be frozen m8

    so hotkey should be
    Code:
    Private Sub Timer5_Timer()
    If GetKeyPress(vbKeyControl) And GetKeyPress(vbKeyW) Then
    timer1.interval = 1
    End If
    End Sub
    and timer1 should be
    Code:
    private sub timer1_timer()
    call writealong("WarRock", &H7DB120, 1120403456)
    end sub
    of course apply the timer code to any timer u want, but remember to change the timer1.interval 1 into the number of timer u used
    He basically gave you the code already... did you try it?

  8. #8
    crazy4her's Avatar
    Join Date
    Jun 2007
    Gender
    male
    Location
    Portugal
    Posts
    218
    Reputation
    10
    Thanks
    0
    wrong adress...
    [IMG]https://www.danasof*****m/sig/KEKEgotcha.jpg[/IMG]


  9. #9
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    address is 100% right
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  10. #10
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    also it have to be GetAsyncKeyState

  11. #11
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    no its not necessary getkeypress is declared already in module posted by theredeye
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

Similar Threads

  1. superjump - whats wrong
    By kingkicker8 in forum WarRock - International Hacks
    Replies: 36
    Last Post: 10-21-2007, 08:16 PM
  2. Whats wrong with my code? =(
    By SadisticGrin in forum C++/C Programming
    Replies: 13
    Last Post: 08-03-2007, 11:39 AM
  3. Scope.. Whats wrong?
    By kingkicker8 in forum WarRock - International Hacks
    Replies: 14
    Last Post: 06-26-2007, 11:28 AM
  4. Whats wrong... inst. spawn & 5th slot
    By kingkicker8 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 06-24-2007, 10:54 PM
  5. i think i know whats wrong with gourav
    By iverson954360 in forum General
    Replies: 14
    Last Post: 12-19-2006, 10:07 AM