Advertisement
karobloxYT

Untitled

Sep 9th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. local plr = game:GetService("Players").LocalPlayer
  2. local screengui = plr.PlayerGui.GameHUD
  3. screengui.EggHandler.Disabled = true
  4. screengui.Notifications.Handler.Disabled = true
  5. screengui.FullBackpack.Handler.Disabled = true
  6. wait()
  7. _G.on = true
  8. local plr = game.Players.LocalPlayer
  9. local char = plr.Character.HumanoidRootPart
  10.  
  11. while _G.on do
  12. game.Workspace.Rings.Sellx2.CanCollide = false
  13. game.Workspace.Rings.Sellx2.Transparency = 1
  14. game.Workspace.Rings.Sellx2.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  15. wait(0.1)
  16. end
  17.  
  18. wait()
  19. _G.sell = true
  20. local plr = game.Players.LocalPlayer
  21. local char = plr.Character.HumanoidRootPart
  22. local ring = game.Workspace.Rings.Sellx2
  23. ring.CanCollide = false
  24. ring.Transparency = 1
  25.  
  26. while _G.sell do
  27. wait(0.1)
  28. if plr.PlayerGui.GameHUD.Stats.Amount.TextLabel.Text == "9.5T/9.5T" then -- CHANGE THE "9.5T/9.5T" TO YOUR MAXIMUM BACKPACK
  29. ring.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  30. end
  31. end
  32.  
  33. wait()
  34. local r = game:GetService('ReplicatedStorage').Events.MagnetEvents['requestGrab']
  35. local rs = game:GetService('RunService').RenderStepped
  36.  
  37. tool = "Cosmo Magnet"
  38. while rs:wait() do
  39. for i = 1,10 do
  40. r:FireServer("1100000", game.ReplicatedStorage.Tools[tool])
  41. end
  42. end
  43. wait()
  44. _G.rebirth = true
  45. while _G.rebirth do
  46. wait(10) --You can change the delay but be careful of getting yourself a ban!!
  47. local rebirths = 5000 --5000,2500,1000,500,250,100,50,25,5,1
  48. game.ReplicatedStorage.RebirthEvents.requestRebirth:FireServer(rebirths)
  49. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement