Results 1 to 7 of 7
  1. #1
    nub_g0t_high's Avatar
    Join Date
    Aug 2007
    Location
    How the fuck should i know?
    Posts
    242
    Reputation
    10
    Thanks
    15

    wats wrong with the Super Jump code

    its in vb6

    Private Sub Command5_Click()
    Timer3.Interval = 1
    End Sub

    Private Sub Command14_Click()
    Timer3.Interval = 0
    End Sub

    Private Sub Timer3_Timer()
    If GetKeyPress(vbKeyControl) Then
    Dim JSER As Long
    Dim JSER1 As Long
    Dim JSER2 As Single
    Call ReadALong("WarRock", &HA1279280, JSER)
    JSER1 = JSER + &H178
    JSER2 = Text1.Text
    Call WriteAFloat("WarRock", JSER1, JSER2)
    End If
    End Sub

    text1 is set to 2000.

  2. #2
    federico*'s Avatar
    Join Date
    Oct 2007
    Posts
    41
    Reputation
    11
    Thanks
    18
    Quote Originally Posted by nub_g0t_high View Post
    its in vb6

    Private Sub Command5_Click()
    Timer3.Interval = 1
    End Sub

    Private Sub Command14_Click()
    Timer3.Interval = 0
    End Sub

    Private Sub Timer3_Timer()
    If GetKeyPress(vbKeyControl) Then
    Dim JSER As Long
    Dim JSER1 As Long
    Dim JSER2 As Single
    Call ReadALong("WarRock", &HA1279280, JSER)
    JSER1 = JSER + &H178
    JSER2 = Text1.Text
    Call WriteAFloat("WarRock", JSER1, JSER2)
    End If
    End Sub

    text1 is set to 2000.
    where is timer.enabled?
    learn vb, then you're able to create cheats

  3. #3
    killer2334's Avatar
    Join Date
    Jun 2007
    Gender
    male
    Location
    Tampa,Florida
    Posts
    160
    Reputation
    16
    Thanks
    10
    Private Sub Timer3_Timer()
    If GetKeyPress(vbKeyControl) Then
    Dim JSER As Long
    Dim JSER1 As Long
    Dim JSER2 As Single
    Call ReadALong("WarRock", &HA1279280, JSER)
    JSER = JSER1 + &H178
    JSER2 = Text1.Text
    Call WriteAFloat("WarRock", JSER1, JSER2)
    End If
    End Sub

    that's how ur supposed to do it.
    and u dont put it in a timer u dick. o btw superjump is detected i think.
    Quote Originally Posted by yogilek View Post
    omg.... do u can read?

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

    sidnietje (11-02-2007)

  5. #4
    Threadstarter
    Advanced Member
    nub_g0t_high's Avatar
    Join Date
    Aug 2007
    Location
    How the fuck should i know?
    Posts
    242
    Reputation
    10
    Thanks
    15
    did wat u said, and put ur code in a command. still did not work.

    wat should my timer interval be?
    Last edited by nub_g0t_high; 10-31-2007 at 04:51 PM.

  6. #5
    XqwertyX's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    437
    Reputation
    19
    Thanks
    71
    does it give any errors?

  7. #6
    Threadstarter
    Advanced Member
    nub_g0t_high's Avatar
    Join Date
    Aug 2007
    Location
    How the fuck should i know?
    Posts
    242
    Reputation
    10
    Thanks
    15
    Quote Originally Posted by XqwertyX View Post
    does it give any errors?
    nope, just doesnt fucking jump thats all.

  8. #7
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Post this in the VB section, you will get a better reply.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


Similar Threads

  1. Wats wrong with this?
    By scorpoistak in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 15
    Last Post: 07-11-2010, 04:16 AM
  2. wats wrong with this?
    By nub_g0t_high in forum Visual Basic Programming
    Replies: 3
    Last Post: 10-31-2007, 05:52 PM
  3. No fall damage and super jump code?
    By TheBlueMax in forum Visual Basic Programming
    Replies: 13
    Last Post: 10-15-2007, 04:00 PM
  4. wats wrong with this weapon code
    By CHECK2PASS in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-03-2007, 04:38 AM
  5. The "Super User" Code
    By arunforce in forum Entertainment
    Replies: 16
    Last Post: 06-10-2006, 08:20 PM