Advertisement
Prokri43

Blatant aa

Aug 9th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1.  
  2. getgenv().WORDDOTEXE= true
  3.  
  4. local Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  5. while getgenv().WORDDOTEXE== true do
  6. task.wait()
  7. 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