Here is the wow jumping script
Its non-detectable
and works well
After you load it press f1 to get it started
oh and it uses auto it which can be downloaded from [Only registered and activated users can see links. Click Here To Register...]
Code:
; Title: All-Jumps
; Author: iHack
; Description: Performs different jumps.
HotKeySet("{F1}", "jump")
HotKeySet("{PAUSE}", "unbind")
func jump(); normal jump
HotKeySet("{F1}")
Send("{W DOWN}")
Send("{SPACE}")
Send("{W UP}")
Sleep(300)
HotKeySet("{F1}", "jump")
idle()
EndFunc
Func idle(); idle, do nothing
while 1
Sleep(1000)
WEnd
EndFunc
Func unbind(); unbind keys
HotKeySet("{F1}")
HotKeySet("{PAUSE}", "rebind")
idle()
EndFunc
Func rebind(); rebind the keys
HotKeySet("{F1}", "jump")
HotKeySet("{PAUSE}", "unbind")
idle()
EndFunc
idle()
Its non-detectable
and works well
After you load it press f1 to get it started
oh and it uses auto it which can be downloaded from [Only registered and activated users can see links. Click Here To Register...]
Code:
; Title: All-Jumps
; Author: iHack
; Description: Performs different jumps.
HotKeySet("{F1}", "jump")
HotKeySet("{PAUSE}", "unbind")
func jump(); normal jump
HotKeySet("{F1}")
Send("{W DOWN}")
Send("{SPACE}")
Send("{W UP}")
Sleep(300)
HotKeySet("{F1}", "jump")
idle()
EndFunc
Func idle(); idle, do nothing
while 1
Sleep(1000)
WEnd
EndFunc
Func unbind(); unbind keys
HotKeySet("{F1}")
HotKeySet("{PAUSE}", "rebind")
idle()
EndFunc
Func rebind(); rebind the keys
HotKeySet("{F1}", "jump")
HotKeySet("{PAUSE}", "unbind")
idle()
EndFunc
idle()