Advertisement
19xjohnnyx

Broken Bones (Press Red Stop Sign To stop)

Apr 15th, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(400,70)
  2. wait(4.3)
  3.  
  4. getgenv().Dababy = true
  5. spawn(function()
  6. while Dababy do wait()
  7. pcall(function()
  8. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(600,70)
  9. end) end end)
  10.  
  11. local vu = game:GetService("VirtualUser")
  12. game:GetService("Players").LocalPlayer.Idled:connect(function()
  13. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  14. wait(1)
  15. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement