Page 1 of 1

need help with script

Posted: 06 Apr 2024, 04:33
by yesman1
Hello can anyone help me create a script that types 2 every 8 seconds ?
with like F2 to activate/deactivate it

Re: need help with script

Posted: 06 Apr 2024, 09:31
by Rohwedder
Hallo,
try:

Code: Select all

F2::SetTimer, F2 Up,% (F2:=!F2)?8000:"Off"
F2 Up::Send,% F2?"2":""