i have a job to do which requires me to press the same key like 1000 times but its just annoying.
i was wondering, if anyone knew a program which spams a key for u when i hit it once, and stop when i ask it to?
For example if i press F5, it will spam F5 for me automatically, and when i press F5 again, it'll stop spamming.
would save me time and effort for my job, thanks
///
I started my game with
Loop 10000000
// Insert script commands here
keys {F8}
delay 1000
End
But the F8 key doesn't seem to respond.
Should I change my script or is it the game?