Page 1 of 2
WOW Bots - Auto-wall jumping script
Posted: August 28th, 2007, 3:44 pm
by fyreblaize
i did a search and didnt see any scripts for this (some programs/cheat engine things though). As far as i know, running a script with autoit isnt detectable. You will need autoit to run the script, and you can find a link to it in many other topics here.
heres the script:
Code: Select all
; 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()
load that up and press f1 to do the wall climb jump. ive been using it for a few days and its loads of fun.
Posted: August 29th, 2007, 7:44 am
by Tault_admin
Can premium members say yay or nay to this being moved to a confirmed section.
Posted: September 9th, 2007, 1:17 am
by psyvex
Posted: September 9th, 2007, 2:28 pm
by Tault_admin
Can we get one more yay.
Posted: September 26th, 2007, 3:27 pm
by fyreblaize
bump...
Posted: September 29th, 2007, 1:20 am
by zelupin1
perfect yay!

Posted: September 29th, 2007, 5:23 am
by antareus
I'm not sure if I would want to try this on an official server... What I heard was that Autoit is detectable by wow.. .soo yeah
Posted: September 29th, 2007, 10:04 am
by fyreblaize
ive never heard that, and ive never seen anyone here post saying that theyve been banned using autoit. there are tons of scripts on this website that use autoit and no ones had problems. if someone does get warned for using this then please post about it, but ive been using this script and other auto it scripts for at least a year with no warnings whatsoever.
Posted: October 14th, 2007, 3:58 pm
by fyreblaize
confirmed?
Posted: November 13th, 2007, 1:17 pm
by zeffan20
yay lol this is awesome, thank you
Posted: February 12th, 2008, 10:53 am
by batmeat
Yay
Posted: February 25th, 2008, 2:14 pm
by legit4ever
yay
I didnt like it how there wasnt also a function to jump then go forward. So I just added a bit so it does.
Code: Select all
; Title: All-Jumps
; Author: iHack
; Description: Performs different jumps.
; F2 makes it so you jump then press forward
; F2 makes it so you go forward then jump
HotKeySet("{F1}", "jump")
HotKeySet("{F2}", "jump2")
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 jump2() ; snormal jump
HotKeySet("{F2}")
Send("{SPACE}")
Send("{W DOWN}")
Send("{W UP}")
Sleep(300)
HotKeySet("{F2}", "jump2")
idle()
EndFunc
Func idle() ; idle, do nothing
while 1
Sleep(1000)
WEnd
EndFunc
Func unbind() ; unbind keys
HotKeySet("{F1}")
HotKeySet("{F2}")
HotKeySet("{PAUSE}", "rebind")
idle()
EndFunc
Func rebind() ; rebind the keys
HotKeySet("{F1}", "jump")
HotKeySet("{F2}", "jump2")
HotKeySet("{PAUSE}", "unbind")
idle()
EndFunc
idle()
Posted: March 5th, 2008, 2:53 pm
by vgagent1993
Nice, and to the person that asked if this can get you banned i doubt it, as far i as i know blizzard dose not have a direct policy agaisnt auto-it, the new update with warden that alerts you when ur runing cheat engin and stuff dosent come up with this running.
Prety much ebcause you can hide the app name to w/e u want i gues.
Posted: March 7th, 2008, 12:59 am
by trayanz
where do i copy this ????
Posted: March 28th, 2008, 7:11 am
by vgagent1993
NERFED
WALL CLIMBING HAS BEEN KILLED AS OF 2.4
F BLIZZARD.