|
|
| Welcome |
| Free warrock hacks!! |
|
| [Vb8 TuT] How to make superjump? |
First you need to make 2 commandbuttons and 1 timer
Go to the propperties from the timer and, enabled = false, and interval = 1
Make the caption from commandbutton1: 'On' (Or whatever you want)
Make the caption from commandbutton2: 'Off' (Or whatever you want)
Then open commandbutton1 and type:
| Code: | | timer1.enabled = True |
That means if we press that button, the timer/hack will be enabled
Just the same with commandbutton2, open it, and type:
| Code: | | SuperJump.enabled = False |
That means if we press that button, the timer/hack will be disabled
Now open the timer and put in:
| Code: | If GetAsyncKeyState(17) Then
WriteFloatPointer(&H(Put the playerpointer in here!), &H178, 2000)
End If |
Where stands: (Put the playerpointer in here!), u must put in the playerpointer =P (the playerpointer will change evrytime if warrock updates)
The GetAsyncKeyState means: If you press the key...
(17) = The cntrl button, so that means that the hotkey is CNTRL |
| [Vb8 TuT] How to make superjump? |
Does this Still Work?
|
|
|
|
|
|