Advertisement
sidedosito

Anti AFK

Mar 21st, 2025
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | Gaming | 0 0
  1. local VirtualUser = game:GetService('VirtualUser')
  2.  
  3. game:GetService('Players').LocalPlayer.Idled:Connect(function()
  4.     VirtualUser:CaptureController()
  5.     VirtualUser:ClickButton2(Vector2.new())
  6. end)
  7.  
  8. game:GetService("StarterGui"):SetCore("SendNotification", {
  9.     Title = "AntiAFK loaded!",
  10.     Text = "Made by UwU",
  11.     Button1 = "Thanks",
  12.     Duration = 5
  13. })
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement