Page 1 of 3 123 LastLast
Results 1 to 15 of 37
  1. #1
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1

    superjump - whats wrong

    whats wrong with it?

    Code:
    Private Sub Timer10_Timer()
    If GetAsyncKeyState(119) <> 0 Then
    Dim jump1 As Long
    Dim jump2 As Single
    Call ReadALong("WarRock", &H896E28, jump1)
    jump1 = jump + &H180
    jump2 = Text2
    Call WriteAFloat("WarRock", jump1, jump2)
    End If
    End Sub

  2. The Following User Says Thank You to kingkicker8 For This Useful Post:

    1w2w3w4w5w (11-10-2007)

  3. #2
    Jeckels's Avatar
    Join Date
    Apr 2007
    Location
    C:WINDOWS/system32/
    Posts
    1,236
    Reputation
    15
    Thanks
    45
    wat u mean? what happens when u use the cheat in a trainer?

  4. #3
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    nothing -.-

    i ll press F8 and nothing happens.. my other hacks work in same trainer..

    [my no fall dmg wont work too... but first superjump ^^]

  5. #4
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    this one wont even compile
    there's no such thing like writeafloat :/ float in vb is single, but writeasingle wont work either

    and it shouldnt be

    Code:
    Call ReadALong("WarRock", &H896E28, jump1)
    jump1 = jump + &H180
    but

    Code:
    Call ReadALong("WarRock", &H896E28, jump)
    jump1 = jump + &H180
    becouse in this what u wrote jump1 variable (which was used for pointer) was being replaced right after reading it by the jump1 = jump + &H180 part.
    Last edited by dezer; 06-22-2007 at 08:55 PM.
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  6. #5
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    what...? there is no problem with WriteAFloat but it wont work..

  7. #6
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    man the problem is in WriteAFloat couse there is no such function! and it should be
    jump2 = Text2.Text not just text2
    it wont compile with writeafloat - it will pop u out an compile error

    so here is proper code (except for the WriteAFloat) rewritten:
    Code:
    Private Sub Timer10_Timer()
    If GetAsyncKeyState(119) <> 0 Then
    Dim jump1 As Long
    Dim jump2 As Single
    Call ReadALong("WarRock", &H896E28, jump1)
    jump2 = jump1 + &H180
    jumpvalue = Text2.Text
    Call WriteAFloat("WarRock", jump2, jumpvalue)
    End If
    End Sub
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  8. #7
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    no, there isnt an error xD:. but i will try out with text2.text..

    i edit post after i tried ^^

    EDIT: cant log in.. and with your rewritten code i get an error ..
    Last edited by kingkicker8; 06-22-2007 at 09:06 PM.

  9. #8
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    which vb version are you using?
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  10. #9
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    Visual Basic 6

  11. #10
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    so its impossible it will compile for you if u include the WriteAFloat thing
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  12. #11
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    and how can i make superjump? X_x

  13. #12
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    cheat engine
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  14. #13
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    lol?? i read tuts.. and i got address.. and my code wont work...........

    what to do -.-

  15. #14
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    i'll release a trainer including only super jump if you want
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  16. #15
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    but i like to know: HOW ^^
    i like to learn it .. but thx for offer

    if u like to help me with it, i ll be thankfull :P

Page 1 of 3 123 LastLast

Similar Threads

  1. [HELP] superjump whats wrong again ??
    By quebech4ck in forum Visual Basic Programming
    Replies: 4
    Last Post: 12-06-2007, 06:13 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