--// Main Script \\-- loadstring(game:HttpGet("https://pastefy.app/Ck33jRyA/raw"))() --// Anti-Afk Loop \\-- local y = (game:GetService("Players")).LocalPlayer local J = game:GetService("VirtualUser") if getconnections then for y, J in ipairs(getconnections(y.Idled)) do if J.Disable then J:Disable() else J:Disconnect() end end else while true do J:CaptureController() J:ClickButton2(Vector2.new()) task.wait(1) end end