Results 1 to 11 of 11
  1. #1
    markfracasso11's Avatar
    Join Date
    Apr 2007
    Posts
    106
    Reputation
    10
    Thanks
    1

    Help with superjump and any weapon

    Hi, in my new hack, my superjump and weapon dont work and I was wondering if someone could tell me what i was doing wrong?

    Superjump code :
    Dim JSER As Long
    Dim JSER1 As Long
    Dim JSER2 As Single
    Call ReadALong("WarRock", &H8B5288, JSER)
    JSER1 = JSER + &H180
    JSER2 = Text1.Text
    Call WriteAFloat("WarRock", JSER1, JSER2)

    Any Weapon code:
    Dim HTR As Long
    Dim HTR1 As Long
    Call ReadALong("Warrock", &H8B5288, HTR)
    HTR1 = HTR + &H4C
    Call WriteALong("Warrock", HTR1, Text2.Text)

    Thanks for the help

  2. #2
    shankuhard's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    places
    Posts
    471
    Reputation
    11
    Thanks
    2
    hmm i dont see any problems there...

  3. #3
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    This is how i got my superjump to work:

    Make a button and use this code:
    Code:
    Private Sub Command?_Click()
    Timer?.Enabled = True
    End Sub
    Now make a timer with an interval of 1, enabled false and put this code in the timer:

    Code:
    Private Sub Timer?_Timer()
    Dim JSER As Long
    Dim JSER1 As Long
    Dim JSER2 As Single
    Call ReadALong("WarRock", &H8B5288, JSER)
    JSER1 = JSER + &H180
    JSER2 = Text1.Text
    Call WriteAFloat("WarRock", JSER1, JSER2)
    End Sub
    The ?'s you use whatever the number's your button and timer are and i think you can use the same method for weapons.

  4. The Following User Says Thank You to wr194t For This Useful Post:

    gtar892 (12-23-2007)

  5. #4
    shankuhard's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    places
    Posts
    471
    Reputation
    11
    Thanks
    2
    ill go test that now never had a superjump in my hack

  6. #5
    markfracasso11's Avatar
    Join Date
    Apr 2007
    Posts
    106
    Reputation
    10
    Thanks
    1
    lol, thanks again wr194t

  7. #6
    shankuhard's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    places
    Posts
    471
    Reputation
    11
    Thanks
    2
    yeah thanks i made a su[erjumper but its detected lol i cant make module undetected

  8. #7
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    Quote Originally Posted by markfracasso11 View Post
    lol, thanks again wr194t
    No problem

  9. #8
    shankuhard's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    places
    Posts
    471
    Reputation
    11
    Thanks
    2
    making a module undetected is confusing theres a tut on it but i cant seem to follow it

  10. #9
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    Quote Originally Posted by shankuhard View Post
    making a module undetected is confusing theres a tut on it but i cant seem to follow it
    That tutorial you maybe referring to all you do is find & replace text, that isn't hard to do.

  11. #10
    markfracasso11's Avatar
    Join Date
    Apr 2007
    Posts
    106
    Reputation
    10
    Thanks
    1
    its realy not that hard, you only have to change a couple of strings...

  12. #11
    shankuhard's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    places
    Posts
    471
    Reputation
    11
    Thanks
    2
    it confuses me i dunno maybe cuz i didnt get to much sleep lastnigtht ill review it again tom

Similar Threads

  1. Help with SuperJump?
    By xTremist in forum WarRock Hack Source Code
    Replies: 5
    Last Post: 10-29-2010, 11:43 AM
  2. [help] with the fucking 3 weapons
    By D4nny in forum WarRock - International Hacks
    Replies: 15
    Last Post: 07-25-2007, 12:30 AM
  3. Help with Crosshairs and VB6!
    By condor01 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-03-2007, 08:39 PM
  4. Superjump and Superman Codes??Somebody help me with these codes??
    By jokuvaan11 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 06-10-2007, 02:37 PM
  5. [HELP] finding GPS and SuperJump HAKS
    By analog70 in forum WarRock - International Hacks
    Replies: 19
    Last Post: 04-12-2007, 12:47 PM