Best ROBLOX afk solution that will let you use your PC while not letting you get kicked

Post gaming related scripts
Kronosz
Posts: 1
Joined: 08 Nov 2020, 10:24

Best ROBLOX afk solution that will let you use your PC while not letting you get kicked

Post by Kronosz » 08 Nov 2020, 10:52

it will save the window id that you are currently using then puts roblox in focus, press a button, puts roblox back to taskbar and switch back to the saved window in every 19 minutes.
code not prefect looking coz i just started working with ahk but works perfectly.

Code: Select all

loop
{
WinGet, winid ,, A
winactivate, Roblox
send,{9}
sleep, 100
WinGetClass, var, A
WinMinimize, A
WinActivate ahk_id %winid%
Sleep, 1140000
}

Return to “Gaming Scripts (v1)”