If you play a class that steadyly has to press only one button to deal damage (hunter with macro for example) then you can use this script, you can even go afk and be the first one in your damagemeter.
It presses the button "2" randomly every 29-72 miliseconds, but you can set own buttons and waiting times if you want. The script is started and stopped by pressing CTRL+T (also changeable).Code:HotKeySet("^t","toggle") = 0 Func toggle() If = 0 Then = 1 Else = 0 EndIf EndFunc func spam() Sleep(random(29, 72, 1)) Send("2") EndFunc while 1 sleep (10) if = 1 Then spam() endif wend
Of course you need to compile this script with AutoIt (google it if you don't have it).
Have fun with it
Edit: can also be combined with http://www.mmowned.com/forums/wow-ex...ng-useful.html ! just lay the bombs onty the button "2", activate script per ctrl+t and klick them to death