Control key for SuperJump
Hi everybody!
I am trying to make a hack with vb2008 but I miss something!
Here's my code in the timer
If ControlKeyStatement Then
XNVXPONNSO(&H139D728, &H178, 1500)
You see *ControlKeyStatement* ???
I need to replace this with the Ctrl Key value but I cannot find it anywhere!!! Can someone give me this code please?
I have another problem! In my timer for the stamina, I wrote this:
XNVXPONNSO(&H139D728,& &H28C, 100)
Whats wrong??? It gives me an error...
you have two &s
XNVXPONNSO(&H139D728,& &H28C, 100)
and its getaynsckeystate(118) or watever its called
Oh well... It was in a timer but it gives me the same error...
Is it reliated to the module who doesn't support this?
Yes I did.
This is very strange... I released my hack without the super jump. I will look forward to add this in the next update!
* Moved to the Visual Basics section *
Yepi! I found the problem!!!
I took a look at my module and I saw that *GetAsyncKeyState* is replaced by a value !!!
If CEDBIJVFOU(17) Then
XNVXPONNSO(&H139D728, &H178, 1500)
Oh well thank you for your answers austinlau1!!!!