HELP HELP HELP

Posts 17 of 7 · Page 1 of 1
HELP HELP HELP
I am working on A hack.

I wanna set hotkeys but i wanna do i like:

When you click hotkey F1 the hack is on
And when you press F1 later, he hack is off

Can somebody help me?
timer1.interval = 100
if getkeypress(vbkeyF1) Then
'you code..'
end if
end sub

so you turn the hack on
And when you press F1 Again Its Off?
Am....look...

then like that: just example

if timer1.enabled = true
on key press(vbkeyf1) Then
timer1.enabled = false

like that>...lol...not sure if i coded right...dont have time...<>
Quote Originally Posted by w00t? View Post
Am....look...

then like that: just example

if timer1.enabled = true
on key press(vbkeyf1) Then
timer1.enabled = false

like that>...lol...not sure if i coded right...dont have time...<>
how would u do two buttons, such as a superjump, ctrl+space?
Quote Originally Posted by ibtrippin View Post
how would u do two buttons, such as a superjump, ctrl+space?
Easy...

if getkeypress(vbkeyCtrl) and getkeypress(vbkeyspace) then
...

and continue!
you guys are fuxing stupid.

Timer1.intervals = 1

Timer1.enabled = false
if(getkeypress(F1) and w\e.enabled = false) Then
w\e.enabled = true
System.threading.thread.sleep(1000)
else if(getkeypress(F1))
w\e.enabled = false
System.threading.thread.sleep(1000)
end if
timer1.enabled = true
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?