Code: Select all
:*?:"!"::»
Code: Select all
:*?:"!"::»
Code: Select all
$<::Send, {< 6}
$>::Send, {> 6}
Code: Select all
F8::
{
MsgBox, 4,, Would you like to continue?
IfMsgBox, No
return ; If No
Loop, 4
{
Sleep, 5000
click right, down
sleep, 57500
click right, up
}
}
Code: Select all
F2::Runwait, cmd.exe /c shutdown /s /t 1
Edit: Probably want the Enter key pressed before Sleep..Roiy wrote: ↑11 Sep 2020, 06:29Any way I can make this press enter aswell?
Code: Select all
loop { Send, ^v Sleep 50 Send, {Enter} Sleep, 15 * 60 * 1000 }
Code: Select all
F3::
Gui, Destroy
Gui, Add, Text, ,Are you sure you want to exit this application?
Gui, Add, Button, g1, Continue
Gui, Show,
Return