Search found 4 matches

by SSena
13 Nov 2021, 21:03
Forum: Ask for Help (v1)
Topic: A more specific and accurate way to wait for time
Replies: 1
Views: 248

A more specific and accurate way to wait for time

F7:: Send "j" Sleep 3000 So basically like this, but is there is a command for "After 3 seconds of the start of the script do this", since if a script requires a lot of button presses, the sleep time gets offset since it takes so ms to send the words/button presses and that offset would add up the ...
by SSena
20 Sep 2021, 08:01
Forum: Ask for Help (v1)
Topic: Discord Tabbing Issue Topic is solved
Replies: 2
Views: 361

Re: Discord Tabbing Issue Topic is solved

Exactly, when i replace the discord with notepad, it doesn't experience the same issues that was what confused me
by SSena
19 Sep 2021, 21:14
Forum: Ask for Help (v1)
Topic: Discord Tabbing Issue Topic is solved
Replies: 2
Views: 361

Discord Tabbing Issue Topic is solved

Z:: loop 10000 { Random, time, 1000, 10000 SetTitleMatchMode, 2 ControlFocus,, ahk_exe Discord.exe controlSend,,{enter},ahk_exe Discord.exe controlSend,,{text}!test,ahk_exe Discord.exe controlSend,,{enter},ahk_exe Discord.exe Sleep time } [Mod edit: [code][/code] tags added.] I'm trying to make a m...
by SSena
19 Sep 2021, 21:04
Forum: Ask for Help (v1)
Topic: Discord Control Focus, I'm trying to make a scr
Replies: 1
Views: 350

Discord Control Focus, I'm trying to make a scr

Code: Select all

B::
loop 1000000 {	
SetTitleMatchMode, 2
ControlFocus,, ahk_exe notepad.exe
Sleep 5000
}
[Mod edit: [code][/code] tags added.]

Go to advanced search