How i make a script to press O 20 times and repeat after 200 seconds and keep repeat untill i want to stop it?
[Mod edit: Replaced topic title which was just 'Script'.]
press O 20 times and repeat after 200 seconds Topic is solved
Re: press O 20 times and repeat after 200 seconds Topic is solved
Welcome to this AutoHotkey forum!
If you are new to AHK, I recommend using its current version, which is v2, instead of this older deprecated version that is no longer developed.
Code: Select all
#Requires AutoHotkey v1.1.33.11
F3::SetTimer F3 Up, % (on := !on) ? 200000 : "Off"
F3 Up::Send % ["{O 20}"][on]
Re: press O 20 times and repeat after 200 seconds
it works so well, i also added Q
ill try current version
Thanks man.
ill try current version
Thanks man.
Re: press O 20 times and repeat after 200 seconds
Sorry to bother you again sir, how do I set the script run without pause, and time until I press f3 to kill it?
Re: press O 20 times and repeat after 200 seconds
You can change the timer period to a different number.
Who is online
Users browsing this forum: AlFlo and 147 guests