Advertisement
TOTOTZKIE

ANTI AFK ROBLOX SCRIPT

Dec 27th, 2018
21,036
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. _G.afk = true
  2. while _G.afk do
  3. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1, 0, 0))
  4. wait(0.1)
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1, 0, 0))
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement