you have two &s
XNVXPONNSO(&H139D728,& &H28C, 100)
and its getaynsckeystate(118) or watever its called
Hi everybody!
I am trying to make a hack with vb2008 but I miss something!
Here's my code in the timer
You see *ControlKeyStatement* ???If ControlKeyStatement Then
XNVXPONNSO(&H139D728, &H178, 1500)
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...
Last edited by pikachoobie; 07-08-2008 at 06:22 PM. Reason: Addind a problem
you have two &s
XNVXPONNSO(&H139D728,& &H28C, 100)
and its getaynsckeystate(118) or watever its called
pikachoobie (07-08-2008)
Thank you very much for the stamina code, it worked fine!
But I keep getting an error for the Control key...
Here's the code I use:
17 is the Ctrl key but it gives me an error!If GetAsyncKeyState(17) Then
XNVXPONNSO(&H139D728, &H178, 1500)
End If
Do I need to write this in the timer or in the button?
The error is: Name 'GetAsyncKeyState' is not declared. Form1.vb Line 91 Column 12
Last edited by pikachoobie; 07-08-2008 at 07:14 PM. Reason: Adding
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 *
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?
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!!!!