very simple auto lvling

12/20/2004 17:29 Lowfyr#1
kann funktionieren, aber spätestens wenn das inventory voll is habt ihr n prob

Code:
SETActiveWindow World of Warcraft //always put this as the first line
delay 2000  //initial delay

While 1=1 //main while loop

//you may also use tab to target instead of mouse
//whichever works best for the situation
//keys {tab} 

keys {tab} //targets mob
delay 500

keys 1 //throws dagger

keys 2  //attack 1
delay 1500

keys 3  //attack 2
delay 1500

keys 2 //attack 3

keys 3 //attack 4

keys 0 //equips more ammo incase of runout

RightClick Shift //autoloots where mouse cursor is


end //whatever action is above will be repeated over and over.
01/02/2007 09:12 predatorino#2
Auto IT ?
01/02/2007 13:12 RohRomeo#3
Naja für AutoIt fehlen da ein paar ". ne is Makro steht doch am Thread mit dran
01/02/2007 14:40 4C1D^#4
actools :B
01/02/2007 23:55 Treelick#5
und wie benützt man das?