Advertisement
Totalxterror

Anti-AFK

Jul 5th, 2021
1,128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. local vu = game:GetService("VirtualUser")
  2. game:GetService("Players").LocalPlayer.Idled:connect(function()
  3.    vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  4.    wait(1)
  5.    vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement