Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by BreadIsGood2222 on Roblox!
- --Please leave Feedback: ToastKatze#4774
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local UpperPanelAutoStuff = Instance.new("Frame")
- local RGBPanel = Instance.new("Frame")
- local AutoStuff = Instance.new("Frame")
- local AutoBossMenu = Instance.new("TextButton")
- local GUINameRGB = Instance.new("TextLabel")
- local AutoThrow = Instance.new("TextButton")
- local AutoSell = Instance.new("TextButton")
- local AutoBuy = Instance.new("TextButton")
- local AutoEggs = Instance.new("TextButton")
- local UpperPanelMisc = Instance.new("Frame")
- local RGBPanel2 = Instance.new("Frame")
- local Misc = Instance.new("Frame")
- local Walkspeed = Instance.new("TextButton")
- local Superjump = Instance.new("TextButton")
- local AllIslands = Instance.new("TextButton")
- local AllChests = Instance.new("TextButton")
- local GUINameRGB2 = Instance.new("TextLabel")
- local EggMenuPanel = Instance.new("Frame")
- local EggMenuRGB = Instance.new("TextLabel")
- local RGBPanel3 = Instance.new("Frame")
- local EggMenu = Instance.new("Frame")
- local Egg1 = Instance.new("TextButton")
- local Egg2 = Instance.new("TextButton")
- local Egg3 = Instance.new("TextButton")
- local Egg4 = Instance.new("TextButton")
- local Egg5 = Instance.new("TextButton")
- local Egg6 = Instance.new("TextButton")
- local Egg7 = Instance.new("TextButton")
- local Egg8 = Instance.new("TextButton")
- local Egg9 = Instance.new("TextButton")
- local Egg10 = Instance.new("TextButton")
- local Egg11 = Instance.new("TextButton")
- local Egg13 = Instance.new("TextButton")
- local Egg12 = Instance.new("TextButton")
- local Egg14 = Instance.new("TextButton")
- local Egg15 = Instance.new("TextButton")
- local Egg16 = Instance.new("TextButton")
- local Egg17 = Instance.new("TextButton")
- local Egg18 = Instance.new("TextButton")
- local Egg19 = Instance.new("TextButton")
- local Egg20 = Instance.new("TextButton")
- local UpperPanelAutoBossMenu = Instance.new("Frame")
- local RGBPanelAB = Instance.new("Frame")
- local BossMenu = Instance.new("Frame")
- local GUINameRGBAB = Instance.new("TextLabel")
- local AutoRhino = Instance.new("TextButton")
- local AutoEvilFox = Instance.new("TextButton")
- local AutoLavaGolem = Instance.new("TextButton")
- local RhinoStatus = Instance.new("TextLabel")
- local EvilFoxStatus = Instance.new("TextLabel")
- local LavaStatus = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- UpperPanelAutoStuff.Name = "UpperPanelAutoStuff"
- UpperPanelAutoStuff.Parent = ScreenGui
- UpperPanelAutoStuff.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- UpperPanelAutoStuff.BorderSizePixel = 0
- UpperPanelAutoStuff.Position = UDim2.new(0.465420574, 0, 0.307797521, 0)
- UpperPanelAutoStuff.Size = UDim2.new(0, 160, 0, 25)
- UpperPanelAutoStuff.Draggable = true
- UpperPanelAutoStuff.Active = true
- UpperPanelAutoStuff.Selectable = true
- RGBPanel.Name = "RGBPanel"
- RGBPanel.Parent = UpperPanelAutoStuff
- RGBPanel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RGBPanel.BorderSizePixel = 0
- RGBPanel.Position = UDim2.new(0, 0, 0.98779726, 0)
- RGBPanel.Size = UDim2.new(0, 160, 0, 7)
- coroutine.wrap(function()
- while wait(0.1) do
- RGBPanel.BackgroundColor3 = Color3.new(255/255,0/255,0/255)
- for i = 0,255,10 do
- wait()
- RGBPanel.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
- end
- for i = 255,0,-10 do
- wait()
- RGBPanel.BackgroundColor3 = Color3.new(i/255,255/255,0/255)
- end
- for i = 0,255,10 do
- wait()
- RGBPanel.BackgroundColor3 = Color3.new(0/255,255/255,i/255)
- end
- for i = 255,0,-10 do
- wait()
- RGBPanel.BackgroundColor3 = Color3.new(0/255,i/255,255/255)
- end
- for i = 0,255,10 do
- wait()
- RGBPanel.BackgroundColor3 = Color3.new(i/255,0/255,255/255)
- end
- for i = 255,0,-10 do
- wait()
- RGBPanel.BackgroundColor3 = Color3.new(255/255,0/255,i/255)
- end
- end
- end)()
- AutoStuff.Name = "Auto Stuff"
- AutoStuff.Parent = UpperPanelAutoStuff
- AutoStuff.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AutoStuff.BorderColor3 = Color3.fromRGB(66, 66, 66)
- AutoStuff.Position = UDim2.new(0, 0, 1.26779723, 0)
- AutoStuff.Size = UDim2.new(0, 160, 0, 193)
- AutoStuff.BorderSizePixel = 0
- AutoBossMenu.Name = "AutoBossMenu"
- AutoBossMenu.Parent = UpperPanelAutoStuff
- AutoBossMenu.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AutoBossMenu.BorderSizePixel = 0
- AutoBossMenu.Position = UDim2.new(0.128796756, 0, 7.479072447, 0)
- AutoBossMenu.Size = UDim2.new(0, 117, 0, 29)
- AutoBossMenu.Font = Enum.Font.SourceSans
- AutoBossMenu.Text = "Auto Boss Menu"
- AutoBossMenu.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoBossMenu.TextScaled = true
- AutoBossMenu.TextSize = 14.000
- AutoBossMenu.TextWrapped = true
- AutoBossMenu.MouseButton1Down:connect(function()
- if AutoBossMenu.Text == "Auto Boss Menu" then
- AutoBossMenu.Text = "Close Boss Menu"
- UpperPanelAutoBossMenu.Visible = true
- else
- AutoBossMenu.Text = "Auto Boss Menu"
- UpperPanelAutoBossMenu.Visible = false
- end
- end)
- GUINameRGB.Name = "GUINameRGB"
- GUINameRGB.Parent = UpperPanelAutoStuff
- GUINameRGB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- GUINameRGB.BorderSizePixel = 0
- GUINameRGB.Position = UDim2.new(0.262499988, 0, 0.0732696503, 0)
- GUINameRGB.Size = UDim2.new(0, 77, 0, 22)
- GUINameRGB.Font = Enum.Font.SourceSans
- GUINameRGB.Text = "Auto Stuff"
- GUINameRGB.TextColor3 = Color3.fromRGB(255, 255, 255)
- GUINameRGB.TextScaled = true
- GUINameRGB.TextSize = 14.000
- GUINameRGB.TextWrapped = true
- coroutine.wrap(function()
- while wait(0.1) do
- GUINameRGB.TextColor3 = Color3.new(255/255,0/255,0/255)
- for i = 0,255,10 do
- wait()
- GUINameRGB.TextColor3 = Color3.new(255/255,i/255,0/255)
- end
- for i = 255,0,-10 do
- wait()
- GUINameRGB.TextColor3 = Color3.new(i/255,255/255,0/255)
- end
- for i = 0,255,10 do
- wait()
- GUINameRGB.TextColor3 = Color3.new(0/255,255/255,i/255)
- end
- for i = 255,0,-10 do
- wait()
- GUINameRGB.TextColor3 = Color3.new(0/255,i/255,255/255)
- end
- for i = 0,255,10 do
- wait()
- GUINameRGB.TextColor3 = Color3.new(i/255,0/255,255/255)
- end
- for i = 255,0,-10 do
- wait()
- GUINameRGB.TextColor3 = Color3.new(255/255,0/255,i/255)
- end
- end
- end)()
- AutoThrow.Name = "Auto Throw"
- AutoThrow.Parent = UpperPanelAutoStuff
- AutoThrow.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AutoThrow.BorderSizePixel = 0
- AutoThrow.Position = UDim2.new(0.128796771, 0, 1.73072457, 0)
- AutoThrow.Size = UDim2.new(0, 117, 0, 29)
- AutoThrow.Font = Enum.Font.SourceSans
- AutoThrow.Text = "Auto Throw Off"
- AutoThrow.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoThrow.TextScaled = true
- AutoThrow.TextSize = 14.000
- AutoThrow.TextWrapped = true
- AutoThrow.MouseButton1Down:connect(function()
- if AutoThrow.Text == "Auto Throw Off" then
- AutoThrow.Text = "Auto Throw On"
- wait(0.5)
- while AutoThrow.Text == "Auto Throw On" do
- wait(0.01)
- local OldX
- local OldY
- local OldZ
- OldX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
- OldY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
- OldZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
- game.ReplicatedStorage.RE:FireServer("Throw", Vector3.new(OldX, OldY, OldZ))
- end
- else
- AutoThrow.Text = "Auto Throw Off"
- end
- end)
- AutoSell.Name = "Auto Sell"
- AutoSell.Parent = UpperPanelAutoStuff
- AutoSell.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AutoSell.BorderSizePixel = 0
- AutoSell.Position = UDim2.new(0.128796756, 0, 3.21072459, 0)
- AutoSell.Size = UDim2.new(0, 117, 0, 29)
- AutoSell.Font = Enum.Font.SourceSans
- AutoSell.Text = "Auto Sell Off"
- AutoSell.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoSell.TextScaled = true
- AutoSell.TextSize = 14.000
- AutoSell.TextWrapped = true
- AutoSell.MouseButton1Down:connect(function()
- if AutoSell.Text == "Auto Sell Off"then
- AutoSell.Text = "Auto Sell On"
- local OldX
- local OldY
- local OldZ
- OldX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
- OldY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
- OldZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(198.55, 46942.41, -479.31)
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(OldX, OldY, OldZ)
- wait(0.2)
- while AutoSell.Text == "Auto Sell On" do
- wait(0.5)
- game.ReplicatedStorage.RF:InvokeServer("SellPower", Workspace.Ignore.Rings["18Sell"].Collider)
- end
- else
- AutoSell.Text = "Auto Sell Off"
- end
- end)
- AutoBuy.Name = "AutoBuy"
- AutoBuy.Parent = UpperPanelAutoStuff
- AutoBuy.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AutoBuy.BorderSizePixel = 0
- AutoBuy.Position = UDim2.new(0.128796756, 0, 4.65072441, 0)
- AutoBuy.Size = UDim2.new(0, 117, 0, 29)
- AutoBuy.Font = Enum.Font.SourceSans
- AutoBuy.Text = "Auto Buy Off"
- AutoBuy.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoBuy.TextScaled = true
- AutoBuy.TextSize = 14.000
- AutoBuy.TextWrapped = true
- AutoBuy.MouseButton1Down:connect(function()
- if AutoBuy.Text == "Auto Buy Off" then
- AutoBuy.Text = "Auto Buy On"
- while AutoBuy.Text == "Auto Buy On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyBlade", true)
- game.ReplicatedStorage.RF:InvokeServer("BuyEnergy", true)
- game.ReplicatedStorage.RF:InvokeServer("BuyJump")
- game.ReplicatedStorage.RF:InvokeServer("BuyRank")
- wait(0.5)
- end
- else
- AutoBuy.Text = "Auto Buy Off"
- end
- end)
- AutoEggs.Name = "AutoEggs"
- AutoEggs.Parent = UpperPanelAutoStuff
- AutoEggs.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AutoEggs.BorderSizePixel = 0
- AutoEggs.Position = UDim2.new(0.128796756, 0, 6.09072447, 0)
- AutoEggs.Size = UDim2.new(0, 117, 0, 29)
- AutoEggs.Font = Enum.Font.SourceSans
- AutoEggs.Text = "Auto Buy Eggs"
- AutoEggs.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoEggs.TextScaled = true
- AutoEggs.TextSize = 14.000
- AutoEggs.TextWrapped = true
- AutoEggs.MouseButton1Down:connect(function()
- if EggMenuPanel.Visible == false then
- AutoEggs.Text = "Close Egg Menu"
- EggMenuPanel.Visible = true
- else
- AutoEggs.Text = "Auto Buy Eggs"
- EggMenuPanel.Visible = false
- end
- end)
- UpperPanelMisc.Name = "UpperPanelMisc."
- UpperPanelMisc.Parent = ScreenGui
- UpperPanelMisc.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- UpperPanelMisc.BorderSizePixel = 0
- UpperPanelMisc.Position = UDim2.new(0.632710278, 0, 0.309165508, 0)
- UpperPanelMisc.Size = UDim2.new(0, 160, 0, 25)
- UpperPanelMisc.Draggable = true
- UpperPanelMisc.Active = true
- UpperPanelMisc.Selectable = true
- RGBPanel2.Name = "RGBPanel2"
- RGBPanel2.Parent = UpperPanelMisc
- RGBPanel2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RGBPanel2.BorderSizePixel = 0
- RGBPanel2.Position = UDim2.new(0, 0, 0.98779726, 0)
- RGBPanel2.Size = UDim2.new(0, 160, 0, 7)
- coroutine.wrap(function()
- while wait(0.1) do
- RGBPanel2.BackgroundColor3 = Color3.new(255/255,0/255,0/255)
- for i = 0,255,10 do
- wait()
- RGBPanel2.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
- end
- for i = 255,0,-10 do
- wait()
- RGBPanel2.BackgroundColor3 = Color3.new(i/255,255/255,0/255)
- end
- for i = 0,255,10 do
- wait()
- RGBPanel2.BackgroundColor3 = Color3.new(0/255,255/255,i/255)
- end
- for i = 255,0,-10 do
- wait()
- RGBPanel2.BackgroundColor3 = Color3.new(0/255,i/255,255/255)
- end
- for i = 0,255,10 do
- wait()
- RGBPanel2.BackgroundColor3 = Color3.new(i/255,0/255,255/255)
- end
- for i = 255,0,-10 do
- wait()
- RGBPanel2.BackgroundColor3 = Color3.new(255/255,0/255,i/255)
- end
- end
- end)()
- Misc.Name = "Misc."
- Misc.Parent = UpperPanelMisc
- Misc.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Misc.BorderColor3 = Color3.fromRGB(66, 66, 66)
- Misc.Position = UDim2.new(0, 0, 1.26779723, 0)
- Misc.Size = UDim2.new(0, 160, 0, 137)
- Misc.BorderSizePixel = 0
- Walkspeed.Name = "Walkspeed"
- Walkspeed.Parent = UpperPanelMisc
- Walkspeed.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Walkspeed.BorderSizePixel = 0
- Walkspeed.Position = UDim2.new(0.128796726, 0, 1.69072497, 0)
- Walkspeed.Size = UDim2.new(0, 117, 0, 22)
- Walkspeed.Font = Enum.Font.SourceSans
- Walkspeed.Text = "Walkspeed Off"
- Walkspeed.TextColor3 = Color3.fromRGB(255, 255, 255)
- Walkspeed.TextScaled = true
- Walkspeed.TextSize = 14.000
- Walkspeed.TextWrapped = true
- Walkspeed.MouseButton1Down:connect(function()
- if Walkspeed.Text == "Walkspeed Off" then
- Walkspeed.Text = "Walkspeed On"
- wait(0.2)
- while Walkspeed.Text == "Walkspeed On" do
- wait(0.2)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 250
- end
- else
- Walkspeed.Text = "Walkspeed Off"
- wait(0.2)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- end)
- Superjump.Name = "Superjump"
- Superjump.Parent = UpperPanelMisc
- Superjump.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Superjump.BorderSizePixel = 0
- Superjump.Position = UDim2.new(0.128796726, 0, 2.81072521, 0)
- Superjump.Size = UDim2.new(0, 117, 0, 22)
- Superjump.Font = Enum.Font.SourceSans
- Superjump.Text = "Superjump Off"
- Superjump.TextColor3 = Color3.fromRGB(255, 255, 255)
- Superjump.TextScaled = true
- Superjump.TextSize = 14.000
- Superjump.TextWrapped = true
- Superjump.MouseButton1Down:connect(function()
- if Superjump.Text == "Superjump Off" then
- Superjump.Text = "Superjump On"
- while Superjump.Text == "Superjump On" do
- wait(0.1)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 500
- end
- else
- Superjump.Text = "Superjump Off"
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 40
- end
- end)
- AllIslands.Name = "All Islands"
- AllIslands.Parent = UpperPanelMisc
- AllIslands.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AllIslands.BorderSizePixel = 0
- AllIslands.Position = UDim2.new(0.128796726, 0, 4.0107255, 0)
- AllIslands.Size = UDim2.new(0, 117, 0, 22)
- AllIslands.Font = Enum.Font.SourceSans
- AllIslands.Text = "All Islands"
- AllIslands.TextColor3 = Color3.fromRGB(255, 255, 255)
- AllIslands.TextScaled = true
- AllIslands.TextSize = 14.000
- AllIslands.TextWrapped = true
- AllIslands.MouseButton1Down:connect(function()
- local OldX
- local OldY
- local OldZ
- OldX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
- OldY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
- OldZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(224.66, 39184.2, -530.8)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(308.03, 35194.29, -464.83)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(214.78, 31435.84, -469.57)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(205.06, 27769.06, -471.64)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(208.46, 24612.66, -462.96)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197.23, 20639.82, -479.52)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(222.94, 16794.54, -421.61)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(213.66, 15609.77, -396.89)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(183.94, 13543.25, -399.79)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(152.1, 11498.66, -384.39)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(163.09, 8593.9, -438.92)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(290.25, 5363.43, -504.37)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(154.09, 3389.06, -546.39)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(165.38, 1831.49, -611.7)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(187.17, 615.15, -641.56)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(173.44, -69.99, -645.33)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(222.14, 43094.41, -481.04)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(198.55, 46942.41, -479.31)
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(OldX, OldY, OldZ)
- end)
- AllChests.Name = "All Chests"
- AllChests.Parent = UpperPanelMisc
- AllChests.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AllChests.BorderSizePixel = 0
- AllChests.Position = UDim2.new(0.128796726, 0, 5.17072487, 0)
- AllChests.Size = UDim2.new(0, 117, 0, 22)
- AllChests.Font = Enum.Font.SourceSans
- AllChests.Text = "All Chests"
- AllChests.TextColor3 = Color3.fromRGB(255, 255, 255)
- AllChests.TextScaled = true
- AllChests.TextSize = 14.000
- AllChests.TextWrapped = true
- AllChests.MouseButton1Down:connect(function()
- local OldX
- local OldY
- local OldZ
- OldX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
- OldY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
- OldZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(224.66, 39184.2, -530.8)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(308.03, 35194.29, -464.83)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(214.78, 31435.84, -469.57)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(205.06, 27769.06, -471.64)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(208.46, 24612.66, -462.96)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197.23, 20639.82, -479.52)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(222.94, 16794.54, -421.61)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(213.66, 15609.77, -396.89)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(183.94, 13543.25, -399.79)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(152.1, 11498.66, -384.39)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(163.09, 8593.9, -438.92)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(290.25, 5363.43, -504.37)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(154.09, 3389.06, -546.39)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(165.38, 1831.49, -611.7)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(187.17, 615.15, -641.56)
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(173.44, -69.99, -645.33)
- wait(0.2)
- game.ReplicatedStorage.RF:InvokeServer("Collect", "1")
- game.ReplicatedStorage.RF:InvokeServer("Collect", "2")
- game.ReplicatedStorage.RF:InvokeServer("Collect", "3")
- game.ReplicatedStorage.RF:InvokeServer("Collect", "4")
- game.ReplicatedStorage.RF:InvokeServer("Collect", "5")
- game.ReplicatedStorage.RF:InvokeServer("Collect", "6")
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(OldX, OldY, OldZ)
- end)
- GUINameRGB2.Name = "GUINameRGB2"
- GUINameRGB2.Parent = UpperPanelMisc
- GUINameRGB2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- GUINameRGB2.BorderSizePixel = 0
- GUINameRGB2.Position = UDim2.new(0.387499988, 0, 0.0732696503, 0)
- GUINameRGB2.Size = UDim2.new(0, 34, 0, 22)
- GUINameRGB2.Font = Enum.Font.SourceSans
- GUINameRGB2.Text = "Misc."
- GUINameRGB2.TextColor3 = Color3.fromRGB(255, 255, 255)
- GUINameRGB2.TextScaled = true
- GUINameRGB2.TextSize = 14.000
- GUINameRGB2.TextWrapped = true
- coroutine.wrap(function()
- while wait(0.1) do
- GUINameRGB2.TextColor3 = Color3.new(255/255,0/255,0/255)
- for i = 0,255,10 do
- wait()
- GUINameRGB2.TextColor3 = Color3.new(255/255,i/255,0/255)
- end
- for i = 255,0,-10 do
- wait()
- GUINameRGB2.TextColor3 = Color3.new(i/255,255/255,0/255)
- end
- for i = 0,255,10 do
- wait()
- GUINameRGB2.TextColor3 = Color3.new(0/255,255/255,i/255)
- end
- for i = 255,0,-10 do
- wait()
- GUINameRGB2.TextColor3 = Color3.new(0/255,i/255,255/255)
- end
- for i = 0,255,10 do
- wait()
- GUINameRGB2.TextColor3 = Color3.new(i/255,0/255,255/255)
- end
- for i = 255,0,-10 do
- wait()
- GUINameRGB2.TextColor3 = Color3.new(255/255,0/255,i/255)
- end
- end
- end)()
- EggMenuPanel.Name = "EggMenuPanel"
- EggMenuPanel.Parent = ScreenGui
- EggMenuPanel.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- EggMenuPanel.BorderSizePixel = 0
- EggMenuPanel.Position = UDim2.new(0.12056075, 0, 0.29251948, 0)
- EggMenuPanel.Size = UDim2.new(0, 344, 0, 23)
- EggMenuPanel.Visible = false
- EggMenuPanel.Draggable = true
- EggMenuPanel.Active = true
- EggMenuPanel.Selectable = true
- EggMenuRGB.Name = "EggMenuRGB"
- EggMenuRGB.Parent = EggMenuPanel
- EggMenuRGB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- EggMenuRGB.BorderSizePixel = 0
- EggMenuRGB.Position = UDim2.new(0.154069766, 0, 0, 0)
- EggMenuRGB.Size = UDim2.new(0, 238, 0, 21)
- EggMenuRGB.Font = Enum.Font.SourceSans
- EggMenuRGB.Text = "Egg Menu"
- EggMenuRGB.TextColor3 = Color3.fromRGB(255, 255, 255)
- EggMenuRGB.TextScaled = true
- EggMenuRGB.TextSize = 30.000
- EggMenuRGB.TextWrapped = true
- coroutine.wrap(function()
- while wait(0.1) do
- EggMenuRGB.TextColor3 = Color3.new(255/255,0/255,0/255)
- for i = 0,255,10 do
- wait()
- EggMenuRGB.TextColor3 = Color3.new(255/255,i/255,0/255)
- end
- for i = 255,0,-10 do
- wait()
- EggMenuRGB.TextColor3 = Color3.new(i/255,255/255,0/255)
- end
- for i = 0,255,10 do
- wait()
- EggMenuRGB.TextColor3 = Color3.new(0/255,255/255,i/255)
- end
- for i = 255,0,-10 do
- wait()
- EggMenuRGB.TextColor3 = Color3.new(0/255,i/255,255/255)
- end
- for i = 0,255,10 do
- wait()
- EggMenuRGB.TextColor3 = Color3.new(i/255,0/255,255/255)
- end
- for i = 255,0,-10 do
- wait()
- EggMenuRGB.TextColor3 = Color3.new(255/255,0/255,i/255)
- end
- end
- end)()
- RGBPanel3.Name = "RGBPanel3"
- RGBPanel3.Parent = EggMenuPanel
- RGBPanel3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RGBPanel3.BorderSizePixel = 0
- RGBPanel3.Position = UDim2.new(0, 0, 0.987796962, 0)
- RGBPanel3.Size = UDim2.new(0, 344, 0, 6)
- coroutine.wrap(function()
- while wait(0.1) do
- RGBPanel3.BackgroundColor3 = Color3.new(255/255,0/255,0/255)
- for i = 0,255,10 do
- wait()
- RGBPanel3.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
- end
- for i = 255,0,-10 do
- wait()
- RGBPanel3.BackgroundColor3 = Color3.new(i/255,255/255,0/255)
- end
- for i = 0,255,10 do
- wait()
- RGBPanel3.BackgroundColor3 = Color3.new(0/255,255/255,i/255)
- end
- for i = 255,0,-10 do
- wait()
- RGBPanel3.BackgroundColor3 = Color3.new(0/255,i/255,255/255)
- end
- for i = 0,255,10 do
- wait()
- RGBPanel3.BackgroundColor3 = Color3.new(i/255,0/255,255/255)
- end
- for i = 255,0,-10 do
- wait()
- RGBPanel3.BackgroundColor3 = Color3.new(255/255,0/255,i/255)
- end
- end
- end)()
- EggMenu.Name = "EggMenu"
- EggMenu.Parent = EggMenuPanel
- EggMenu.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- EggMenu.BorderSizePixel = 0
- EggMenu.Position = UDim2.new(0, 0, 1.200233, 0)
- EggMenu.Size = UDim2.new(0, 344, 0, 368)
- Egg1.Name = "Egg1"
- Egg1.Parent = EggMenuPanel
- Egg1.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg1.BorderSizePixel = 0
- Egg1.Position = UDim2.new(0.0503083915, 0, 1.56376791, 0)
- Egg1.Size = UDim2.new(0, 117, 0, 29)
- Egg1.Font = Enum.Font.SourceSans
- Egg1.Text = "1K Egg"
- Egg1.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg1.TextScaled = true
- Egg1.TextSize = 14.000
- Egg1.TextWrapped = true
- Egg1.MouseButton1Down:connect(function()
- if Egg1.Text == "1K Egg" then
- Egg1.Text = "1K Egg On"
- while Egg1.Text == "1K Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "BasicEgg")
- wait(0.5)
- end
- else
- Egg1.Text = "1K Egg"
- end
- end)
- Egg2.Name = "Egg2"
- Egg2.Parent = EggMenuPanel
- Egg2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg2.BorderSizePixel = 0
- Egg2.Position = UDim2.new(0.0503083915, 0, 3.12898517, 0)
- Egg2.Size = UDim2.new(0, 117, 0, 29)
- Egg2.Font = Enum.Font.SourceSans
- Egg2.Text = "2K Egg"
- Egg2.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg2.TextScaled = true
- Egg2.TextSize = 14.000
- Egg2.TextWrapped = true
- Egg2.MouseButton1Down:connect(function()
- if Egg2.Text == "2K Egg" then
- Egg2.Text = "2K Egg On"
- while Egg2.Text == "2K Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "SharpEgg")
- wait(0.5)
- end
- else
- Egg2.Text = "2K Egg"
- end
- end)
- Egg3.Name = "Egg3"
- Egg3.Parent = EggMenuPanel
- Egg3.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg3.BorderSizePixel = 0
- Egg3.Position = UDim2.new(0.0503083915, 0, 4.69420242, 0)
- Egg3.Size = UDim2.new(0, 117, 0, 29)
- Egg3.Font = Enum.Font.SourceSans
- Egg3.Text = "6K Egg"
- Egg3.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg3.TextScaled = true
- Egg3.TextSize = 14.000
- Egg3.TextWrapped = true
- Egg3.MouseButton1Down:connect(function()
- if Egg3.Text == "6K Egg" then
- Egg3.Text = "6K Egg On"
- while Egg3.Text == "6K Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "MoonEgg")
- wait(0.5)
- end
- else
- Egg3.Text = "6K Egg"
- end
- end)
- Egg4.Name = "Egg4"
- Egg4.Parent = EggMenuPanel
- Egg4.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg4.BorderSizePixel = 0
- Egg4.Position = UDim2.new(0.0503083915, 0, 6.25942039, 0)
- Egg4.Size = UDim2.new(0, 117, 0, 29)
- Egg4.Font = Enum.Font.SourceSans
- Egg4.Text = "10K Egg"
- Egg4.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg4.TextScaled = true
- Egg4.TextSize = 14.000
- Egg4.TextWrapped = true
- Egg4.MouseButton1Down:connect(function()
- if Egg4.Text == "10K Egg" then
- Egg4.Text = "10K Egg On"
- while Egg4.Text == "10K Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "DirtEgg")
- wait(0.5)
- end
- else
- Egg4.Text = "10K Egg"
- end
- end)
- Egg5.Name = "Egg5"
- Egg5.Parent = EggMenuPanel
- Egg5.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg5.BorderSizePixel = 0
- Egg5.Position = UDim2.new(0.0503083915, 0, 7.8681159, 0)
- Egg5.Size = UDim2.new(0, 117, 0, 29)
- Egg5.Font = Enum.Font.SourceSans
- Egg5.Text = "15K Egg"
- Egg5.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg5.TextScaled = true
- Egg5.TextSize = 14.000
- Egg5.TextWrapped = true
- Egg5.MouseButton1Down:connect(function()
- if Egg5.Text == "15K Egg" then
- Egg5.Text = "15K Egg On"
- while Egg5.Text == "15K Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "TreeEgg")
- wait(0.5)
- end
- else
- Egg5.Text = "15K Egg"
- end
- end)
- Egg6.Name = "Egg6"
- Egg6.Parent = EggMenuPanel
- Egg6.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg6.BorderSizePixel = 0
- Egg6.Position = UDim2.new(0.0503083915, 0, 9.43333244, 0)
- Egg6.Size = UDim2.new(0, 117, 0, 29)
- Egg6.Font = Enum.Font.SourceSans
- Egg6.Text = "40K Egg"
- Egg6.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg6.TextScaled = true
- Egg6.TextSize = 14.000
- Egg6.TextWrapped = true
- Egg6.MouseButton1Down:connect(function()
- if Egg6.Text == "40K Egg" then
- Egg6.Text = "40K Egg On"
- while Egg6.Text == "40K Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "AquaEgg")
- wait(0.5)
- end
- else
- Egg6.Text = "40K Egg"
- end
- end)
- Egg7.Name = "Egg7"
- Egg7.Parent = EggMenuPanel
- Egg7.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg7.BorderSizePixel = 0
- Egg7.Position = UDim2.new(0.0503084064, 0, 10.9985504, 0)
- Egg7.Size = UDim2.new(0, 117, 0, 29)
- Egg7.Font = Enum.Font.SourceSans
- Egg7.Text = "75K Egg"
- Egg7.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg7.TextScaled = true
- Egg7.TextSize = 14.000
- Egg7.TextWrapped = true
- Egg7.MouseButton1Down:connect(function()
- if Egg7.Text == "75K Egg" then
- Egg7.Text = "75K Egg On"
- while Egg7.Text == "75K Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "BlossomEgg")
- wait(0.5)
- end
- else
- Egg7.Text = "75K Egg"
- end
- end)
- Egg8.Name = "Egg8"
- Egg8.Parent = EggMenuPanel
- Egg8.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg8.BorderSizePixel = 0
- Egg8.Position = UDim2.new(0.0503084064, 0, 12.5202894, 0)
- Egg8.Size = UDim2.new(0, 117, 0, 29)
- Egg8.Font = Enum.Font.SourceSans
- Egg8.Text = "300K Egg"
- Egg8.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg8.TextScaled = true
- Egg8.TextSize = 14.000
- Egg8.TextWrapped = true
- Egg8.MouseButton1Down:connect(function()
- if Egg8.Text == "300K Egg" then
- Egg8.Text = "300K Egg On"
- while Egg8.Text == "300K Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "LavaEgg")
- wait(0.5)
- end
- else
- Egg8.Text = "300K Egg"
- end
- end)
- Egg9.Name = "Egg9"
- Egg9.Parent = EggMenuPanel
- Egg9.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg9.BorderSizePixel = 0
- Egg9.Position = UDim2.new(0.0503084064, 0, 14.0420284, 0)
- Egg9.Size = UDim2.new(0, 117, 0, 29)
- Egg9.Font = Enum.Font.SourceSans
- Egg9.Text = "600K Egg"
- Egg9.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg9.TextScaled = true
- Egg9.TextSize = 14.000
- Egg9.TextWrapped = true
- Egg9.MouseButton1Down:connect(function()
- if Egg9.Text == "600K Egg" then
- Egg9.Text = "600K Egg On"
- while Egg9.Text == "600K Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "FrozenEgg")
- wait(0.5)
- end
- else
- Egg9.Text = "600K Egg"
- end
- end)
- Egg10.Name = "Egg10"
- Egg10.Parent = EggMenuPanel
- Egg10.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg10.BorderSizePixel = 0
- Egg10.Position = UDim2.new(0.0503084064, 0, 15.5637684, 0)
- Egg10.Size = UDim2.new(0, 117, 0, 29)
- Egg10.Font = Enum.Font.SourceSans
- Egg10.Text = "1.5M Egg"
- Egg10.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg10.TextScaled = true
- Egg10.TextSize = 14.000
- Egg10.TextWrapped = true
- Egg10.MouseButton1Down:connect(function()
- if Egg10.Text == "1.5M Egg" then
- Egg10.Text = "1.5M Egg On"
- while Egg10.Text == "1.5M Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "CyberEgg")
- wait(0.5)
- end
- else
- Egg10.Text = "1.5M Egg"
- end
- end)
- Egg11.Name = "Egg11"
- Egg11.Parent = EggMenuPanel
- Egg11.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg11.BorderSizePixel = 0
- Egg11.Position = UDim2.new(0.585192144, 0, 1.56376755, 0)
- Egg11.Size = UDim2.new(0, 117, 0, 29)
- Egg11.Font = Enum.Font.SourceSans
- Egg11.Text = "8.0M Egg"
- Egg11.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg11.TextScaled = true
- Egg11.TextSize = 14.000
- Egg11.TextWrapped = true
- Egg11.MouseButton1Down:connect(function()
- if Egg11.Text == "8.0M Egg" then
- Egg11.Text = "8.0M Egg On"
- while Egg11.Text == "8.0M Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "CandyEgg")
- wait(0.5)
- end
- else
- Egg11.Text = "8.0M Egg"
- end
- end)
- Egg13.Name = "Egg13"
- Egg13.Parent = EggMenuPanel
- Egg13.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg13.BorderSizePixel = 0
- Egg13.Position = UDim2.new(0.585192144, 0, 4.69420195, 0)
- Egg13.Size = UDim2.new(0, 117, 0, 29)
- Egg13.Font = Enum.Font.SourceSans
- Egg13.Text = "1.0B Egg"
- Egg13.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg13.TextScaled = true
- Egg13.TextSize = 14.000
- Egg13.TextWrapped = true
- Egg13.MouseButton1Down:connect(function()
- if Egg13.Text == "1.0B Egg" then
- Egg13.Text = "1.0B Egg On"
- while Egg13.Text == "1.0B Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "RadioactiveEgg")
- wait(0.5)
- end
- else
- Egg13.Text = "1.0B Egg"
- end
- end)
- Egg12.Name = "Egg12"
- Egg12.Parent = EggMenuPanel
- Egg12.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg12.BorderSizePixel = 0
- Egg12.Position = UDim2.new(0.585192144, 0, 3.12898445, 0)
- Egg12.Size = UDim2.new(0, 117, 0, 29)
- Egg12.Font = Enum.Font.SourceSans
- Egg12.Text = "50.0M Egg"
- Egg12.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg12.TextScaled = true
- Egg12.TextSize = 14.000
- Egg12.TextWrapped = true
- Egg12.MouseButton1Down:connect(function()
- if Egg12.Text == "50.0M Egg" then
- Egg12.Text = "50.0M Egg On"
- while Egg12.Text == "50.0M Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "ElectricEgg")
- wait(0.5)
- end
- else
- Egg12.Text = "50.0M Egg"
- end
- end)
- Egg14.Name = "Egg14"
- Egg14.Parent = EggMenuPanel
- Egg14.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg14.BorderSizePixel = 0
- Egg14.Position = UDim2.new(0.585192144, 0, 6.25941944, 0)
- Egg14.Size = UDim2.new(0, 117, 0, 29)
- Egg14.Font = Enum.Font.SourceSans
- Egg14.Text = "30.0B Egg"
- Egg14.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg14.TextScaled = true
- Egg14.TextSize = 14.000
- Egg14.TextWrapped = true
- Egg14.MouseButton1Down:connect(function()
- if Egg14.Text == "30.0B Egg" then
- Egg14.Text = "30.0B Egg On"
- while Egg14.Text == "30.0B Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "PlasmaEgg")
- wait(0.5)
- end
- else
- Egg14.Text = "30.0B Egg"
- end
- end)
- Egg15.Name = "Egg15"
- Egg15.Parent = EggMenuPanel
- Egg15.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg15.BorderSizePixel = 0
- Egg15.Position = UDim2.new(0.585192144, 0, 7.86811495, 0)
- Egg15.Size = UDim2.new(0, 117, 0, 29)
- Egg15.Font = Enum.Font.SourceSans
- Egg15.Text = "500.0B Egg"
- Egg15.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg15.TextScaled = true
- Egg15.TextSize = 14.000
- Egg15.TextWrapped = true
- Egg15.MouseButton1Down:connect(function()
- if Egg15.Text == "500.0B Egg" then
- Egg15.Text = "500.0B Egg On"
- while Egg15.Text == "500.0B Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "DemonEgg")
- wait(0.5)
- end
- else
- Egg15.Text = "500.0B Egg"
- end
- end)
- Egg16.Name = "Egg16"
- Egg16.Parent = EggMenuPanel
- Egg16.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg16.BorderSizePixel = 0
- Egg16.Position = UDim2.new(0.585192144, 0, 9.43333244, 0)
- Egg16.Size = UDim2.new(0, 117, 0, 29)
- Egg16.Font = Enum.Font.SourceSans
- Egg16.Text = "10.0T Egg"
- Egg16.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg16.TextScaled = true
- Egg16.TextSize = 14.000
- Egg16.TextWrapped = true
- Egg16.MouseButton1Down:connect(function()
- if Egg16.Text == "10.0T Egg" then
- Egg16.Text = "10.0T Egg On"
- while Egg16.Text == "10.0T Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "MonochromeEgg")
- wait(0.5)
- end
- else
- Egg16.Text = "10.0T Egg"
- end
- end)
- Egg17.Name = "Egg17"
- Egg17.Parent = EggMenuPanel
- Egg17.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg17.BorderSizePixel = 0
- Egg17.Position = UDim2.new(0.585192144, 0, 10.9985495, 0)
- Egg17.Size = UDim2.new(0, 117, 0, 29)
- Egg17.Font = Enum.Font.SourceSans
- Egg17.Text = "2.0Qd Egg"
- Egg17.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg17.TextScaled = true
- Egg17.TextSize = 14.000
- Egg17.TextWrapped = true
- Egg17.MouseButton1Down:connect(function()
- if Egg17.Text == "2.0Qd Egg" then
- Egg17.Text = "2.0Qd Egg On"
- while Egg17.Text == "2.0Qd Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "AngelicEgg")
- wait(0.5)
- end
- else
- Egg17.Text = "2.0Qd Egg"
- end
- end)
- Egg18.Name = "Egg18"
- Egg18.Parent = EggMenuPanel
- Egg18.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg18.BorderSizePixel = 0
- Egg18.Position = UDim2.new(0.585192144, 0, 12.5202885, 0)
- Egg18.Size = UDim2.new(0, 117, 0, 29)
- Egg18.Font = Enum.Font.SourceSans
- Egg18.Text = "500.0Qd Egg"
- Egg18.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg18.TextScaled = true
- Egg18.TextSize = 14.000
- Egg18.TextWrapped = true
- Egg18.MouseButton1Down:connect(function()
- if Egg18.Text == "500.0Qd Egg" then
- Egg18.Text = "500.0Qd Egg On"
- while Egg18.Text == "500.0Qd Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "CrystalEgg")
- wait(0.5)
- end
- else
- Egg18.Text = "500.0Qd Egg"
- end
- end)
- Egg19.Name = "Egg19"
- Egg19.Parent = EggMenuPanel
- Egg19.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg19.BorderSizePixel = 0
- Egg19.Position = UDim2.new(0.585192144, 0, 14.0420275, 0)
- Egg19.Size = UDim2.new(0, 117, 0, 29)
- Egg19.Font = Enum.Font.SourceSans
- Egg19.Text = "50.0Qn Egg"
- Egg19.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg19.TextScaled = true
- Egg19.TextSize = 14.000
- Egg19.TextWrapped = true
- Egg19.MouseButton1Down:connect(function()
- if Egg19.Text == "50.0Qn Egg" then
- Egg19.Text = "50.0Qn Egg On"
- while Egg19.Text == "50.0Qn Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "AncientEgg")
- wait(0.5)
- end
- else
- Egg19.Text = "50.0Qn Egg"
- end
- end)
- Egg20.Name = "Egg20"
- Egg20.Parent = EggMenuPanel
- Egg20.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Egg20.BorderSizePixel = 0
- Egg20.Position = UDim2.new(0.585192144, 0, 15.5637665, 0)
- Egg20.Size = UDim2.new(0, 117, 0, 29)
- Egg20.Font = Enum.Font.SourceSans
- Egg20.Text = "10.0Sx Egg"
- Egg20.TextColor3 = Color3.fromRGB(255, 255, 255)
- Egg20.TextScaled = true
- Egg20.TextSize = 14.000
- Egg20.TextWrapped = true
- Egg20.MouseButton1Down:connect(function()
- if Egg20.Text == "10.0Sx Egg" then
- Egg20.Text = "10.0Sx Egg On"
- while Egg20.Text == "10.0Sx Egg On" do
- game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "GlitchEgg")
- wait(0.5)
- end
- else
- Egg20.Text = "10.0Sx Egg"
- end
- end)
- UpperPanelAutoBossMenu.Name = "UpperPanelAutoBossMenu"
- UpperPanelAutoBossMenu.Parent = ScreenGui
- UpperPanelAutoBossMenu.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- UpperPanelAutoBossMenu.BorderSizePixel = 0
- UpperPanelAutoBossMenu.Position = UDim2.new(0.114246868, 0, 0.305061549, 0)
- UpperPanelAutoBossMenu.Size = UDim2.new(0, 292, 0, 25)
- UpperPanelAutoBossMenu.Draggable = true
- UpperPanelAutoBossMenu.Active = true
- UpperPanelAutoBossMenu.Selectable = true
- UpperPanelAutoBossMenu.Visible = false
- RGBPanelAB.Name = "RGBPanelAB"
- RGBPanelAB.Parent = UpperPanelAutoBossMenu
- RGBPanelAB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RGBPanelAB.BorderSizePixel = 0
- RGBPanelAB.Position = UDim2.new(0, 0, 0.98779726, 0)
- RGBPanelAB.Size = UDim2.new(0, 292, 0, 7)
- coroutine.wrap(function()
- while wait(0.1) do
- RGBPanelAB.BackgroundColor3 = Color3.new(255/255,0/255,0/255)
- for i = 0,255,10 do
- wait()
- RGBPanelAB.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
- end
- for i = 255,0,-10 do
- wait()
- RGBPanelAB.BackgroundColor3 = Color3.new(i/255,255/255,0/255)
- end
- for i = 0,255,10 do
- wait()
- RGBPanelAB.BackgroundColor3 = Color3.new(0/255,255/255,i/255)
- end
- for i = 255,0,-10 do
- wait()
- RGBPanelAB.BackgroundColor3 = Color3.new(0/255,i/255,255/255)
- end
- for i = 0,255,10 do
- wait()
- RGBPanelAB.BackgroundColor3 = Color3.new(i/255,0/255,255/255)
- end
- for i = 255,0,-10 do
- wait()
- RGBPanelAB.BackgroundColor3 = Color3.new(255/255,0/255,i/255)
- end
- end
- end)()
- BossMenu.Name = "BossMenu"
- BossMenu.Parent = UpperPanelAutoBossMenu
- BossMenu.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- BossMenu.BorderColor3 = Color3.fromRGB(66, 66, 66)
- BossMenu.BorderSizePixel = 0
- BossMenu.Position = UDim2.new(0, 0, 1.18779719, 0)
- BossMenu.Size = UDim2.new(0, 292, 0, 167)
- GUINameRGBAB.Name = "GUINameRGBAB"
- GUINameRGBAB.Parent = UpperPanelAutoBossMenu
- GUINameRGBAB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- GUINameRGBAB.BorderSizePixel = 0
- GUINameRGBAB.Position = UDim2.new(0, 0, 0.0799999982, 0)
- GUINameRGBAB.Size = UDim2.new(0, 291, 0, 21)
- GUINameRGBAB.Font = Enum.Font.SourceSans
- GUINameRGBAB.Text = "Auto Boss Menu"
- GUINameRGBAB.TextColor3 = Color3.fromRGB(255, 255, 255)
- GUINameRGBAB.TextScaled = true
- GUINameRGBAB.TextSize = 14.000
- GUINameRGBAB.TextWrapped = true
- coroutine.wrap(function()
- while wait(0.1) do
- GUINameRGBAB.TextColor3 = Color3.new(255/255,0/255,0/255)
- for i = 0,255,10 do
- wait()
- GUINameRGBAB.TextColor3 = Color3.new(255/255,i/255,0/255)
- end
- for i = 255,0,-10 do
- wait()
- GUINameRGBAB.TextColor3 = Color3.new(i/255,255/255,0/255)
- end
- for i = 0,255,10 do
- wait()
- GUINameRGBAB.TextColor3 = Color3.new(0/255,255/255,i/255)
- end
- for i = 255,0,-10 do
- wait()
- GUINameRGBAB.TextColor3 = Color3.new(0/255,i/255,255/255)
- end
- for i = 0,255,10 do
- wait()
- GUINameRGBAB.TextColor3 = Color3.new(i/255,0/255,255/255)
- end
- for i = 255,0,-10 do
- wait()
- GUINameRGBAB.TextColor3 = Color3.new(255/255,0/255,i/255)
- end
- end
- end)()
- AutoRhino.Name = "AutoRhino"
- AutoRhino.Parent = UpperPanelAutoBossMenu
- AutoRhino.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AutoRhino.BorderSizePixel = 0
- AutoRhino.Position = UDim2.new(0.539755702, 0, 1.65072453, 0)
- AutoRhino.Size = UDim2.new(0, 117, 0, 37)
- AutoRhino.Font = Enum.Font.SourceSans
- AutoRhino.Text = "Rhino King Off"
- AutoRhino.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoRhino.TextScaled = true
- AutoRhino.TextSize = 14.000
- AutoRhino.TextWrapped = true
- AutoRhino.MouseButton1Down:connect(function()
- coroutine.wrap(function()
- if AutoRhino.Text == "Rhino King Off" then
- AutoRhino.Text = "Rhino King On"
- local cube = Instance.new("Part", workspace)
- cube.Size = Vector3.new(1, 1, 1)
- cube.CFrame = CFrame.new(166.24, -24.50, -824.89)
- cube.Anchored = true
- cube.Size = Vector3.new(4, 1, 4)
- cube.Transparency = 1
- while AutoRhino.Text == "Rhino King On" do
- wait(0.01)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166.24, -19.53, -824.89)
- game.ReplicatedStorage.RE:FireServer("HitBoss", Workspace.Boss["Rhino King"])
- end
- else
- AutoRhino.Text = "Rhino King Off"
- end
- end)()
- end)
- AutoEvilFox.Name = "AutoEvilFox"
- AutoEvilFox.Parent = UpperPanelAutoBossMenu
- AutoEvilFox.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AutoEvilFox.BorderSizePixel = 0
- AutoEvilFox.Position = UDim2.new(0.536330998, 0, 3.8107245, 0)
- AutoEvilFox.Size = UDim2.new(0, 117, 0, 37)
- AutoEvilFox.Font = Enum.Font.SourceSans
- AutoEvilFox.Text = "Evil Fox Off"
- AutoEvilFox.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoEvilFox.TextScaled = true
- AutoEvilFox.TextSize = 14.000
- AutoEvilFox.TextWrapped = true
- AutoEvilFox.MouseButton1Down:connect(function()
- coroutine.wrap(function()
- if AutoEvilFox.Text == "Evil Fox Off" then
- AutoEvilFox.Text = "Evil Fox On"
- local cube = Instance.new("Part", workspace)
- cube.Size = Vector3.new(1, 1, 1)
- cube.CFrame = CFrame.new(166.24, -24.50, -824.89)
- cube.Anchored = true
- cube.Size = Vector3.new(4, 1, 4)
- cube.Transparency = 1
- while AutoEvilFox.Text == "Evil Fox On" do
- wait(0.01)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166.24, -19.53, -824.89)
- game.ReplicatedStorage.RE:FireServer("HitBoss", Workspace.Boss["Evil Fox"])
- end
- else
- AutoEvilFox.Text = "Evil Fox Off"
- end
- end)()
- end)
- AutoLavaGolem.Name = "AutoLavaGolem"
- AutoLavaGolem.Parent = UpperPanelAutoBossMenu
- AutoLavaGolem.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AutoLavaGolem.BorderSizePixel = 0
- AutoLavaGolem.Position = UDim2.new(0.536330998, 0, 5.89072418, 0)
- AutoLavaGolem.Size = UDim2.new(0, 117, 0, 37)
- AutoLavaGolem.Font = Enum.Font.SourceSans
- AutoLavaGolem.Text = "Lava Golem Off"
- AutoLavaGolem.TextColor3 = Color3.fromRGB(255, 255, 255)
- AutoLavaGolem.TextScaled = true
- AutoLavaGolem.TextSize = 14.000
- AutoLavaGolem.TextWrapped = true
- AutoLavaGolem.MouseButton1Down:connect(function()
- coroutine.wrap(function()
- if AutoLavaGolem.Text == "Lava Golem Off" then
- AutoLavaGolem.Text = "Lava Golem On"
- local cube = Instance.new("Part", workspace)
- cube.Size = Vector3.new(1, 1, 1)
- cube.CFrame = CFrame.new(256.32, 46980.00, -800.33)
- cube.Anchored = true
- cube.Size = Vector3.new(4, 1, 4)
- cube.Transparency = 1
- while AutoLavaGolem.Text == "Lava Golem On" do
- wait(0.01)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(256.32, 46985.00, -800.33)
- game.ReplicatedStorage.RE:FireServer("HitBoss", Workspace.Boss["Lava Golem"])
- end
- else
- AutoLavaGolem.Text = "Lava Golem Off"
- end
- end)()
- end)
- RhinoStatus.Name = "RhinoStatus"
- RhinoStatus.Parent = UpperPanelAutoBossMenu
- RhinoStatus.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- RhinoStatus.BorderColor3 = Color3.fromRGB(53, 53, 53)
- RhinoStatus.BorderSizePixel = 0
- RhinoStatus.Position = UDim2.new(0.0261753034, 0, 1.85072458, 0)
- RhinoStatus.Size = UDim2.new(0, 141, 0, 26)
- RhinoStatus.Font = Enum.Font.SourceSans
- RhinoStatus.Text = "Not there -->"
- RhinoStatus.TextColor3 = Color3.fromRGB(255, 255, 255)
- RhinoStatus.TextScaled = true
- RhinoStatus.TextSize = 14.000
- RhinoStatus.TextWrapped = true
- coroutine.wrap(function()
- while wait(0.1) do
- if game.Workspace.Boss:FindFirstChild("Rhino King") then
- RhinoStatus.Text = "Is there! -->"
- else
- RhinoStatus.Text = "Not there -->"
- end
- end
- end)()
- EvilFoxStatus.Name = "EvilFoxStatus"
- EvilFoxStatus.Parent = UpperPanelAutoBossMenu
- EvilFoxStatus.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- EvilFoxStatus.BorderColor3 = Color3.fromRGB(53, 53, 53)
- EvilFoxStatus.BorderSizePixel = 0
- EvilFoxStatus.Position = UDim2.new(0.0261753034, 0, 4.05072451, 0)
- EvilFoxStatus.Size = UDim2.new(0, 141, 0, 26)
- EvilFoxStatus.Font = Enum.Font.SourceSans
- EvilFoxStatus.Text = "Not there -->"
- EvilFoxStatus.TextColor3 = Color3.fromRGB(255, 255, 255)
- EvilFoxStatus.TextScaled = true
- EvilFoxStatus.TextSize = 14.000
- EvilFoxStatus.TextWrapped = true
- coroutine.wrap(function()
- while wait(0.01) do
- if game.Workspace.Boss:FindFirstChild("Evil Fox") then
- EvilFoxStatus.Text = "Is there! -->"
- else
- EvilFoxStatus.Text = "Not there -->"
- end
- end
- end)()
- LavaStatus.Name = "LavaStatus"
- LavaStatus.Parent = UpperPanelAutoBossMenu
- LavaStatus.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- LavaStatus.BorderColor3 = Color3.fromRGB(53, 53, 53)
- LavaStatus.BorderSizePixel = 0
- LavaStatus.Position = UDim2.new(0.0261753034, 0, 6.09072447, 0)
- LavaStatus.Size = UDim2.new(0, 141, 0, 26)
- LavaStatus.Font = Enum.Font.SourceSans
- LavaStatus.Text = "Not there -->"
- LavaStatus.TextColor3 = Color3.fromRGB(255, 255, 255)
- LavaStatus.TextScaled = true
- LavaStatus.TextSize = 14.000
- LavaStatus.TextWrapped = true
- coroutine.wrap(function()
- while wait(0.1) do
- if game.Workspace.Boss:FindFirstChild("Lava Golem") then
- LavaStatus.Text = "Is there! -->"
- else
- LavaStatus.Text = "Not there -->"
- end
- end
- end)()
Add Comment
Please, Sign In to add comment