Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().WORDDOTEXE= true
- local Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
- while getgenv().WORDDOTEXE== true do
- task.wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (CFrame.new(Position) + Vector3.new(math.random(-15, 15), math.random(-15, 15), math.random(-15, 15))) * CFrame.Angles(math.rad(math.random(-180, 180)), math.rad(math.random(-180, 180)), math.rad(math.random(-180, 180)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement