[[L124RD made this post use code brackets]]
Code: Select all
| - Use.mac -
|
#turbo
Sub Main
:Sing
/press u
/goto :Sing
/returni want to press the "u" key REALLY fast and my macro wont work :/
Moderator: MacroQuest Developers
Code: Select all
| - Use.mac -
|
#turbo
Sub Main
:Sing
/press u
/goto :Sing
/returnCode: Select all
#turbo
Sub Main
:Sing
/press u
/delay 0
/goto :Sing
/return