Results 1 to 5 of 5
  1. #1
    floris12345!'s Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    gasdhf
    Posts
    63
    Reputation
    10
    Thanks
    13

    what is the code and the right hotkey (space) for SJ

    i tried to add a hotkey to my superjump
    but it dont work : ?

    If GetKeyPress(vbKeySpace) Then
    Dim SJ As Long
    Dim SJ1 As Long
    Dim SJ2 As Single
    Call ReadALong("WarRock", &address, SJ)
    SJ1 = SJ + &H180
    SJ2 = Text1.Text
    Call WriteAFloat("WarRock", SJ1, SJ2)

    then i get the error "Sub or Function is not defied"
    but i tried it with an old address and it didnt work why ?

  2. #2
    bohnenbong's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    On the toilette^^
    Posts
    222
    Reputation
    10
    Thanks
    47
    wrong offset...
    &H179

  3. #3
    -TM-'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    ChairNearDesk
    Posts
    108
    Reputation
    12
    Thanks
    41
    This needs to be in a Timer with a Interval of about 150 - 300, I usually do 200...

    If GetKeyPress(vbKeySpace) Then
    Dim SJ As Long
    Dim SJ1 As Long
    Dim SJ2 As Single
    Call ReadALong("WarRock", &H12DF500, SJ)
    SJ1 = SJ + &H179
    SJ2 = Text1.Text
    Call WriteAFloat("WarRock", SJ1, SJ2)
    End If

    Game updated, offsets and address's changed...

    Sub or Function not defined...Something is wrong with your Module I'm guessing, you didn't specify enough.
    Last edited by -TM-; 01-19-2008 at 03:01 PM.

  4. #4
    Teh Sasuke's Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    白昼夢
    Posts
    73
    Reputation
    10
    Thanks
    13
    My super jump code :

    Timer?.interval = 1

    If GetKeyPress (vbKeyControl) And GetKeyPress (vbKeySpace) Then
    Dim SJ As Long
    Dim SJ1 As Long
    Dim SJ2 As Single
    Call ReadALong("warrock", &H12DF500, SJ)
    SJ1 = SJ + &H178
    SJ2 = Text1.Text
    Call WriteAFloat("warrock", SJ1, SJ2)
    End If

    And this is working . Tested by me .

  5. #5
    floris12345!'s Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    gasdhf
    Posts
    63
    Reputation
    10
    Thanks
    13
    i am sorry but i made it right
    but when i press space he jumps normal
    with Ctrl nothing happens
    and when i press space+Ctrl it works sometimes

Similar Threads

  1. is this the right code for (Anti-Kick) New Addresses
    By floris12345! in forum Visual Basic Programming
    Replies: 6
    Last Post: 01-28-2008, 06:33 PM
  2. is this the right code?
    By ownedplox in forum WarRock - International Hacks
    Replies: 5
    Last Post: 01-21-2008, 01:35 PM
  3. I'm making a UCE, but what is the Invisible address?
    By scooby107 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 04-17-2007, 07:11 PM
  4. Hi there (I hope i chosen the right place)
    By Logica in forum Debate Fort
    Replies: 20
    Last Post: 01-09-2007, 08:28 PM
  5. What's the best way to make money online?
    By SATANICAT in forum General
    Replies: 8
    Last Post: 01-02-2007, 06:04 PM