you can also tidy it up like this flaska
Code:
HotKeySet("{F1}", "wjump")
HotKeySet("{F2}", "swjump")
HotKeySet("{PAUSE}", "unbind")
while 1
sleep(200)
WEnd
func wjump()
Send("{UP DOWN}")
Send("{SPACE}")
Send("{UP UP}")
Sleep(300)
EndFunc ;:: wjump()
func swjump()
Send("{SPACE}")
Sleep(250)
Send("{UP}")
Sleep(600)
EndFunc ;:: swjump()
Func unbind()
HotKeySet("{F1}")
HotKeySet("{F2}")
HotKeySet("{PAUSE}", "rebind")
EndFunc ;:: unbind
Func rebind()
HotKeySet("{F1}", "wjump")
HotKeySet("{F2}", "swjump")
HotKeySet("{PAUSE}", "unbind")
EndFunc ;:: rebind
idle wasnt needed
Quote:
|
Originally Posted by tyguy22894 I dont understand how to use this. |
1) you need auto it
autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3.2.2.0-setup.exe (copy & paste under 15 posts)
2) look at the code, F1 / F2 active the functions which are 2 different kinds of jumps
Quote:
|
Originally Posted by Nidhogg bannable?
=) |
Undetectable