Post Reply Home » Forums » World of Warcraft » World of Warcraft Nerfed Info

WOW Bots - Auto-wall jumping script : World of Warcraft Nerfed Info

Posted: August 28th, 2007
User avatar
Total Posts:282 Joined:2004
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
User avatar
administrator
Total Posts:29918 Joined:2002
Can premium members say yay or nay to this being moved to a confirmed section.
Posted: September 9th, 2007
psyvex
/yay
worked fine, better than hit space 8)
http://img171.imageshack.us/my.php?image=samplekm0.jpg
Posted: September 9th, 2007
User avatar
administrator
Total Posts:29918 Joined:2002
Can we get one more yay.
Posted: September 26th, 2007
User avatar
Total Posts:282 Joined:2004
bump...
Posted: September 29th, 2007
zelupin1
perfect yay! :D
Posted: September 29th, 2007
User avatar
Total Posts:297 Joined:2006
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
User avatar
Total Posts:282 Joined:2004
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
User avatar
Total Posts:282 Joined:2004
confirmed?
Posted: November 13th, 2007
zeffan20
yay lol this is awesome, thank you
Posted: February 12th, 2008
batmeat
Yay
Posted: February 25th, 2008
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
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
Total Posts:16 Joined:2007
where do i copy this ????
Posted: March 28th, 2008
vgagent1993
NERFED
WALL CLIMBING HAS BEEN KILLED AS OF 2.4
F BLIZZARD.
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 5 guests
Post Reply