Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- So all this script does is removes the open egg animation, Removes the "###+Coins" all over your screen and removes the "Full Backpack" GUI from showing. Its pretty op if you use it with some other scripts. (Mine)
- I don't actually know how this wasn't made before as its so simple but so OP as you don't lag like crazy when you open eggs or farm coins.
- Code:
- 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
- screengui.HatHandler.Disabled = true
- Next, You probably would want to use a farm script so here is the best one i currently have found is this. I'm unsure who the original owner is though as i was sent this by someone on discord.
- You should Spam execute and have 5 Shiny Bat Bear's equipped for this to work the best.
- IF I am correct the owner is: https://v3rmillion.net/showthread.php?tid=750623
- Code:
- 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
- Now you're farming like crazy, You want to sell the coins so the best one i have found to work is probably this one:
- Credits to: ZFrogger
- Code:
- 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
- Or you can use this sell script that brings the sell part to you so you can still move around while selling:
- Code:
- _G.on = true
- local plr = game.Players.LocalPlayer
- local char = plr.Character.HumanoidRootPart
- while _G.on do
- game.Workspace.Rings.Sell.CanCollide = false
- game.Workspace.Rings.Sell.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
- wait(0.1)
- end
- Now, You would want some rebirths from this. Rebirth script is super easy to get the remote for even i was able to do this:
- !!! 1 Rebirths at a time !!!
- Code:
- 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
- !!! 100 Rebirths at a time !!!
- Code:
- 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.requestRebirthBoard:FireServer("5_100Rebirths")
- end
- To stop all these just go and rejoin the game.
- --To open shops--
- Chest Shop:
- Code:
- game.Players.LocalPlayer.PlayerGui.ChestShop.All.Visible = true
- Rebirth Shop:
- Code:
- game.Players.LocalPlayer.PlayerGui.RebirthShop.Open.Value = true
- Backpack Shop:
- Code:
- game.Players.LocalPlayer.PlayerGui.BackpackShop.Open.Value = true
- Magnet Shop:
- Code:
- game.Players.LocalPlayer.PlayerGui.Shop.Open.Value = true
- Open shops and remove animations with a GUI ANYWHERE You can use this that i made Tongue
- Code:
- loadstring(game:HttpGet("https://pastebin.com/raw/FdrWXcf7", true))()
- Now you have a lot of rebirths you can just enjoy being able to flex on your ROBLOX nerd mates that you have so many more rebirths than they will ever have.
- Alternatively you might want to get some pets with your Billions / Trillions of rebirth tokens so you can use either one of these:
- I made a GUI that has opening eggs and more!, You can Make it GREEN For it to be ON and RED for it to be OFF. The first button set it to GREEN if you WANT animations, RED if you DON'T want animations.
- Code:
- loadstring(game:HttpGet("https://pastebin.com/raw/FdrWXcf7", true))()
- You can also SPAM execute the remote for it:
- Code:
- while true do
- wait()
- game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer("Super Egg") --Change "Super Egg" To whatever egg you want, "Meme Egg", "Common Egg", "Mythical Egg" etc...
- end
- Spam open hat crate (There's a fucking coldown................................):
- Code:
- while wait() do
- game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Dominus") --Change " "Dominus" " to whatever you want.
- end
- Open all the eggs (You can also just take out each one and use that):
- Code:
- while wait() do
- game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Dominus")
- game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Super Rich")
- game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Sparkly")
- game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Rich")
- game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Legendary")
- game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Sparkly")
- game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Rare")
- game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("Common")
- game:GetService("ReplicatedStorage").HatEvents.purchaseCrate:FireServer("UnCommon")
- end
- You have alot of pets now aye? You will want them to be Shiny as so just use this:
- Change ("PET NON SHINY NAME") To what ever pet you want to make shiny (YOU MUST OWN 10+ OF THE PET FOR IT TO BE SHINY)
- Code:
- for i = 1,100 do
- game:GetService("ReplicatedStorage").ShinyEvents.requestMakeShiny:FireServer("Super Bear")
- game:GetService("ReplicatedStorage").ShinyEvents.requestMakeShiny:FireServer("Bat Bear")
- game:GetService("ReplicatedStorage").ShinyEvents.requestMakeShiny:FireServer("Flashy Bear")
- game:GetService("ReplicatedStorage").ShinyEvents.requestMakeShiny:FireServer("Storm Bear")
- game:GetService("ReplicatedStorage").ShinyEvents.requestMakeShiny:FireServer("Captain Bear")
- game:GetService("ReplicatedStorage").ShinyEvents.requestMakeShiny:FireServer("Angel Wolf")
- game:GetService("ReplicatedStorage").ShinyEvents.requestMakeShiny:FireServer("Sanic")
- game:GetService("ReplicatedStorage").ShinyEvents.requestMakeShiny:FireServer("Cursed Wolf")
- game:GetService("ReplicatedStorage").ShinyEvents.requestMakeShiny:FireServer("Rich Bear")
- end
- Now. You might of opened some shit eggs like common or uncommon while testing these scripts, Or just have pets you won't want so you can use this to delete them(Ones i think personally are shit):
- Code:
- _G.delete = true
- loadstring(game:HttpGet("https://pastebin.com/raw/gGZGeVr8", true))()
- Pretty Useless script but still. I know its been released before but i just made this anyway. It just unlocks all the paid areas.
- Code:
- game:GetService("ReplicatedStorage").Events.ShopEvents.buyDoor:FireServer(5000)
- game:GetService("ReplicatedStorage").Events.ShopEvents.buyDoor:FireServer(50000)
- game:GetService("ReplicatedStorage").Events.ShopEvents.buyDoor:FireServer(500000)
- game:GetService("ReplicatedStorage").Events.ShopEvents.buyDoor:FireServer(1500000)
- game:GetService("ReplicatedStorage").Events.ShopEvents.buyDoor:FireServer(40000000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement