|
|
|
Page 1 of 2 |
[ 18 posts ] |
1, 2 Next
|
 WOW Bots - Auto-wall jumping script : World of Warcraft Nerfed Info
|
|
Posted: August 28th, 2007, 3:44 pm
|
|
|
|
fyreblaize
Total Posts: 282
Joined: October 14th, 2004, 3:29 pm
fyreblaize's Reps: 0
|
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:
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', '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()
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
|
|
|
|
Tault_admin
Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
|
Can premium members say yay or nay to this being moved to a confirmed section.
|
|
|
|
|
Posted: September 9th, 2007, 1:17 am
|
|
Posted: September 9th, 2007, 2:28 pm
|
|
|
|
Tault_admin
Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
|
|
|
|
|
Posted: September 26th, 2007, 3:27 pm
|
|
|
|
fyreblaize
Total Posts: 282
Joined: October 14th, 2004, 3:29 pm
fyreblaize's Reps: 0
|
|
|
|
|
Posted: September 29th, 2007, 1:20 am
|
|
Posted: September 29th, 2007, 5:23 am
|
|
|
|
antareus
Total Posts: 297
Joined: March 29th, 2006, 8:59 am
antareus's Reps: 11
|
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
|
|
|
|
fyreblaize
Total Posts: 282
Joined: October 14th, 2004, 3:29 pm
fyreblaize's Reps: 0
|
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
|
|
|
|
fyreblaize
Total Posts: 282
Joined: October 14th, 2004, 3:29 pm
fyreblaize's Reps: 0
|
|
|
|
|
Posted: November 13th, 2007, 1:17 pm
|
|
|
|
zeffan20
zeffan20's Reps:
|
yay lol this is awesome, thank you
|
|
|
|
|
Posted: February 12th, 2008, 10:53 am
|
|
|
|
batmeat
Total Posts: 83
Joined: September 3rd, 2006, 2:22 pm
batmeat's Reps: 0
|
|
|
|
|
Posted: February 25th, 2008, 2:14 pm
|
|
|
|
legit4ever
legit4ever's Reps:
|
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.
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))): ; 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
|
|
|
|
vgagent1993
vgagent1993's Reps:
|
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
|
|
|
|
trayanz
Total Posts: 16
Joined: October 6th, 2007, 3:10 am
trayanz's Reps: 0
|
where do i copy this ????
|
|
|
|
|
Posted: March 28th, 2008, 7:11 am
|
|
|
|
vgagent1993
vgagent1993's Reps:
|
NERFED WALL CLIMBING HAS BEEN KILLED AS OF 2.4 F BLIZZARD.
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 150 guests |
|
|
|