Ma7mooD-JJSploit

BUBLE GUM SIMULATOR HACK

Mar 21st, 2020
3,999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. game.ReplicatedStorage.NetworkRemoteEvent:FireServer("Teleport", "EventSpawn")
  2. wait(2)
  3. local LP = game.Players.LocalPlayer
  4. _G.AutoRainbows = true
  5. while _G.AutoRainbows do
  6. for i, v in pairs(game.Workspace.Pickups:GetChildren()) do
  7. if v:IsA("MeshPart") then
  8. local M = (LP.Character:WaitForChild("HumanoidRootPart").Position - v.Position).Magnitude
  9. if M > 3 and M < 50 then
  10. if not _G.AutoRainbows then return end
  11. local H = LP.Character:WaitForChild("Humanoid")
  12. H.WalkSpeed = 100
  13. H:MoveTo(tostring(v.CFrame))
  14. wait()
  15. end
  16. end
  17. end
  18. wait()
  19. end
Add Comment
Please, Sign In to add comment