well this is what some should look like:
Scope:
If GetAsyncKeyState(vbKeyRButton) Then
Call WriteALong("warrock", &HB08A6A, 1)
Else
Call WriteALong("warrock", &HB08A6A, 0)...
Type: Posts; User: jeffreyjenkins
well this is what some should look like:
Scope:
If GetAsyncKeyState(vbKeyRButton) Then
Call WriteALong("warrock", &HB08A6A, 1)
Else
Call WriteALong("warrock", &HB08A6A, 0)...
why will it get detected? mine keeps getting detected... is it because other ppl use it or something?
ok this is just an example where the hotkeys go:
Ex. SuperJump
If GetAsyncKeyState(vbKeyControl) And GetAsyncKeyState(vbKeySpace) Then
Dim jump1 As Long
Dim jump2 As Long
...
Ok open up vb6.
Then Make 1 button, all u need.
In the button Code this:
Call notdetectedO("Warrock", &H524678, &H1C)
there is invis, now the module: