I was wondering if anyone can make a script that when I press a key it will start and press another key and it will stop. Like "Home" will start. "End" and it will end.
This is the script I was trying to do.
while 1
send ("1")
sleep(100)
send ("2")
sleep(100)
send ("3")
sleep(100)
Wend
How ya make a stop and start hot key XD






