Results 1 to 4 of 4
  1. #1
    araz's Avatar
    Join Date
    Apr 2007
    Posts
    90
    Reputation
    10
    Thanks
    2

    Mass help with Hotkeys Warrock

    basically i have no idea how to make hotkeys and i really need them for my hack the uses checkboxes

    so if i have a checkbox hack that has a timer, for instance no bounds

    the timer for no bounds will be False Interval 1

    Call ********("Warrock", &HDAE378, 0)
    Call ********("Warrock", &HDAE380, 0)

    so where do i put the hotkey code and everything etc

    and

    if i have a checkbox hack that DOESN'T have a timer, for instance Glass Walls

    my code is

    If Check14.Value = 1 Then
    Call ***********("warrock", &HB2A848, 0.6)
    Else
    Call **********("warrock", &HB2A848, 1166127104)
    End If

    where do i put the hotkey code and do i need a timer and all that

    thanks a lot

    credits will be given of course

  2. #2
    jeffreyjenkins's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    ok this is just an example where the hotkeys go:

    Ex. SuperJump

    If GetAsyncKeyState(vbKeyControl) And GetAsyncKeyState(vbKeySpace) Then
    Dim jump1 As Long
    Dim jump2 As Long
    Dim jump3 As Single
    Call ReadALong("warrock", &H1363380, jump1)
    jump2 = jump1 + &H178
    jump3 = txtJump.Text
    Call WriteAFloat("warrock", jump2, jump3)
    End If

    -------------

    If GetAsyncKeyState(vbKeyControl)=Gives HotKey for Ctrl

    And GetAsyncKeyState(vbKeySpace)=Gives hotkey for Space Bar

    So hotkeys together would be Ctrl+Space to superjump

  3. #3
    Niratsio's Avatar
    Join Date
    Aug 2007
    Posts
    458
    Reputation
    10
    Thanks
    26
    it doesn't metter if you strange the strings or not.
    that doesn't detected the hack!

  4. #4
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    Quote Originally Posted by Niratsio View Post
    it doesn't metter if you strange the strings or not.
    that doesn't detected the hack!
    quit spamming random crap thx strings do matter btw

Similar Threads

  1. Dam i need help with my warrock again :(
    By TryMe in forum WarRock - International Hacks
    Replies: 18
    Last Post: 04-04-2009, 01:49 AM
  2. [Help]With Hotkeys..
    By dor619 in forum Visual Basic Programming
    Replies: 2
    Last Post: 10-14-2007, 12:03 PM
  3. Need help with my warrock hack code
    By dikketr0l in forum Visual Basic Programming
    Replies: 6
    Last Post: 08-04-2007, 06:36 AM
  4. Help With Korean Warrock
    By chc18 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 04-29-2007, 07:24 PM
  5. Help with korean Warrock!
    By naomelembro14 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 04-05-2007, 02:59 AM

Tags for this Thread