retpee

Other Scripts to help you win in (Break In) Roblox Exploit Scripts

Jul 4th, 2021 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Hello! Here are the other scripts to help you win in Break In.
  2.  
  3. --Infinite Jump--
  4.  
  5. game:GetService("UserInputService").JumpRequest:connect(function()
  6. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  7. end)
  8.  
  9.  
  10.  
  11. --Speed Changer--
  12.  
  13. local speed = 'Number'
  14. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = speed
  15.  
  16.  
  17.  
  18.  
  19. --Click to tp (Tool)--
  20.  
  21. mouse = game.Players.LocalPlayer:GetMouse()
  22. tool = Instance.new("Tool")
  23. tool.RequiresHandle = false
  24. tool.Name = "Equip to Click TP"
  25. tool.Activated:connect(function()
  26. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  27. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  28. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  29. end)
  30. tool.Parent = game.Players.LocalPlayer.Backpack
  31.  
  32.  
  33.  
  34. Hope you win!!!
Add Comment
Please, Sign In to add comment