Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- first script
- ---------------------------------------------------------------------------------------------------------------------------------------
- local Remote = game.ReplicatedStorage.Events.MagnetEvents['requestGrab']
- local Arguments = {
- [1] = "72000",
- [2] = game.ReplicatedStorage.Tools["Galaxy Rebirth Magnet"]
- }
- while wait() do
- Remote:FireServer(unpack(Arguments))
- end
- Second script
- ---------------------------------------------------------------------------------------------------------------------------------------
- while true do
- game:GetService('RunService').Stepped:wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(136.73712158203, 13.362461090088, -52.908908843994)
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(136.83712158203, 13.362461090088, -52.908908843994)
- wait()
- end
- Third Script
- ---------------------------------------------------------------------------------------------------------------------------------------
- while true do
- 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.
- game:GetService("ReplicatedStorage").RebirthEvents.requestRebirth:FireServer()
- end
- ---------------------------------------------------------------------------------------------------------------------------------------
- fourth script
- ---------------------------------------------------------------------------------------------------------------------------------------
- local plr = game:GetService("Players").LocalPlayer
- local screengui = plr.PlayerGui.GameHUD
- screengui.EggHandler.Disabled = true
- screengui.Notifications.Handler.Disabled = true
- screengui.FullBackpack.Handler.Disabled = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement