Spam buttons macro?

Joined
Jan 14, 2010
Messages
127
Reaction score
1
Points
16
Age
37
So I just want a macro that spams the e key followed by the number 4. Is this possible? Or is it possible to have it do target nearest NPC?
 
Last edited:
lol

Something like this:

Code:
#turbo 9000
Sub Main
    :Loop
    /keypress e
    /delay 5
    /keypress 4
    /goto :Loop
/return

I wouldn't trust my code. Stay far far away from it. I copypasta'd some macros.

Lol, yeah now that I think about it, this probably wouldn't go over too well cause I wouldn't be able to kill it... Although, I could create an endmacro hotkey lol.
 
Code:
sub Main
/echo Macro Running
:loop
{
/keypress e
/delay 1s
/keypress 3
/delay 2s
}
/goto :loop
/return

That works
 
Get a Razer Nostromo (or equivalent) or a Logitech programmable keyboard!
 
Dbz_0b4ee0_489774.jpg
 
Last edited: