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.






