You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any idea why this doesn't work anymore in SOT?
I tried simple AHK such as: f1::SetTimer, AFK, % (Toggle:=!Toggle) ? 500 : "Off" AFK: Send {a down} Sleep 500 Send {a up} Send {d down} Sleep 500 Send {d up} Sleep 500 Send {i Down} Sleep 20 Send {i up} Sleep 20 Send {LButton Down} Sleep 20 Send {LButton up} Sleep 20 Send {Space Down} Sleep 20 Send {Space up} Sleep 20 Sleep 20000 return
and it works although there is no mouse movement in this script and I have no idea how to make. That's why I ask why Not-AFK.exe doesn't work
Any suggestions?
The text was updated successfully, but these errors were encountered:
Any idea why this doesn't work anymore in SOT?
I tried simple AHK such as:
f1::SetTimer, AFK, % (Toggle:=!Toggle) ? 500 : "Off" AFK: Send {a down} Sleep 500 Send {a up} Send {d down} Sleep 500 Send {d up} Sleep 500 Send {i Down} Sleep 20 Send {i up} Sleep 20 Send {LButton Down} Sleep 20 Send {LButton up} Sleep 20 Send {Space Down} Sleep 20 Send {Space up} Sleep 20 Sleep 20000 return
and it works although there is no mouse movement in this script and I have no idea how to make. That's why I ask why Not-AFK.exe doesn't work
Any suggestions?
The text was updated successfully, but these errors were encountered: