Advertisement
cortesjoren

Magnetsimulator new scripts by me

Jan 13th, 2019
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. first script
  2. ---------------------------------------------------------------------------------------------------------------------------------------
  3. local Remote = game.ReplicatedStorage.Events.MagnetEvents['requestGrab']
  4. local Arguments = {
  5. [1] = "72000",
  6. [2] = game.ReplicatedStorage.Tools["Galaxy Rebirth Magnet"]
  7. }
  8. while wait() do
  9. Remote:FireServer(unpack(Arguments))
  10. end
  11. Second script
  12. ---------------------------------------------------------------------------------------------------------------------------------------
  13. while true do
  14. game:GetService('RunService').Stepped:wait()
  15. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(136.73712158203, 13.362461090088, -52.908908843994)
  16. wait()
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(136.83712158203, 13.362461090088, -52.908908843994)
  18. wait()
  19. end
  20. Third Script
  21. ---------------------------------------------------------------------------------------------------------------------------------------
  22. while true do
  23. wait() --Change to nothing for FAST rebirths, 5 - 10 for lots of rebirth tokens and like 20 MAX for HIGH rebirth tokens but DO NOT Let your money pass around 7.5E Money. It will go to negatives.
  24. game:GetService("ReplicatedStorage").RebirthEvents.requestRebirth:FireServer()
  25. end
  26. ---------------------------------------------------------------------------------------------------------------------------------------
  27. fourth script
  28. ---------------------------------------------------------------------------------------------------------------------------------------
  29. local plr = game:GetService("Players").LocalPlayer
  30. local screengui = plr.PlayerGui.GameHUD
  31. screengui.EggHandler.Disabled = true
  32. screengui.Notifications.Handler.Disabled = true
  33. screengui.FullBackpack.Handler.Disabled = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement