Advertisement
AjareliVajkaci

Anti AFK script pastebin ROBLOX

Nov 19th, 2024
23,215
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 1
  1. -- ANTI AFK made by Muscle_legends2021 [Gio]
  2.  
  3. local VirtualUser = game:GetService('VirtualUser')
  4.  
  5. game:GetService('Players').LocalPlayer.Idled:Connect(function()
  6. VirtualUser:CaptureController()
  7. VirtualUser:ClickButton2(Vector2.new())
  8. end)
  9.  
  10. game:GetService("StarterGui"):SetCore("SendNotification", {
  11. Title = "AntiAFK loaded!",
  12. Text = "Made by Gio",
  13. Button1 = "Thanks",
  14. Duration = 5
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement