Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local SimulatorGui = Instance.new("ScreenGui")
- local Start = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local Gui = Instance.new("ScrollingFrame")
- local BubbleGum = Instance.new("TextButton")
- local X = Instance.new("TextButton")
- local Magnet = Instance.new("TextButton")
- local Jetpack = Instance.new("TextButton")
- local Pet = Instance.new("TextButton")
- local IceCream = Instance.new("TextButton")
- local WeightLifting3 = Instance.new("TextButton")
- local Speed2 = Instance.new("TextButton")
- local Texting = Instance.new("TextButton")
- local Credits = Instance.new("TextBox")
- local Mining = Instance.new("TextButton")
- local BeeSwarm = Instance.new("TextButton")
- --Properties:
- SimulatorGui.Name = "Simulator Gui"
- SimulatorGui.Parent = game.CoreGui
- Gui.Active = true
- Gui.Draggable = true
- Start.Name = "Start"
- Start.Parent = SimulatorGui
- Start.Active = true
- Start.BackgroundColor3 = Color3.new(1, 1, 1)
- Start.Position = UDim2.new(0, 0, 0.93643558, 0)
- Start.Size = UDim2.new(0, 115, 0, 53)
- Start.Visible = true
- Start.Style = Enum.FrameStyle.DropShadow
- Open.Name = "Open"
- Open.Parent = Start
- Open.BackgroundColor3 = Color3.new(0, 0, 0)
- Open.BackgroundTransparency = 0.69999998807907
- Open.BorderColor3 = Color3.new(0, 0, 0)
- Open.BorderSizePixel = 5
- Open.Position = UDim2.new(-0.0391269922, 0, 0.0865075737, 0)
- Open.Size = UDim2.new(0, 104, 0, 30)
- Open.Font = Enum.Font.SciFi
- Open.Text = "OPEN"
- Open.TextColor3 = Color3.new(0.741176, 0.756863, 1)
- Open.TextSize = 20
- Open.TextStrokeTransparency = 0.60000002384186
- Open.MouseButton1Click:connect(function()
- Gui.Visible = true
- Open.Visible = false
- end)
- Gui.Name = "Gui"
- Gui.Parent = SimulatorGui
- Gui.Active = false
- Gui.BackgroundColor3 = Color3.new(0, 0, 0)
- Gui.BackgroundTransparency = 0.44999998807907
- Gui.BorderColor3 = Color3.new(0.647059, 0.635294, 1)
- Gui.BorderSizePixel = 3
- Gui.Position = UDim2.new(0.0119581446, 0, 0.249106139, 0)
- Gui.Size = UDim2.new(0, 303, 0, 567)
- Gui.SizeConstraint = Enum.SizeConstraint.RelativeYY
- Gui.Visible = false
- Gui.CanvasSize = UDim2.new(0, 0, 1, 1)
- Gui.ScrollBarThickness = 17
- Gui.VerticalScrollBarInset = Enum.ScrollBarInset.ScrollBar
- BubbleGum.Name = "Bubble Gum"
- BubbleGum.Parent = Gui
- BubbleGum.BackgroundColor3 = Color3.new(0.941177, 0.364706, 0.913726)
- BubbleGum.BackgroundTransparency = 0.20000000298023
- BubbleGum.BorderColor3 = Color3.new(0, 0, 0)
- BubbleGum.BorderSizePixel = 2
- BubbleGum.Position = UDim2.new(0.0388994291, 0, 0.310989827, 0)
- BubbleGum.Size = UDim2.new(0, 200, 0, 43)
- BubbleGum.Font = Enum.Font.SourceSans
- BubbleGum.Text = "Bubble Gum Simulator"
- BubbleGum.TextColor3 = Color3.new(0.741176, 0.756863, 1)
- BubbleGum.TextSize = 25
- BubbleGum.TextStrokeTransparency = 0.5
- BubbleGum.MouseButton1Click:connect(function()
- local Gui = Instance.new("ScreenGui")
- local Bar = Instance.new("Frame")
- local Main = Instance.new("Frame")
- local Button1 = Instance.new("TextButton")
- local Button2 = Instance.new("TextButton")
- local Button3 = Instance.new("TextButton")
- local Button4 = Instance.new("TextButton")
- local Button5 = Instance.new("TextButton")
- local Button6 = Instance.new("TextButton")
- local Button7 = Instance.new("TextButton")
- local Button8 = Instance.new("TextButton")
- local Button9 = Instance.new("TextButton")
- local Button10 = Instance.new("TextButton")
- local Button11 = Instance.new("TextButton")
- local Button12 = Instance.new("TextButton")
- local Button13 = Instance.new("TextButton")
- local Txt = Instance.new("TextLabel")
- Gui.Parent = game.CoreGui
- local Explosion = Instance.new("Explosion", Workspace)
- Explosion.Position = Vector3.new(-193, 46, -345.25)
- Explosion.BlastPressure = 1
- Explosion.DestroyJointRadiusPercent = 0.7
- Explosion.ExplosionType = "Craters"
- Explosion.BlastRadius = 75
- Explosion.Hit:connect(function(Part, Distance)
- Part:Destroy()
- end)
- Bar.Name = "Bar"
- Bar.Parent = Gui
- Bar.Active = true
- Bar.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- Bar.Draggable = true
- Bar.Position = UDim2.new(0.825, 0, 0.25, 0)
- Bar.Selectable = true
- Bar.Size = UDim2.new(0, 299.5, 0, 31)
- Main.Name = "Main"
- Main.Parent = Bar
- Main.BackgroundColor3 = Color3.new(0.35, 0.35, 0.35)
- Main.BackgroundTransparency = 0.20000000298023
- Main.Position = UDim2.new(0, 0, 1, 0)
- Main.Size = UDim2.new(0, 290, 0, 150)
- Button1.Name = "TextButton1"
- Button1.Parent = Main
- Button1.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button1.Position = UDim2.new(0, 0, 0, 0)
- Button1.Size = UDim2.new(0, 148, 0, 50)
- Button1.Font = Enum.Font.SourceSans
- Button1.Text = "Mythicals"
- Button1.TextColor3 = Color3.new(1, 1, 1)
- Button1.TextSize = 30
- Button1.MouseButton1Click:connect(function()
- while wait(0) do
- for _,v in pairs(workspace.Pickups["Mythical Chest"]:GetDescendants()) do
- if v.Name == "Root" then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end)
- Button2.Name = "TextButton2"
- Button2.Parent = Main
- Button2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button2.Position = UDim2.new(0.515, 0, 0.00, 0)
- Button2.Size = UDim2.new(0, 150, 0, 50)
- Button2.Font = Enum.Font.SourceSans
- Button2.Text = "Gem Box"
- Button2.TextColor3 = Color3.new(1, 1, 1)
- Button2.TextSize = 30
- Button2.MouseButton1Click:connect(function()
- while wait(0) do
- for _,v in pairs(workspace.Pickups["Gem Box"]:GetDescendants()) do
- if v.Name == "Root" then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end)
- Button3.Name = "TextButton3"
- Button3.Parent = Main
- Button3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button3.Position = UDim2.new(0, 0, 0.33, 0)
- Button3.Size = UDim2.new(0, 150, 0, 50)
- Button3.Font = Enum.Font.SourceSans
- Button3.Text = "Gem Safe"
- Button3.TextColor3 = Color3.new(1, 1, 1)
- Button3.TextSize = 30
- Button3.MouseButton1Click:connect(function()
- while wait(0) do
- for _,v in pairs(workspace.Pickups["Gem Safe"]:GetDescendants()) do
- if v.Name == "Root" then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end)
- Button4.Name = "TextButton4"
- Button4.Parent = Main
- Button4.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button4.Position = UDim2.new(0.515, 0, 0.33, 0)
- Button4.Size = UDim2.new(0, 150, 0, 50)
- Button4.Font = Enum.Font.SourceSans
- Button4.Text = "Gem Chest"
- Button4.TextColor3 = Color3.new(1, 1, 1)
- Button4.TextSize = 30
- Button4.MouseButton1Click:connect(function()
- while wait(0) do
- for _,v in pairs(workspace.Pickups["Gem Chest"]:GetDescendants()) do
- if v.Name == "Root" then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end)
- Button5.Name = "TextButton5"
- Button5.Parent = Main
- Button5.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button5.Position = UDim2.new(0, 0, 0.66, 0)
- Button5.Size = UDim2.new(0, 150, 0, 50)
- Button5.Font = Enum.Font.SourceSans
- Button5.Text = "Small Gem"
- Button5.TextColor3 = Color3.new(1, 1, 1)
- Button5.TextSize = 30
- Button5.MouseButton1Click:connect(function()
- while wait(0) do
- for _,v in pairs(workspace.Pickups["Small Gem Chest"]:GetDescendants()) do
- if v.Name == "Root" then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end)
- Button6.Name = "TextButton6"
- Button6.Parent = Main
- Button6.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button6.Position = UDim2.new(0.515, 0, 0.66, 0)
- Button6.Size = UDim2.new(0, 150, 0, 50)
- Button6.Font = Enum.Font.SourceSans
- Button6.Text = "Gold Chest"
- Button6.TextColor3 = Color3.new(1, 1, 1)
- Button6.TextSize = 30
- Button6.MouseButton1Click:connect(function()
- while wait(0) do
- for _,v in pairs(workspace.Pickups["Gold Chest"]:GetDescendants()) do
- if v.Name == "Root" then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end)
- Button7.Name = "TextButton7"
- Button7.Parent = Main
- Button7.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button7.Position = UDim2.new(0, 0, 0.99, 0)
- Button7.Size = UDim2.new(0, 150, 0, 50)
- Button7.Font = Enum.Font.SourceSans
- Button7.Text = "Silver Chest"
- Button7.TextColor3 = Color3.new(1, 1, 1)
- Button7.TextSize = 30
- Button7.MouseButton1Click:connect(function()
- while wait(0) do
- for _,v in pairs(workspace.Pickups["Silver Chest"]:GetDescendants()) do
- if v.Name == "Root" then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end)
- Button8.Name = "TextButton8"
- Button8.Parent = Main
- Button8.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button8.Position = UDim2.new(0.515, 0, 0.99, 0)
- Button8.Size = UDim2.new(0, 150, 0, 50)
- Button8.Font = Enum.Font.SourceSans
- Button8.Text = "Money Bag"
- Button8.TextColor3 = Color3.new(1, 1, 1)
- Button8.TextSize = 30
- Button8.MouseButton1Click:connect(function()
- while wait(0) do
- for _,v in pairs(workspace.Pickups["Money Bag"]:GetDescendants()) do
- if v.Name == "Root" then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end)
- Button9.Name = "TextButton9"
- Button9.Parent = Main
- Button9.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button9.Position = UDim2.new(0, 0, 1.33, 0)
- Button9.Size = UDim2.new(0, 150, 0, 50)
- Button9.Font = Enum.Font.SourceSans
- Button9.Text = "Gem"
- Button9.TextColor3 = Color3.new(1, 1, 1)
- Button9.TextSize = 30
- Button9.MouseButton1Click:connect(function()
- while wait(0) do
- for _,v in pairs(workspace.Pickups["Gem"]:GetDescendants()) do
- if v.Name == "Root" then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end)
- Button10.Name = "TextButton10"
- Button10.Parent = Main
- Button10.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button10.Position = UDim2.new(0.515, 0, 1.33, 0)
- Button10.Size = UDim2.new(0, 150, 0, 50)
- Button10.Font = Enum.Font.SourceSans
- Button10.Text = "Wood Chest"
- Button10.TextColor3 = Color3.new(1, 1, 1)
- Button10.TextSize = 30
- Button10.MouseButton1Click:connect(function()
- while wait(0) do
- for _,v in pairs(workspace.Pickups["Wood Chest"]:GetDescendants()) do
- if v.Name == "Root" then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end)
- Button11.Name = "TextButton11"
- Button11.Parent = Main
- Button11.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button11.Position = UDim2.new(0, 0, 1.66, 0)
- Button11.Size = UDim2.new(0, 150, 0, 50)
- Button11.Font = Enum.Font.SourceSans
- Button11.Text = "Coin"
- Button11.TextColor3 = Color3.new(1, 1, 1)
- Button11.TextSize = 30
- Button11.MouseButton1Click:connect(function()
- while wait(0) do
- for _,v in pairs(workspace.Pickups["Coin"]:GetDescendants()) do
- if v.Name == "Root" then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end)
- Button12.Name = "TextButton12"
- Button12.Parent = Main
- Button12.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button12.Position = UDim2.new(0.515, 0, 1.66, 0)
- Button12.Size = UDim2.new(0, 150, 0, 50)
- Button12.Font = Enum.Font.SourceSans
- Button12.Text = "Coin Stack"
- Button12.TextColor3 = Color3.new(1, 1, 1)
- Button12.TextSize = 30
- Button12.MouseButton1Click:connect(function()
- while wait(0) do
- for _,v in pairs(workspace.Pickups["Cash Stack"]:GetDescendants()) do
- if v.Name == "Root" then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- end
- end)
- Button13.Name = "TextButton13"
- Button13.Parent = Main
- Button13.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Button13.Position = UDim2.new(0, 0, 1.99, 0)
- Button13.Size = UDim2.new(0, 300, 0, 50)
- Button13.Font = Enum.Font.SourceSans
- Button13.Text = "NukeVIP"
- Button13.TextColor3 = Color3.new(1, 1, 1)
- Button13.TextSize = 30
- Button13.MouseButton1Click:connect(function()
- local Explosion = Instance.new("Explosion", Workspace)
- Explosion.Position = Vector3.new(-193, 46, -345.25)
- Explosion.BlastPressure = 1
- Explosion.DestroyJointRadiusPercent = 0.7
- Explosion.ExplosionType = "Craters"
- Explosion.BlastRadius = 75
- Explosion.Hit:connect(function(Part, Distance)
- Part:Destroy()
- end)
- end)
- Txt.Name = "Label"
- Txt.Parent = Bar
- Txt.BackgroundColor3 = Color3.new(1, 1, 1)
- Txt.BackgroundTransparency = 1
- Txt.BorderSizePixel = 0
- Txt.Position = UDim2.new(0.13, 0, 0, 0)
- Txt.Size = UDim2.new(0, 242, 0, 32)
- Txt.Font = Enum.Font.SourceSans
- Txt.Text = "BubbleGumSimulator"
- Txt.TextColor3 = Color3.new(1, 1, 1)
- Txt.TextScaled = true
- Txt.TextSize = 14
- Txt.TextWrapped = true
- end)
- X.Name = "X"
- X.Parent = Gui
- X.BackgroundColor3 = Color3.new(0.6, 0.901961, 0.917647)
- X.BackgroundTransparency = 0.80000001192093
- X.BorderColor3 = Color3.new(0, 0, 0)
- X.Position = UDim2.new(0.881500423, 0, -0.00100243464, 0)
- X.Size = UDim2.new(0, 28, 0, 25)
- X.Modal = true
- X.Font = Enum.Font.SciFi
- X.Text = "X"
- X.TextColor3 = Color3.new(0, 0, 0)
- X.TextSize = 14
- X.MouseButton1Click:connect(function()
- Open.Visible = true
- Gui.Visible = false
- end)
- Magnet.Name = "Magnet"
- Magnet.Parent = Gui
- Magnet.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.666667)
- Magnet.BackgroundTransparency = 0.40000000596046
- Magnet.BorderColor3 = Color3.new(0.403922, 0, 0.00392157)
- Magnet.BorderSizePixel = 2
- Magnet.Position = UDim2.new(0.0322851352, 0, 0.0374245793, 0)
- Magnet.Size = UDim2.new(0, 264, 0, 50)
- Magnet.Font = Enum.Font.SciFi
- Magnet.Text = "Magnet Simulator -WARNING- INFINITE MONEY!"
- Magnet.TextColor3 = Color3.new(1, 0, 0.0156863)
- Magnet.TextSize = 13
- Magnet.TextStrokeTransparency = 0
- Magnet.TextTransparency = 0.10000000149012
- Magnet.MouseButton1Click:connect(function()
- while wait() do
- loadstring(game:HttpGet("https://pastebin.com/raw/Zkv6fySP",true))()
- while true do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.IslandInfo.islandtp.CFrame
- while true do
- wait()
- game.ReplicatedStorage.Events.MagnetEvents.requestDrink:FireServer()
- end
- end
- end
- end)
- Jetpack.Name = "Jetpack"
- Jetpack.Parent = Gui
- Jetpack.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- Jetpack.BackgroundTransparency = 0.40000000596046
- Jetpack.BorderSizePixel = 2
- Jetpack.Position = UDim2.new(0.0334424302, 0, 0.126417503, 0)
- Jetpack.Size = UDim2.new(0, 200, 0, 43)
- Jetpack.Font = Enum.Font.GothamBold
- Jetpack.Text = "Jetpack Simulator"
- Jetpack.TextColor3 = Color3.new(0.270588, 0.658824, 1)
- Jetpack.TextSize = 20
- Jetpack.TextStrokeTransparency = 0
- Jetpack.TextTransparency = 0.30000001192093
- Jetpack.MouseButton1Click:connect(function()
- local Thing = Instance.new("ScreenGui")
- local Drag = Instance.new("Frame")
- local Main = Instance.new("Frame")
- local Button1 = Instance.new("TextButton")
- local Button2 = Instance.new("TextButton")
- local Button3 = Instance.new("TextButton")
- local Button4 = Instance.new("TextButton")
- local Button5 = Instance.new("TextButton")
- local Button6 = Instance.new("TextButton")
- local Button7 = Instance.new("TextButton")
- local Button8 = Instance.new("TextButton")
- local Button9 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextBox = Instance.new("TextBox")
- Thing.Name = "Thing"
- Thing.Parent = game.CoreGui
- farm1 = false
- farm2 = false
- farm3 = false
- farm4 = false
- farm5 = false
- farm6 = false
- farm7 = false
- farm8 = false
- farm9 = false
- game.Players.LocalPlayer.PlayerGui.MainGUI.FullFuelFrame.Visible = false
- Drag.Name = "Drag"
- Drag.Parent = Thing
- Drag.Active = true
- Drag.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.352941)
- Drag.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
- Drag.BorderSizePixel = 3
- Drag.Position = UDim2.new(0.78186202, 0, 0.313490659, 0)
- Drag.Selectable = true
- Drag.Size = UDim2.new(0, 227, 0, 22)
- Drag.Draggable = true
- Main.Name = "Main"
- Main.Parent = Drag
- Main.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.176471)
- Main.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
- Main.BorderSizePixel = 3
- Main.Position = UDim2.new(-0.001, 0, 0.98, 0)
- Main.Size = UDim2.new(0, 227, 0, 522)
- TextBox.Name = "TextBox"
- TextBox.Parent = Drag
- TextBox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.176471)
- TextBox.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
- TextBox.BorderSizePixel = 3
- TextBox.Position = UDim2.new(0, 0, 24.8, 0)
- TextBox.Size = UDim2.new(0, 227, 0, 50)
- TextBox.Text = "MaxSizeGoesHere"
- TextBox.TextColor3 = Color3.new(0.3, 0.3, 0.3)
- TextBox.TextSize = 18
- Button1.Name = "Button1"
- Button1.Parent = Main
- Button1.BackgroundColor3 = Color3.new(0.5, 0, 0)
- Button1.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
- Button1.BorderSizePixel = 2
- Button1.Position = UDim2.new(0.0299999993, 0, 0.011, 0)
- Button1.Size = UDim2.new(0, 214, 0, 50)
- Button1.Font = Enum.Font.Code
- Button1.Text = "Coal"
- Button1.TextColor3 = Color3.new(0, 0, 0)
- Button1.TextSize = 25
- Button1.TextWrapped = true
- Button1.MouseButton1Click:connect(function()
- if farm1 == true then farm1 = false print("Disabled")
- Button1.BackgroundColor3 = Color3.new(.5, 0, 0)
- elseif
- farm1 == false then farm1 = true print("Enabled")
- Button1.BackgroundColor3 = Color3.new(0, .5, 0)
- end
- Farm1()
- end)
- Button2.Name = "Button2"
- Button2.Parent = Main
- Button2.BackgroundColor3 = Color3.new(0.5, 0, 0)
- Button2.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
- Button2.BorderSizePixel = 2
- Button2.Position = UDim2.new(0.0299999993, 0, 0.12, 0)
- Button2.Size = UDim2.new(0, 214, 0, 50)
- Button2.Font = Enum.Font.Code
- Button2.Text = "Battery"
- Button2.TextColor3 = Color3.new(0, 0, 0)
- Button2.TextSize = 25
- Button2.TextWrapped = true
- Button2.MouseButton1Click:connect(function()
- if farm2 == true then farm2 = false print("Disabled")
- Button2.BackgroundColor3 = Color3.new(.5, 0, 0)
- elseif
- farm2 == false then farm2 = true print("Enabled")
- Button2.BackgroundColor3 = Color3.new(0, .5, 0)
- end
- Farm2()
- end)
- Button3.Name = "Button3"
- Button3.Parent = Main
- Button3.BackgroundColor3 = Color3.new(0.5, 0, 0)
- Button3.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
- Button3.BorderSizePixel = 2
- Button3.Position = UDim2.new(0.0299999993, 0, 0.23, 0)
- Button3.Size = UDim2.new(0, 214, 0, 50)
- Button3.Font = Enum.Font.Code
- Button3.Text = "Solar"
- Button3.TextColor3 = Color3.new(0, 0, 0)
- Button3.TextSize = 25
- Button3.TextWrapped = true
- Button3.MouseButton1Click:connect(function()
- if farm3 == true then farm3 = false print("Disabled")
- Button3.BackgroundColor3 = Color3.new(.5, 0, 0)
- elseif
- farm3 == false then farm3 = true print("Enabled")
- Button3.BackgroundColor3 = Color3.new(0, .5, 0)
- end
- Farm3()
- end)
- Button4.Name = "Button4"
- Button4.Parent = Main
- Button4.BackgroundColor3 = Color3.new(0.5, 0, 0)
- Button4.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
- Button4.BorderSizePixel = 2
- Button4.Position = UDim2.new(0.0299999993, 0, 0.34, 0)
- Button4.Size = UDim2.new(0, 214, 0, 50)
- Button4.Font = Enum.Font.Code
- Button4.Text = "Wind"
- Button4.TextColor3 = Color3.new(0, 0, 0)
- Button4.TextSize = 25
- Button4.TextWrapped = true
- Button4.MouseButton1Click:connect(function()
- if farm4 == true then farm4 = false print("Disabled")
- Button4.BackgroundColor3 = Color3.new(.5, 0, 0)
- elseif
- farm4 == false then farm4 = true print("Enabled")
- Button4.BackgroundColor3 = Color3.new(0, .5, 0)
- end
- Farm4()
- end)
- Button5.Name = "Button5"
- Button5.Parent = Main
- Button5.BackgroundColor3 = Color3.new(0.5, 0, 0)
- Button5.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
- Button5.BorderSizePixel = 2
- Button5.Position = UDim2.new(0.0299999993, 0, 0.45, 0)
- Button5.Size = UDim2.new(0, 214, 0, 50)
- Button5.Font = Enum.Font.Code
- Button5.Text = "Nuclear"
- Button5.TextColor3 = Color3.new(0, 0, 0)
- Button5.TextSize = 25
- Button5.TextWrapped = true
- Button5.MouseButton1Click:connect(function()
- if farm5 == true then farm5 = false print("Disabled")
- Button5.BackgroundColor3 = Color3.new(.5, 0, 0)
- elseif
- farm5 == false then farm5 = true print("Enabled")
- Button5.BackgroundColor3 = Color3.new(0, .5, 0)
- end
- Farm5()
- end)
- Button6.Name = "Button6"
- Button6.Parent = Main
- Button6.BackgroundColor3 = Color3.new(0.5, 0, 0)
- Button6.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
- Button6.BorderSizePixel = 2
- Button6.Position = UDim2.new(0.0299999993, 0, 0.56, 0)
- Button6.Size = UDim2.new(0, 214, 0, 50)
- Button6.Font = Enum.Font.Code
- Button6.Text = "Plasma"
- Button6.TextColor3 = Color3.new(0, 0, 0)
- Button6.TextSize = 25
- Button6.TextWrapped = true
- Button6.MouseButton1Click:connect(function()
- if farm6 == true then farm6 = false print("Disabled")
- Button6.BackgroundColor3 = Color3.new(.5, 0, 0)
- elseif
- farm6 == false then farm6 = true print("Enabled")
- Button6.BackgroundColor3 = Color3.new(0, .5, 0)
- end
- Farm6()
- end)
- Button7.Name = "Button7"
- Button7.Parent = Main
- Button7.BackgroundColor3 = Color3.new(0.5, 0, 0)
- Button7.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
- Button7.BorderSizePixel = 2
- Button7.Position = UDim2.new(0.0299999993, 0, 0.67, 0)
- Button7.Size = UDim2.new(0, 214, 0, 50)
- Button7.Font = Enum.Font.Code
- Button7.Text = "Aetherium"
- Button7.TextColor3 = Color3.new(0, 0, 0)
- Button7.TextSize = 25
- Button7.TextWrapped = true
- Button7.MouseButton1Click:connect(function()
- if farm7 == true then farm7 = false print("Disabled")
- Button7.BackgroundColor3 = Color3.new(.5, 0, 0)
- elseif
- farm7 == false then farm7 = true print("Enabled")
- Button7.BackgroundColor3 = Color3.new(0, .5, 0)
- end
- Farm7()
- end)
- Button8.Name = "Button8"
- Button8.Parent = Main
- Button8.BackgroundColor3 = Color3.new(0.5, 0, 0)
- Button8.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
- Button8.BorderSizePixel = 2
- Button8.Position = UDim2.new(0.0299999993, 0, 0.78, 0)
- Button8.Size = UDim2.new(0, 214, 0, 50)
- Button8.Font = Enum.Font.Code
- Button8.Text = "Corrodium"
- Button8.TextColor3 = Color3.new(0, 0, 0)
- Button8.TextSize = 25
- Button8.TextWrapped = true
- Button8.MouseButton1Click:connect(function()
- if farm8 == true then farm8 = false print("Disabled")
- Button8.BackgroundColor3 = Color3.new(.5, 0, 0)
- elseif
- farm8 == false then farm8 = true print("Enabled")
- Button8.BackgroundColor3 = Color3.new(0, .5, 0)
- end
- Farm8()
- end)
- Button9.Name = "Button8"
- Button9.Parent = Main
- Button9.BackgroundColor3 = Color3.new(0.5, 0, 0)
- Button9.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
- Button9.BorderSizePixel = 2
- Button9.Position = UDim2.new(0.0299999993, 0, 0.89, 0)
- Button9.Size = UDim2.new(0, 214, 0, 50)
- Button9.Font = Enum.Font.Code
- Button9.Text = "Element 99"
- Button9.TextColor3 = Color3.new(0, 0, 0)
- Button9.TextSize = 25
- Button9.TextWrapped = true
- Button9.MouseButton1Click:connect(function()
- if farm9 == true then farm9 = false print("Disabled")
- Button9.BackgroundColor3 = Color3.new(.5, 0, 0)
- elseif
- farm9 == false then farm9 = true print("Enabled")
- Button9.BackgroundColor3 = Color3.new(0, .5, 0)
- end
- Farm9()
- end)
- TextLabel.Parent = Drag
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(-0.00352370739, 0, -0.048604846, 0)
- TextLabel.Size = UDim2.new(0, 227, 0, 22)
- TextLabel.Font = Enum.Font.Code
- TextLabel.Text = "JetPackSim"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 22
- TextButton.Parent = Thing
- TextButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.352941)
- TextButton.Position = UDim2.new(0.9, 0, 0.95, 0)
- TextButton.Size = UDim2.new(0, 90, 0, 28)
- TextButton.Font = Enum.Font.Code
- TextButton.Text = "Close"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 25
- --This is for the open close button
- function Scriptz()
- local script = Instance.new('LocalScript')
- script.Parent = TextButton
- button = script.Parent
- Drag = script.Parent.Parent.Drag
- --Updates the visibility of Drag which is the parent of main when you click the open/close button
- function onClick()
- if Drag.Visible == true then
- Drag.Visible = false
- elseif Drag.Visible == false then
- Drag.Visible = true
- end
- end
- button.MouseButton1Click:connect(onClick)
- --Updates the text of the button to close or open based on visibility
- while wait(0) do
- if Drag.Visible == true then
- button.Text = "Close"
- elseif Drag.Visible == false then
- button.Text = "Open"
- end
- end
- end
- coroutine.resume(coroutine.create(Scriptz))
- function sell()
- if game.Players.LocalPlayer.PlayerGui.MainGUI.FuelDisplay.TextLabel.Text == TextBox.Text then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(141.2047, 3.32, -3.3)
- end
- end
- function Farm1()
- while farm1 == true do
- wait(.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area1.Coal.Coal.HitPart.CFrame
- sell()
- end
- end
- function Farm2()
- while farm2 == true do
- wait(.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area2.Battery.Battery.HitPart.CFrame
- sell()
- end
- end
- function Farm3()
- while farm3 == true do
- wait(.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area2.Solar.Solar.HitPart.CFrame
- sell()
- end
- end
- function Farm4()
- while farm4 == true do
- wait(.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area4.Wind.Wind.HitPart.CFrame
- sell()
- end
- end
- function Farm5()
- while farm5 == true do
- wait(.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area7.Nuclear.Nuclear.HitPart.CFrame
- sell()
- end
- end
- function Farm6()
- while farm6 == true do
- wait(.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area7.Plasma.Plasma.HitPart.CFrame
- sell()
- end
- end
- function Farm7()
- while farm7 == true do
- wait(.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area11.Aetherium.Aetherium.HitPart.CFrame
- sell()
- end
- end
- function Farm8()
- while farm8 == true do
- wait(.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area13.Corrodium.Corrodium.HitPart.CFrame
- sell()
- end
- end
- function Farm9()
- while farm9 == true do
- wait(.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area13["Element 99"]["Element 99"].HitPart.CFrame
- sell()
- end
- end
- end)
- Pet.Name = "Pet"
- Pet.Parent = Gui
- Pet.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0)
- Pet.BackgroundTransparency = 0.40000000596046
- Pet.BorderSizePixel = 3
- Pet.Position = UDim2.new(0.0391229838, 0, 0.395126969, 0)
- Pet.Size = UDim2.new(0, 200, 0, 50)
- Pet.Font = Enum.Font.Fantasy
- Pet.Text = "Pet Simulator"
- Pet.TextColor3 = Color3.new(0.796079, 1, 0.780392)
- Pet.TextSize = 25
- Pet.TextStrokeTransparency = 0.20000000298023
- Pet.MouseButton1Click:connect(function()
- -- Updated 11/10/2018
- -- Updated by https://v3rmillion.net/member.php?action=profile&uid=234837
- -- Credit to https://v3rmillion.net/member.php?action=profile&uid=519098
- -- Does this crash you? DM me and I'll try to find a fix to the issue
- FarmStart = false
- FarmArea = "none"
- WalkNumber = "1"
- JumpNumber = "1"
- local petTable = {}
- local Try = 0
- local Amount = 0
- function PetTable()
- local Stats = workspace["__REMOTES"]["Core"]["Get Other Stats"]:InvokeServer()
- local Times = #Stats[game.Players.LocalPlayer.Name]["Save"]["Pets"]
- local Name = game:GetService("Players").LocalPlayer.Name
- petTable = {}
- Try = 0
- Amount = 0
- for i=1,Times do
- if(Stats[Name]["Save"]["Pets"][Times].e == true) then
- Amount = Amount + 1
- petTable[Amount] = {
- ["ID"] = tonumber(Stats[Name]["Save"]["Pets"][Times].id),
- ["LEVEL"] = tonumber(Stats[Name]["Save"]["Pets"][Times].l),
- }
- end
- Times = Times - 1
- end
- end
- local MainGUI = Instance.new("ScreenGui")
- local TopFrame = Instance.new("Frame")
- local PSHeader = Instance.new("TextLabel")
- local ClosePS = Instance.new("TextButton")
- local StatsFrame = Instance.new("Frame")
- local FarmCoins = Instance.new("TextButton")
- local FarmFrame = Instance.new("Frame")
- local PowerTextInfo1 = Instance.new("TextLabel")
- local PowerText1 = Instance.new("TextLabel")
- local FarmPower = Instance.new("TextBox")
- local StartFarming = Instance.new("TextButton")
- local StartFarmingEarth = Instance.new("TextButton")
- local StartFarmingMoon = Instance.new("TextButton")
- local WalkSpeed = Instance.new("TextButton")
- local JumpPower = Instance.new("TextButton")
- local BuyScreen = Instance.new("TextButton")
- local BuyScreenFrame = Instance.new("Frame")
- local BuyPetTitle1 = Instance.new("TextLabel")
- local BuyPetTitle2 = Instance.new("TextLabel")
- local BuyPetTitle3 = Instance.new("TextLabel")
- local BuyPetAmount1 = Instance.new("TextLabel")
- local BuyPetAmount2 = Instance.new("TextBox")
- local BuyPetAmount3 = Instance.new("TextBox")
- local BuyPetTier1 = Instance.new("TextLabel")
- local BuyPetTier2 = Instance.new("TextBox")
- local BuyPetGo = Instance.new("TextButton")
- local BuyHatTitle1 = Instance.new("TextLabel")
- local BuyHatTitle2 = Instance.new("TextLabel")
- local BuyHatAmount1 = Instance.new("TextLabel")
- local BuyHatAmount2 = Instance.new("TextBox")
- local BuyHatTier1 = Instance.new("TextLabel")
- local BuyHatTier2 = Instance.new("TextBox")
- local BuyHatGo = Instance.new("TextButton")
- local Locations = Instance.new("TextButton")
- local Locations2 = Instance.new("TextButton")
- local MainFrame = Instance.new("Frame")
- local Stats = Instance.new("TextButton")
- local Spawn = Instance.new("TextButton")
- local Shop = Instance.new("TextButton")
- local Area2 = Instance.new("TextButton")
- local Area3 = Instance.new("TextButton")
- local Area4 = Instance.new("TextButton")
- local Area5 = Instance.new("TextButton")
- local Area6 = Instance.new("TextButton")
- local Area7 = Instance.new("TextButton")
- local Area8 = Instance.new("TextButton")
- local Area9 = Instance.new("TextButton")
- local Area10 = Instance.new("TextButton")
- local Area11 = Instance.new("TextButton")
- local Area12 = Instance.new("TextButton")
- local Rocket = Instance.new("TextButton")
- local CandyLand = Instance.new("TextButton")
- local CyborgLand = Instance.new("TextButton")
- local AreaDivider = Instance.new("TextLabel")
- local AllHealthLabel = Instance.new("TextLabel")
- local AllHealthMinLabel = Instance.new("TextLabel")
- local AllHealthMaxLabel = Instance.new("TextLabel")
- local AllHealthMin = Instance.new("TextBox")
- local AllHealthMax = Instance.new("TextBox")
- local EarthHealthLabel = Instance.new("TextLabel")
- local EarthHealthMinLabel = Instance.new("TextLabel")
- local EarthHealthMaxLabel = Instance.new("TextLabel")
- local EarthHealthMin = Instance.new("TextBox")
- local EarthHealthMax = Instance.new("TextBox")
- local MoonHealthLabel = Instance.new("TextLabel")
- local MoonHealthMinLabel = Instance.new("TextLabel")
- local MoonHealthMaxLabel = Instance.new("TextLabel")
- local MoonHealthMin = Instance.new("TextBox")
- local MoonHealthMax = Instance.new("TextBox")
- local TeleportScreen = Instance.new("TextButton")
- MainGUI.Name = "MainGUI"
- MainGUI.Parent = game.CoreGui
- local MainCORE = game.CoreGui["MainGUI"]
- TopFrame.Name = "TopFrame"
- TopFrame.Parent = MainGUI
- TopFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
- TopFrame.BackgroundTransparency = 0
- TopFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- TopFrame.Active = true
- TopFrame.Selectable = true
- TopFrame.Draggable = true
- TopFrame.Visible = true
- TopFrame.Position = UDim2.new(1, -145, 0.5, -100)
- TopFrame.Size = UDim2.new(0, 140, 0, 30)
- PSHeader.Name = "PSHeader"
- PSHeader.Parent = TopFrame
- PSHeader.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
- PSHeader.BackgroundTransparency = 1
- PSHeader.BorderSizePixel = 0
- PSHeader.BorderColor3 = Color3.new(0, 0, 0)
- PSHeader.Position = UDim2.new(0, 5, 0, 5)
- PSHeader.Size = UDim2.new(0, 105, 0, 20)
- PSHeader.Font = Enum.Font.Fantasy
- PSHeader.Text = "Pet Simulator"
- PSHeader.TextColor3 = Color3.new(0, 0, 0)
- PSHeader.TextScaled = true
- PSHeader.TextSize = 17
- ClosePS.Name = "ClosePS"
- ClosePS.Parent = TopFrame
- ClosePS.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
- ClosePS.BorderColor3 = Color3.new(0, 0, 0)
- ClosePS.Position = UDim2.new(0, 115, 0, 5)
- ClosePS.Size = UDim2.new(0, 20, 0, 20)
- ClosePS.Font = Enum.Font.Fantasy
- ClosePS.Text = "X"
- ClosePS.TextColor3 = Color3.new(1, 0, 0)
- ClosePS.TextScaled = true
- ClosePS.TextSize = 17
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = TopFrame
- MainFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
- MainFrame.BackgroundTransparency = 0
- MainFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- MainFrame.Position = UDim2.new(0, 0, 0, 30)
- MainFrame.Size = UDim2.new(0, 140, 0, 433)
- MainFrame.Visible = true
- BuyScreen.Name = "BuyScreen"
- BuyScreen.Parent = MainFrame
- BuyScreen.BackgroundColor3 = Color3.new(0, 0, 0)
- BuyScreen.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- BuyScreen.Position = UDim2.new(0, 5, 0, 5)
- BuyScreen.Size = UDim2.new(0, 60, 0, 25)
- BuyScreen.Font = Enum.Font.Fantasy
- BuyScreen.TextColor3 = Color3.new(1, 1, 1)
- BuyScreen.Text = "SHOP"
- BuyScreen.TextSize = 17
- BuyScreen.TextWrapped = true
- FarmCoins.Name = "FarmCoins"
- FarmCoins.Parent = MainFrame
- FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
- FarmCoins.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- FarmCoins.Position = UDim2.new(0, 75, 0, 5)
- FarmCoins.Size = UDim2.new(0, 60, 0, 25)
- FarmCoins.Font = Enum.Font.Fantasy
- FarmCoins.TextColor3 = Color3.new(1, 1, 1)
- FarmCoins.Text = "FARM"
- FarmCoins.TextSize = 17
- FarmCoins.TextWrapped = true
- WalkSpeed.Name = "WalkSpeed"
- WalkSpeed.Parent = MainFrame
- WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
- WalkSpeed.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- WalkSpeed.Position = UDim2.new(0, 5, 0, 40)
- WalkSpeed.Size = UDim2.new(0, 60, 0, 25)
- WalkSpeed.Font = Enum.Font.Fantasy
- WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
- WalkSpeed.Text = "Walk:1"
- WalkSpeed.TextSize = 17
- WalkSpeed.TextWrapped = true
- JumpPower.Name = "JumpPower"
- JumpPower.Parent = MainFrame
- JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
- JumpPower.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- JumpPower.Position = UDim2.new(0, 75, 0, 40)
- JumpPower.Size = UDim2.new(0, 60, 0, 25)
- JumpPower.Font = Enum.Font.Fantasy
- JumpPower.TextColor3 = Color3.new(1, 1, 1)
- JumpPower.Text = "Jump:1"
- JumpPower.TextSize = 17
- JumpPower.TextWrapped = true
- TeleportScreen.Name = "TeleportScreen"
- TeleportScreen.Parent = MainFrame
- TeleportScreen.BackgroundColor3 = Color3.new(0, 0, 0)
- TeleportScreen.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- TeleportScreen.Position = UDim2.new(0, 5, 0, 75)
- TeleportScreen.Size = UDim2.new(0, 130, 0, 20)
- TeleportScreen.Font = Enum.Font.Fantasy
- TeleportScreen.TextColor3 = Color3.new(1, 1, 1)
- TeleportScreen.Text = "GAME TELEPORT"
- TeleportScreen.TextSize = 17
- TeleportScreen.TextWrapped = true
- Spawn.Name = "Spawn"
- Spawn.Parent = MainFrame
- Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
- Spawn.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Spawn.Position = UDim2.new(0, 5, 0, 100)
- Spawn.Size = UDim2.new(0, 130, 0, 20)
- Spawn.Font = Enum.Font.Fantasy
- Spawn.TextColor3 = Color3.new(1, 1, 1)
- Spawn.Text = "Spawn Area"
- Spawn.TextSize = 17
- Spawn.TextWrapped = true
- Shop.Name = "Shop"
- Shop.Parent = MainFrame
- Shop.BackgroundColor3 = Color3.new(0, 0, 0)
- Shop.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Shop.Position = UDim2.new(0, 5, 0, 125)
- Shop.Size = UDim2.new(0, 130, 0, 20)
- Shop.Font = Enum.Font.Fantasy
- Shop.TextColor3 = Color3.new(1, 1, 1)
- Shop.Text = "Egg Shop"
- Shop.TextSize = 17
- Shop.TextWrapped = true
- Area2.Name = "Area2"
- Area2.Parent = MainFrame
- Area2.BackgroundColor3 = Color3.new(0, 0, 0)
- Area2.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Area2.Position = UDim2.new(0, 5, 0, 150)
- Area2.Size = UDim2.new(0, 130, 0, 20)
- Area2.Font = Enum.Font.Fantasy
- Area2.TextColor3 = Color3.new(1, 1, 1)
- Area2.Text = "25K Area"
- Area2.TextSize = 17
- Area2.TextWrapped = true
- Area3.Name = "Area3"
- Area3.Parent = MainFrame
- Area3.BackgroundColor3 = Color3.new(0, 0, 0)
- Area3.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Area3.Position = UDim2.new(0, 5, 0, 175)
- Area3.Size = UDim2.new(0, 130, 0, 20)
- Area3.Font = Enum.Font.Fantasy
- Area3.TextColor3 = Color3.new(1, 1, 1)
- Area3.Text = "400K Area"
- Area3.TextSize = 17
- Area3.TextWrapped = true
- Area4.Name = "Area4"
- Area4.Parent = MainFrame
- Area4.BackgroundColor3 = Color3.new(0, 0, 0)
- Area4.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Area4.Position = UDim2.new(0, 5, 0, 200)
- Area4.Size = UDim2.new(0, 130, 0, 20)
- Area4.Font = Enum.Font.Fantasy
- Area4.TextColor3 = Color3.new(1, 1, 1)
- Area4.Text = "2.5M Area"
- Area4.TextSize = 17
- Area4.TextWrapped = true
- Area5.Name = "Area5"
- Area5.Parent = MainFrame
- Area5.BackgroundColor3 = Color3.new(0, 0, 0)
- Area5.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Area5.Position = UDim2.new(0, 5, 0, 225)
- Area5.Size = UDim2.new(0, 130, 0, 20)
- Area5.Font = Enum.Font.Fantasy
- Area5.TextColor3 = Color3.new(1, 1, 1)
- Area5.Text = "20M Area"
- Area5.TextSize = 17
- Area5.TextWrapped = true
- Area6.Name = "Area6"
- Area6.Parent = MainFrame
- Area6.BackgroundColor3 = Color3.new(0, 0, 0)
- Area6.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Area6.Position = UDim2.new(0, 5, 0, 250)
- Area6.Size = UDim2.new(0, 130, 0, 20)
- Area6.Font = Enum.Font.Fantasy
- Area6.TextColor3 = Color3.new(1, 1, 1)
- Area6.Text = "500M Area"
- Area6.TextSize = 17
- Area6.TextWrapped = true
- Rocket.Name = "Rocket"
- Rocket.Parent = MainFrame
- Rocket.BackgroundColor3 = Color3.new(0, 0, 0)
- Rocket.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Rocket.Position = UDim2.new(0, 5, 0, 275)
- Rocket.Size = UDim2.new(0, 130, 0, 20)
- Rocket.Font = Enum.Font.Fantasy
- Rocket.TextColor3 = Color3.new(1, 1, 1)
- Rocket.Text = "Rocket Area"
- Rocket.TextSize = 17
- Rocket.TextWrapped = true
- AreaDivider.Name = "AreaDivider"
- AreaDivider.Parent = MainFrame
- AreaDivider.BackgroundColor3 = Color3.new(0, 0, 0)
- AreaDivider.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- AreaDivider.Position = UDim2.new(0, 0, 0, 300)
- AreaDivider.Size = UDim2.new(0, 140, 0, 3)
- AreaDivider.Font = Enum.Font.Fantasy
- AreaDivider.Text = ""
- AreaDivider.TextSize = 17
- Area9.Name = "Area9"
- Area9.Parent = MainFrame
- Area9.BackgroundColor3 = Color3.new(0, 0, 0)
- Area9.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Area9.Position = UDim2.new(0, 5, 0, 308)
- Area9.Size = UDim2.new(0, 130, 0, 20)
- Area9.Font = Enum.Font.Fantasy
- Area9.TextColor3 = Color3.new(1, 1, 1)
- Area9.Text = "Moon Spawn Point"
- Area9.TextSize = 17
- Area9.TextWrapped = true
- Area8.Name = "Area8"
- Area8.Parent = MainFrame
- Area8.BackgroundColor3 = Color3.new(0, 0, 0)
- Area8.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Area8.Position = UDim2.new(0, 5, 0, 333)
- Area8.Size = UDim2.new(0, 130, 0, 20)
- Area8.Font = Enum.Font.Fantasy
- Area8.TextColor3 = Color3.new(1, 1, 1)
- Area8.Text = "Moon Egg Shop"
- Area8.TextSize = 17
- Area8.TextWrapped = true
- Area10.Name = "Area10"
- Area10.Parent = MainFrame
- Area10.BackgroundColor3 = Color3.new(0, 0, 0)
- Area10.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Area10.Position = UDim2.new(0, 5, 0, 358)
- Area10.Size = UDim2.new(0, 130, 0, 20)
- Area10.Font = Enum.Font.Fantasy
- Area10.TextColor3 = Color3.new(1, 1, 1)
- Area10.Text = "Moon Area 2"
- Area10.TextSize = 17
- Area10.TextWrapped = true
- CandyLand.Name = "CandyLand"
- CandyLand.Parent = MainFrame
- CandyLand.BackgroundColor3 = Color3.new(0, 0, 0)
- CandyLand.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- CandyLand.Position = UDim2.new(0, 5, 0, 383)
- CandyLand.Size = UDim2.new(0, 130, 0, 20)
- CandyLand.Font = Enum.Font.Fantasy
- CandyLand.TextColor3 = Color3.new(1, 1, 1)
- CandyLand.Text = "Candy Land"
- CandyLand.TextSize = 17
- CandyLand.TextWrapped = true
- CyborgLand.Name = "CyborgLand"
- CyborgLand.Parent = MainFrame
- CyborgLand.BackgroundColor3 = Color3.new(0, 0, 0)
- CyborgLand.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- CyborgLand.Position = UDim2.new(0, 5, 0, 408)
- CyborgLand.Size = UDim2.new(0, 130, 0, 20)
- CyborgLand.Font = Enum.Font.Fantasy
- CyborgLand.TextColor3 = Color3.new(1, 1, 1)
- CyborgLand.Text = "Cyborg Land"
- CyborgLand.TextSize = 17
- CyborgLand.TextWrapped = true
- BuyScreenFrame.Name = "BuyScreenFrame"
- BuyScreenFrame.Parent = TopFrame
- BuyScreenFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
- BuyScreenFrame.BackgroundTransparency = 0
- BuyScreenFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- BuyScreenFrame.Position = UDim2.new(0, 0, 0, 30)
- BuyScreenFrame.Size = UDim2.new(0, 140, 0, 350)
- BuyScreenFrame.Visible = false
- Locations.Name = "Locations"
- Locations.Parent = BuyScreenFrame
- Locations.BackgroundColor3 = Color3.new(0, 0, 0)
- Locations.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Locations.Position = UDim2.new(0, 5, 0, 5)
- Locations.Size = UDim2.new(0, 130, 0, 25)
- Locations.Font = Enum.Font.Fantasy
- Locations.TextColor3 = Color3.new(1, 1, 1)
- Locations.Text = "LOCATIONS"
- Locations.TextSize = 17
- Locations.TextWrapped = true
- BuyPetTitle1.Name = "BuyPetTitle1"
- BuyPetTitle1.Parent = BuyScreenFrame
- BuyPetTitle1.BackgroundColor3 = Color3.new(0, 0, 0)
- BuyPetTitle1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- BuyPetTitle1.Position = UDim2.new(0, 5, 0, 50)
- BuyPetTitle1.Size = UDim2.new(0, 130, 0, 55)
- BuyPetTitle1.Font = Enum.Font.Fantasy
- BuyPetTitle1.TextColor3 = Color3.new(1, 1, 1)
- BuyPetTitle1.Text = "You must have the money to buy what you want"
- BuyPetTitle1.TextSize = 17
- BuyPetTitle1.TextWrapped = true
- BuyPetTitle2.Name = "BuyPetTitle2"
- BuyPetTitle2.Parent = BuyScreenFrame
- BuyPetTitle2.BackgroundTransparency = 1
- BuyPetTitle2.BorderSizePixel = 0
- BuyPetTitle2.Position = UDim2.new(0, 5, 0, 110)
- BuyPetTitle2.Size = UDim2.new(0, 130, 0, 20)
- BuyPetTitle2.Font = Enum.Font.Fantasy
- BuyPetTitle2.TextColor3 = Color3.new(0, 0, 0)
- BuyPetTitle2.Text = "BUY PETS"
- BuyPetTitle2.TextSize = 17
- BuyPetTitle2.TextWrapped = true
- BuyPetAmount1.Name = "BuyPetAmount1"
- BuyPetAmount1.Parent = BuyScreenFrame
- BuyPetAmount1.BackgroundColor3 = Color3.new(0, 0, 0)
- BuyPetAmount1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- BuyPetAmount1.Position = UDim2.new(0, 6, 0, 129)
- BuyPetAmount1.Size = UDim2.new(0, 89, 0, 21)
- BuyPetAmount1.Font = Enum.Font.Fantasy
- BuyPetAmount1.TextColor3 = Color3.new(1, 1, 1)
- BuyPetAmount1.Text = "Quantity"
- BuyPetAmount1.TextSize = 17
- BuyPetAmount1.TextWrapped = true
- BuyPetAmount2.Name = "BuyPetAmount2"
- BuyPetAmount2.Parent = BuyScreenFrame
- BuyPetAmount2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- BuyPetAmount2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- BuyPetAmount2.Position = UDim2.new(0, 95, 0, 130)
- BuyPetAmount2.Size = UDim2.new(0, 40, 0, 20)
- BuyPetAmount2.Font = Enum.Font.Fantasy
- BuyPetAmount2.TextColor3 = Color3.new(1, 1, 1)
- BuyPetAmount2.Text = "1"
- BuyPetAmount2.TextSize = 17
- BuyPetAmount2.TextWrapped = true
- BuyPetTier1.Name = "BuyPetTier1"
- BuyPetTier1.Parent = BuyScreenFrame
- BuyPetTier1.BackgroundColor3 = Color3.new(0, 0, 0)
- BuyPetTier1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- BuyPetTier1.Position = UDim2.new(0, 6, 0, 150)
- BuyPetTier1.Size = UDim2.new(0, 89, 0, 20)
- BuyPetTier1.Font = Enum.Font.Fantasy
- BuyPetTier1.TextColor3 = Color3.new(1, 1, 1)
- BuyPetTier1.Text = "Tier"
- BuyPetTier1.TextSize = 17
- BuyPetTier1.TextWrapped = true
- BuyPetTier2.Name = "BuyPetTier2"
- BuyPetTier2.Parent = BuyScreenFrame
- BuyPetTier2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- BuyPetTier2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- BuyPetTier2.Position = UDim2.new(0, 95, 0, 150)
- BuyPetTier2.Size = UDim2.new(0, 40, 0, 20)
- BuyPetTier2.Font = Enum.Font.Fantasy
- BuyPetTier2.TextColor3 = Color3.new(1, 1, 1)
- BuyPetTier2.Text = "16"
- BuyPetTier2.TextSize = 17
- BuyPetTier2.TextWrapped = true
- BuyPetGo.Name = "BuyPetGo"
- BuyPetGo.Parent = BuyScreenFrame
- BuyPetGo.BackgroundColor3 = Color3.new(0.3, 0, 0)
- BuyPetGo.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- BuyPetGo.Position = UDim2.new(0, 5, 0, 170)
- BuyPetGo.Size = UDim2.new(0, 130, 0, 20)
- BuyPetGo.Font = Enum.Font.Fantasy
- BuyPetGo.TextColor3 = Color3.new(1, 1, 1)
- BuyPetGo.Text = "Buy Eggs"
- BuyPetGo.TextSize = 17
- BuyPetGo.TextWrapped = true
- BuyPetTitle3.Name = "BuyPetTitle3"
- BuyPetTitle3.Parent = BuyScreenFrame
- BuyPetTitle3.BackgroundColor3 = Color3.new(0, 0, 0)
- BuyPetTitle3.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- BuyPetTitle3.Position = UDim2.new(0, 5, 0, 195)
- BuyPetTitle3.Size = UDim2.new(0, 130, 0, 20)
- BuyPetTitle3.Font = Enum.Font.Fantasy
- BuyPetTitle3.TextColor3 = Color3.new(1, 1, 1)
- BuyPetTitle3.Text = "In Tier type 1-16"
- BuyPetTitle3.TextSize = 17
- BuyPetTitle3.TextWrapped = true
- BuyHatTitle2.Name = "BuyHatTitle2"
- BuyHatTitle2.Parent = BuyScreenFrame
- BuyHatTitle2.BackgroundTransparency = 1
- BuyHatTitle2.BorderSizePixel = 0
- BuyHatTitle2.Position = UDim2.new(0, 5, 0, 225)
- BuyHatTitle2.Size = UDim2.new(0, 130, 0, 20)
- BuyHatTitle2.Font = Enum.Font.Fantasy
- BuyHatTitle2.TextColor3 = Color3.new(0, 0, 0)
- BuyHatTitle2.Text = "BUY HATS"
- BuyHatTitle2.TextSize = 17
- BuyHatTitle2.TextWrapped = true
- BuyHatAmount1.Name = "BuyHatAmount1"
- BuyHatAmount1.Parent = BuyScreenFrame
- BuyHatAmount1.BackgroundColor3 = Color3.new(0, 0, 0)
- BuyHatAmount1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- BuyHatAmount1.Position = UDim2.new(0, 6, 0, 245)
- BuyHatAmount1.Size = UDim2.new(0, 89, 0, 20)
- BuyHatAmount1.Font = Enum.Font.Fantasy
- BuyHatAmount1.TextColor3 = Color3.new(1, 1, 1)
- BuyHatAmount1.Text = "Quantity"
- BuyHatAmount1.TextSize = 17
- BuyHatAmount1.TextWrapped = true
- BuyHatAmount2.Name = "BuyHatAmount2"
- BuyHatAmount2.Parent = BuyScreenFrame
- BuyHatAmount2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- BuyHatAmount2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- BuyHatAmount2.Position = UDim2.new(0, 95, 0, 244)
- BuyHatAmount2.Size = UDim2.new(0, 40, 0, 21)
- BuyHatAmount2.Font = Enum.Font.Fantasy
- BuyHatAmount2.TextColor3 = Color3.new(1, 1, 1)
- BuyHatAmount2.Text = "1"
- BuyHatAmount2.TextSize = 17
- BuyHatAmount2.TextWrapped = true
- BuyHatTier1.Name = "BuyHatTier1"
- BuyHatTier1.Parent = BuyScreenFrame
- BuyHatTier1.BackgroundColor3 = Color3.new(0, 0, 0)
- BuyHatTier1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- BuyHatTier1.Position = UDim2.new(0, 6, 0, 265)
- BuyHatTier1.Size = UDim2.new(0, 60, 0, 20)
- BuyHatTier1.Font = Enum.Font.Fantasy
- BuyHatTier1.TextColor3 = Color3.new(1, 1, 1)
- BuyHatTier1.Text = "Tier"
- BuyHatTier1.TextSize = 17
- BuyHatTier1.TextWrapped = true
- BuyHatTier2.Name = "BuyHatTier2"
- BuyHatTier2.Parent = BuyScreenFrame
- BuyHatTier2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- BuyHatTier2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- BuyHatTier2.Position = UDim2.new(0, 66, 0, 265)
- BuyHatTier2.Size = UDim2.new(0, 69, 0, 20)
- BuyHatTier2.Font = Enum.Font.Fantasy
- BuyHatTier2.TextColor3 = Color3.new(1, 1, 1)
- BuyHatTier2.Text = "Golden"
- BuyHatTier2.TextSize = 17
- BuyHatTier2.TextWrapped = true
- BuyHatGo.Name = "BuyHatGo"
- BuyHatGo.Parent = BuyScreenFrame
- BuyHatGo.BackgroundColor3 = Color3.new(0.3, 0, 0)
- BuyHatGo.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- BuyHatGo.Position = UDim2.new(0, 5, 0, 285)
- BuyHatGo.Size = UDim2.new(0, 130, 0, 20)
- BuyHatGo.Font = Enum.Font.Fantasy
- BuyHatGo.TextColor3 = Color3.new(1, 1, 1)
- BuyHatGo.Text = "Buy Hats"
- BuyHatGo.TextSize = 17
- BuyHatGo.TextWrapped = true
- BuyHatTitle1.Name = "BuyHatTitle1"
- BuyHatTitle1.Parent = BuyScreenFrame
- BuyHatTitle1.BackgroundColor3 = Color3.new(0, 0, 0)
- BuyHatTitle1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- BuyHatTitle1.Position = UDim2.new(0, 5, 0, 310)
- BuyHatTitle1.Size = UDim2.new(0, 130, 0, 35)
- BuyHatTitle1.Font = Enum.Font.Fantasy
- BuyHatTitle1.TextColor3 = Color3.new(1, 1, 1)
- BuyHatTitle1.Text = "In Tier type 1-4 or Golden"
- BuyHatTitle1.TextSize = 17
- BuyHatTitle1.TextWrapped = true
- FarmFrame.Name = "FarmFrame"
- FarmFrame.Parent = TopFrame
- FarmFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
- FarmFrame.BackgroundTransparency = 0
- FarmFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- FarmFrame.Position = UDim2.new(0, 0, 0, 30)
- FarmFrame.Size = UDim2.new(0, 140, 0, 351)
- FarmFrame.Visible = false
- Locations2.Name = "Locations2"
- Locations2.Parent = FarmFrame
- Locations2.BackgroundColor3 = Color3.new(0, 0, 0)
- Locations2.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- Locations2.Position = UDim2.new(0, 5, 0, 5)
- Locations2.Size = UDim2.new(0, 130, 0, 25)
- Locations2.Font = Enum.Font.Fantasy
- Locations2.TextColor3 = Color3.new(1, 1, 1)
- Locations2.Text = "LOCATIONS"
- Locations2.TextSize = 17
- Locations2.TextWrapped = true
- AllHealthLabel.Name = "AllHealthLabel"
- AllHealthLabel.Parent = FarmFrame
- AllHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- AllHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- AllHealthLabel.Position = UDim2.new(0, 5, 0, 50)
- AllHealthLabel.Size = UDim2.new(0, 130, 0, 20)
- AllHealthLabel.Font = Enum.Font.Fantasy
- AllHealthLabel.TextColor3 = Color3.new(1, 1, 1)
- AllHealthLabel.Text = "Coin/Chest Health"
- AllHealthLabel.TextSize = 17
- AllHealthLabel.TextWrapped = true
- AllHealthMinLabel.Name = "AllHealthMinLabel"
- AllHealthMinLabel.Parent = FarmFrame
- AllHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- AllHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- AllHealthMinLabel.Position = UDim2.new(0, 5, 0, 71)
- AllHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
- AllHealthMinLabel.Font = Enum.Font.Fantasy
- AllHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
- AllHealthMinLabel.Text = "Min"
- AllHealthMinLabel.TextSize = 17
- AllHealthMinLabel.TextWrapped = true
- AllHealthMin.Name = "AllHealthMin"
- AllHealthMin.Parent = FarmFrame
- AllHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- AllHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- AllHealthMin.Position = UDim2.new(0, 46, 0, 71)
- AllHealthMin.Size = UDim2.new(0, 89, 0, 20)
- AllHealthMin.Font = Enum.Font.Fantasy
- AllHealthMin.TextColor3 = Color3.new(1, 1, 1)
- AllHealthMin.Text = "1"
- AllHealthMin.TextSize = 17
- AllHealthMin.TextWrapped = true
- AllHealthMaxLabel.Name = "AllHealthMaxLabel"
- AllHealthMaxLabel.Parent = FarmFrame
- AllHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- AllHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- AllHealthMaxLabel.Position = UDim2.new(0, 5, 0, 92)
- AllHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
- AllHealthMaxLabel.Font = Enum.Font.Fantasy
- AllHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
- AllHealthMaxLabel.Text = "Max"
- AllHealthMaxLabel.TextSize = 17
- AllHealthMaxLabel.TextWrapped = true
- AllHealthMax.Name = "AllHealthMax"
- AllHealthMax.Parent = FarmFrame
- AllHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- AllHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- AllHealthMax.Position = UDim2.new(0, 46, 0, 92)
- AllHealthMax.Size = UDim2.new(0, 89, 0, 20)
- AllHealthMax.Font = Enum.Font.Fantasy
- AllHealthMax.TextColor3 = Color3.new(1, 1, 1)
- AllHealthMax.Text = "10e6"
- AllHealthMax.TextSize = 17
- AllHealthMax.TextWrapped = true
- StartFarming.Name = "StartFarming"
- StartFarming.Parent = FarmFrame
- StartFarming.BackgroundColor3 = Color3.new(0.3, 0, 0)
- StartFarming.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- StartFarming.Position = UDim2.new(0, 5, 0, 117)
- StartFarming.Size = UDim2.new(0, 130, 0, 25)
- StartFarming.Font = Enum.Font.Fantasy
- StartFarming.TextColor3 = Color3.new(1, 1, 1)
- StartFarming.Text = "Mine ALL: OFF"
- StartFarming.TextSize = 17
- StartFarming.TextWrapped = true
- EarthHealthLabel.Name = "EarthHealthLabel"
- EarthHealthLabel.Parent = FarmFrame
- EarthHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- EarthHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- EarthHealthLabel.Position = UDim2.new(0, 5, 0, 152)
- EarthHealthLabel.Size = UDim2.new(0, 130, 0, 20)
- EarthHealthLabel.Font = Enum.Font.Fantasy
- EarthHealthLabel.TextColor3 = Color3.new(1, 1, 1)
- EarthHealthLabel.Text = "Coin/Chest Health"
- EarthHealthLabel.TextSize = 17
- EarthHealthLabel.TextWrapped = true
- EarthHealthMinLabel.Name = "EarthHealthMinLabel"
- EarthHealthMinLabel.Parent = FarmFrame
- EarthHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- EarthHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- EarthHealthMinLabel.Position = UDim2.new(0, 5, 0, 173)
- EarthHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
- EarthHealthMinLabel.Font = Enum.Font.Fantasy
- EarthHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
- EarthHealthMinLabel.Text = "Min"
- EarthHealthMinLabel.TextSize = 17
- EarthHealthMinLabel.TextWrapped = true
- EarthHealthMin.Name = "EarthHealthMin"
- EarthHealthMin.Parent = FarmFrame
- EarthHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- EarthHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- EarthHealthMin.Position = UDim2.new(0, 46, 0, 173)
- EarthHealthMin.Size = UDim2.new(0, 89, 0, 20)
- EarthHealthMin.Font = Enum.Font.Fantasy
- EarthHealthMin.TextColor3 = Color3.new(1, 1, 1)
- EarthHealthMin.Text = "1"
- EarthHealthMin.TextSize = 17
- EarthHealthMin.TextWrapped = true
- EarthHealthMaxLabel.Name = "EarthHealthMaxLabel"
- EarthHealthMaxLabel.Parent = FarmFrame
- EarthHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- EarthHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- EarthHealthMaxLabel.Position = UDim2.new(0, 5, 0, 194)
- EarthHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
- EarthHealthMaxLabel.Font = Enum.Font.Fantasy
- EarthHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
- EarthHealthMaxLabel.Text = "Max"
- EarthHealthMaxLabel.TextSize = 17
- EarthHealthMaxLabel.TextWrapped = true
- EarthHealthMax.Name = "EarthHealthMax"
- EarthHealthMax.Parent = FarmFrame
- EarthHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- EarthHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- EarthHealthMax.Position = UDim2.new(0, 46, 0, 194)
- EarthHealthMax.Size = UDim2.new(0, 89, 0, 20)
- EarthHealthMax.Font = Enum.Font.Fantasy
- EarthHealthMax.TextColor3 = Color3.new(1, 1, 1)
- EarthHealthMax.Text = "20e06"
- EarthHealthMax.TextSize = 17
- EarthHealthMax.TextWrapped = true
- StartFarmingEarth.Name = "StartFarmingEarth"
- StartFarmingEarth.Parent = FarmFrame
- StartFarmingEarth.BackgroundColor3 = Color3.new(0.3, 0, 0)
- StartFarmingEarth.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- StartFarmingEarth.Position = UDim2.new(0, 5, 0, 219)
- StartFarmingEarth.Size = UDim2.new(0, 130, 0, 25)
- StartFarmingEarth.Font = Enum.Font.Fantasy
- StartFarmingEarth.TextColor3 = Color3.new(1, 1, 1)
- StartFarmingEarth.Text = "Mine Earth: OFF"
- StartFarmingEarth.TextSize = 17
- StartFarmingEarth.TextWrapped = true
- MoonHealthLabel.Name = "MoonHealthLabel"
- MoonHealthLabel.Parent = FarmFrame
- MoonHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- MoonHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- MoonHealthLabel.Position = UDim2.new(0, 5, 0, 254)
- MoonHealthLabel.Size = UDim2.new(0, 130, 0, 20)
- MoonHealthLabel.Font = Enum.Font.Fantasy
- MoonHealthLabel.TextColor3 = Color3.new(1, 1, 1)
- MoonHealthLabel.Text = "Coin/Chest Health"
- MoonHealthLabel.TextSize = 17
- MoonHealthLabel.TextWrapped = true
- MoonHealthMinLabel.Name = "MoonHealthMinLabel"
- MoonHealthMinLabel.Parent = FarmFrame
- MoonHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- MoonHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- MoonHealthMinLabel.Position = UDim2.new(0, 5, 0, 275)
- MoonHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
- MoonHealthMinLabel.Font = Enum.Font.Fantasy
- MoonHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
- MoonHealthMinLabel.Text = "Min"
- MoonHealthMinLabel.TextSize = 17
- MoonHealthMinLabel.TextWrapped = true
- MoonHealthMin.Name = "MoonHealthMin"
- MoonHealthMin.Parent = FarmFrame
- MoonHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- MoonHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- MoonHealthMin.Position = UDim2.new(0, 46, 0, 275)
- MoonHealthMin.Size = UDim2.new(0, 89, 0, 20)
- MoonHealthMin.Font = Enum.Font.Fantasy
- MoonHealthMin.TextColor3 = Color3.new(1, 1, 1)
- MoonHealthMin.Text = "10e04"
- MoonHealthMin.TextSize = 17
- MoonHealthMin.TextWrapped = true
- MoonHealthMaxLabel.Name = "MoonHealthMaxLabel"
- MoonHealthMaxLabel.Parent = FarmFrame
- MoonHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- MoonHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- MoonHealthMaxLabel.Position = UDim2.new(0, 5, 0, 296)
- MoonHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
- MoonHealthMaxLabel.Font = Enum.Font.Fantasy
- MoonHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
- MoonHealthMaxLabel.Text = "Max"
- MoonHealthMaxLabel.TextSize = 17
- MoonHealthMaxLabel.TextWrapped = true
- MoonHealthMax.Name = "MoonHealthMax"
- MoonHealthMax.Parent = FarmFrame
- MoonHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- MoonHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- MoonHealthMax.Position = UDim2.new(0, 46, 0, 296)
- MoonHealthMax.Size = UDim2.new(0, 89, 0, 20)
- MoonHealthMax.Font = Enum.Font.Fantasy
- MoonHealthMax.TextColor3 = Color3.new(1, 1, 1)
- MoonHealthMax.Text = "60e06"
- MoonHealthMax.TextSize = 17
- MoonHealthMax.TextWrapped = true
- StartFarmingMoon.Name = "StartFarmingMoon"
- StartFarmingMoon.Parent = FarmFrame
- StartFarmingMoon.BackgroundColor3 = Color3.new(0.3, 0, 0)
- StartFarmingMoon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
- StartFarmingMoon.Position = UDim2.new(0, 5, 0, 321)
- StartFarmingMoon.Size = UDim2.new(0, 130, 0, 25)
- StartFarmingMoon.Font = Enum.Font.Fantasy
- StartFarmingMoon.TextColor3 = Color3.new(1, 1, 1)
- StartFarmingMoon.Text = "Mine Moon: OFF"
- StartFarmingMoon.TextSize = 17
- StartFarmingMoon.TextWrapped = true
- -- Close GUI --
- ClosePS.MouseButton1Down:connect(function()
- MainGUI:destroy()
- end)
- BuyScreen.MouseButton1Click:connect(function()
- MainFrame.Visible = false
- BuyScreenFrame.Visible = true
- end)
- Locations.MouseButton1Click:connect(function()
- MainFrame.Visible = true
- BuyScreenFrame.Visible = false
- end)
- FarmCoins.MouseButton1Click:connect(function()
- MainFrame.Visible = false
- FarmFrame.Visible = true
- end)
- Locations2.MouseButton1Click:connect(function()
- MainFrame.Visible = true
- FarmFrame.Visible = false
- end)
- TeleportScreen.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.Teleport.Enabled = true
- end)
- -- Farm --
- StartFarming.MouseButton1Click:connect(function()
- if not FarmStart then
- FarmArea = "all"
- FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
- StartFarming.BackgroundColor3 = Color3.new(0, 0.3, 0)
- StartFarming.Text = "Mine ALL: ON"
- PetTable()
- FarmStart = true
- else
- FarmStart = false
- FarmArea = "none"
- FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
- StartFarming.BackgroundColor3 = Color3.new(0.3, 0, 0)
- StartFarming.Text = "Mine ALL: OFF"
- end
- end)
- StartFarmingEarth.MouseButton1Click:connect(function()
- if not FarmStart then
- FarmArea = "earth"
- FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
- StartFarmingEarth.BackgroundColor3 = Color3.new(0, 0.3, 0)
- StartFarmingEarth.Text = "Mine Earth: ON"
- PetTable()
- FarmStart = true
- else
- FarmStart = false
- FarmArea = "none"
- FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
- StartFarmingEarth.BackgroundColor3 = Color3.new(0.3, 0, 0)
- StartFarmingEarth.Text = "Mine Earth: OFF"
- end
- end)
- StartFarmingMoon.MouseButton1Click:connect(function()
- if not FarmStart then
- FarmArea = "moon"
- FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
- StartFarmingMoon.BackgroundColor3 = Color3.new(0, 0.3, 0)
- StartFarmingMoon.Text = "Mine Moon: ON"
- PetTable()
- FarmStart = true
- else
- FarmStart = false
- FarmArea = "none"
- FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
- StartFarmingMoon.BackgroundColor3 = Color3.new(0.3, 0, 0)
- StartFarmingMoon.Text = "Mine Moon: OFF"
- end
- end)
- function Mine(Coin)
- while FarmStart and (Coin:FindFirstChild("Health") ~= nil) and (Coin:FindFirstChild("Health").Value > 0) do
- wait(0.1)
- for PetNumber,_ in pairs(petTable) do
- workspace["__REMOTES"]["Game"]["Coins"]:FireServer("Mine",Coin.Name,petTable[PetNumber]["LEVEL"],petTable[PetNumber]["ID"])
- end
- end
- end
- spawn(function()
- while true do
- while FarmStart do
- for _,Coin in next, workspace["__THINGS"].Coins:GetChildren() do
- if (done ~= Coin) then
- if (FarmArea == "all") then
- if workspace.__THINGS.Coins:FindFirstChild(Coin.Name) then
- if Coin.Health.Value > tonumber(AllHealthMin.Text) and Coin.Health.Value < tonumber(AllHealthMax.Text) then
- Mine(Coin)
- end
- end
- elseif (FarmArea == "earth") then
- if workspace.__THINGS.Coins:FindFirstChild(Coin.Name) then
- if Coin.Position.Y < 100 then
- if Coin.Health.Value > tonumber(EarthHealthMin.Text) and Coin.Health.Value < tonumber(EarthHealthMax.Text) then
- Mine(Coin)
- end
- end
- end
- elseif (FarmArea == "moon") then
- if workspace.__THINGS.Coins:FindFirstChild(Coin.Name) then
- if Coin.Position.Y > 100 then
- if Coin.Health.Value > tonumber(MoonHealthMin.Text) and Coin.Health.Value < tonumber(MoonHealthMax.Text) then
- Mine(Coin)
- end
- end
- end
- else
- end
- end
- end
- wait()
- end
- wait()
- end
- end)
- WalkSpeed.MouseButton1Click:connect(function()
- if WalkNumber == "1" then
- WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0.5)
- WalkSpeed.Text = "Walk:2"
- WalkNumber = "2"
- Walk = 30
- elseif WalkNumber == "2" then
- WalkSpeed.BackgroundColor3 = Color3.new(0.5, 0, 0)
- WalkSpeed.Text = "Walk:3"
- WalkNumber = "3"
- Walk = 80
- elseif WalkNumber == "3" then
- WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
- WalkSpeed.Text = "Walk:1"
- WalkNumber = "1"
- Walk = 16
- else
- WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
- WalkSpeed.Text = "Walk:1"
- WalkNumber = "1"
- Walk = 16
- end
- player = game.Players.LocalPlayer
- player.Character.Humanoid.WalkSpeed = Walk
- end)
- JumpPower.MouseButton1Click:connect(function()
- if JumpNumber == "1" then
- JumpPower.BackgroundColor3 = Color3.new(0, 0, 0.5)
- JumpPower.Text = "Jump:2"
- JumpNumber = "2"
- Jump = 150
- elseif JumpNumber == "2" then
- JumpPower.BackgroundColor3 = Color3.new(0.5, 0, 0)
- JumpPower.Text = "Jump:3"
- JumpNumber = "3"
- Jump = 400
- elseif JumpNumber == "3" then
- JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
- JumpPower.Text = "Jump:1"
- JumpNumber = "1"
- Jump = 50
- else
- JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
- JumpPower.Text = "Jump:1"
- JumpNumber = "1"
- Jump = 50
- end
- player = game.Players.LocalPlayer
- player.Character.Humanoid.JumpPower = Jump
- end)
- -- Buy Eggs and Hats --
- BuyPetGo.MouseButton1Click:connect(function()
- for i = 1, tonumber(BuyPetAmount2.Text) do
- if tonumber(BuyPetAmount2.Text) == 0 then break end
- game:GetService("Workspace")["__REMOTES"]["Game"].Shop:InvokeServer("Buy", "Eggs", "Tier " ..BuyPetTier2.Text)
- wait()
- end
- end)
- BuyHatGo.MouseButton1Click:connect(function()
- for i = 1, tonumber(BuyHatAmount2.Text) do
- if tonumber(BuyHatAmount2.Text) == 0 then break end
- if BuyHatTier2.Text:lower() == "golden" then
- game:GetService("Workspace")["__REMOTES"]["Game"].Shop:InvokeServer("Buy", "Presents", "Golden")
- else
- game:GetService("Workspace")["__REMOTES"]["Game"].Shop:InvokeServer("Buy", "Presents", "Tier " ..BuyHatTier2.Text)
- end
- wait()
- end
- end)
- -- TP to locations --
- Spawn.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(526, -36.292, 909)
- end)
- Shop.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(647.35, -33.6, 890.23)
- end)
- Area2.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13, -37, 885)
- end)
- Area3.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-364, -37, 885)
- end)
- Area4.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-760, -37, 885)
- end)
- Area5.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1160, -37, 885)
- end)
- Area6.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1500, -37, 885)
- end)
- Rocket.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1828, -37, 897)
- end)
- Area8.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(616, 146, -1720)
- end)
- Area9.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(527, 145, -1762)
- end)
- Area10.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.8, 145, -1718)
- end)
- CandyLand.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13.7, 145, -1449.8)
- end)
- CyborgLand.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-283.5, 145, -1704.4)
- end)
- end)
- IceCream.Name = "Ice Cream"
- IceCream.Parent = Gui
- IceCream.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
- IceCream.BackgroundTransparency = 0.40000000596046
- IceCream.BorderColor3 = Color3.new(0, 0, 0)
- IceCream.BorderSizePixel = 2
- IceCream.Position = UDim2.new(0.0396039635, 0, 0.491458088, 0)
- IceCream.Size = UDim2.new(0, 200, 0, 50)
- IceCream.Font = Enum.Font.Highway
- IceCream.Text = "Ice Cream Simulator"
- IceCream.TextColor3 = Color3.new(0.564706, 1, 0.360784)
- IceCream.TextSize = 25
- IceCream.TextStrokeTransparency = 0.20000000298023
- IceCream.MouseButton1Click:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/iD7Fb0wP'),true))()
- end)
- WeightLifting3.Name = "Weight Lifting 3"
- WeightLifting3.Parent = Gui
- WeightLifting3.BackgroundColor3 = Color3.new(0, 1, 0.615686)
- WeightLifting3.BackgroundTransparency = 0.40000000596046
- WeightLifting3.BorderColor3 = Color3.new(0, 0, 0)
- WeightLifting3.BorderSizePixel = 2
- WeightLifting3.Position = UDim2.new(0.0396039598, 0, 0.58561784, 0)
- WeightLifting3.Size = UDim2.new(0, 200, 0, 50)
- WeightLifting3.Font = Enum.Font.GothamBold
- WeightLifting3.Text = "Weight Lifting SImulator 3"
- WeightLifting3.TextColor3 = Color3.new(0.47451, 0.45098, 0.654902)
- WeightLifting3.TextSize = 15
- WeightLifting3.TextStrokeTransparency = 0.30000001192093
- WeightLifting3.MouseButton1Click:connect(function()
- -- Gui Created by Arpon AG#
- -- Dark Devs Team
- -- Credit: DarkDevs.ga
- -- Script starts from here
- local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("UIAspectRatioConstraint")local d=Instance.new("ImageLabel")local e=Instance.new("TextButton")local f=Instance.new("TextButton")local g=Instance.new("TextButton")local h=Instance.new("TextButton")local i=Instance.new("TextButton")local j=Instance.new("Frame")local k=Instance.new("TextButton")local l=Instance.new("TextBox")local m=Instance.new("TextButton")local n=Instance.new("TextButton")local o=Instance.new("TextBox")local p=Instance.new("TextButton")local q=Instance.new("TextButton")local r=Instance.new("TextLabel")local s=Instance.new("TextButton")a.Name="WLS 3 - by Arpon AG"a.Parent=game.CoreGui;b.Name="Body"b.Parent=a;b.Active=true;b.BackgroundColor3=Color3.new(0,0,0)b.BackgroundTransparency=0.55000001192093;b.BorderColor3=Color3.new(1,1,1)b.BorderSizePixel=2;b.Position=UDim2.new(0.346729517,0,0.32537514,0)b.Selectable=true;b.Size=UDim2.new(0,297,0,403)b.Draggable=true;c.Parent=b;c.AspectRatio=0.80000001192093;d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=1;d.Position=UDim2.new(-0.114478111,0,-0.433962256,0)d.Size=UDim2.new(0,365,0,245)d.Image="rbxassetid://2354968170"e.Name="tpSkyG"e.Parent=b;e.BackgroundColor3=Color3.new(0.133333,0.435294,1)e.BorderSizePixel=2;e.Position=UDim2.new(0.184714809,0,0.135317922,0)e.Size=UDim2.new(0,187,0,34)e.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;e.Font=Enum.Font.Cartoon;e.Text="Tp To Sky Gym"e.TextColor3=Color3.new(0,0,0)e.TextSize=16;e.TextStrokeColor3=Color3.new(1,1,1)f.Name="tpGate"f.Parent=b;f.BackgroundColor3=Color3.new(0.133333,0.435294,1)f.BorderSizePixel=2;f.Position=UDim2.new(0.184714794,0,0.227231681,0)f.Size=UDim2.new(0,187,0,34)f.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;f.Font=Enum.Font.Cartoon;f.Text="Tp To Sky Gym Gate"f.TextColor3=Color3.new(0,0,0)f.TextSize=16;f.TextStrokeColor3=Color3.new(1,1,1)g.Name="tpBeach"g.Parent=b;g.BackgroundColor3=Color3.new(1,1,1)g.BorderSizePixel=0;g.Position=UDim2.new(0.184714794,0,0.319145411,0)g.Size=UDim2.new(0,187,0,34)g.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;g.Font=Enum.Font.Cartoon;g.Text="Tp To Beach"g.TextColor3=Color3.new(0,0,0)g.TextSize=16;g.TextStrokeColor3=Color3.new(1,1,1)h.Name="uArena"h.Parent=b;h.BackgroundColor3=Color3.new(1,1,1)h.BorderSizePixel=0;h.Position=UDim2.new(0.184714794,0,0.40836376,0)h.Size=UDim2.new(0,187,0,34)h.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;h.Font=Enum.Font.Cartoon;h.Text="Tp To Brawl Arena"h.TextColor3=Color3.new(0,0,0)h.TextSize=16;h.TextStrokeColor3=Color3.new(1,1,1)i.Name="uBarr"i.Parent=b;i.BackgroundColor3=Color3.new(1,1,1)i.BorderSizePixel=0;i.Position=UDim2.new(0.184714794,0,0.771079779,0)i.Size=UDim2.new(0,187,0,34)i.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;i.Font=Enum.Font.Cartoon;i.Text="Unlock Brawl Barrier"i.TextColor3=Color3.new(0,0,0)i.TextSize=16;i.TextStrokeColor3=Color3.new(1,1,1)j.Name="line1"j.Parent=b;j.BackgroundColor3=Color3.new(0,0,0)j.BackgroundTransparency=0.75;j.BorderSizePixel=0;j.Position=UDim2.new(0,0,0.11051213,0)j.Size=UDim2.new(0,297,0,3)k.Name="uBeach"k.Parent=b;k.BackgroundColor3=Color3.new(1,1,1)k.BorderSizePixel=0;k.Position=UDim2.new(0.184714794,0,0.671079755,0)k.Size=UDim2.new(0,187,0,34)k.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;k.Font=Enum.Font.Cartoon;k.Text="Unlock Beach Barrier"k.TextColor3=Color3.new(0,0,0)k.TextSize=16;k.TextStrokeColor3=Color3.new(1,1,1)l.Name="Speed"l.Parent=b;l.BackgroundColor3=Color3.new(1,1,1)l.BackgroundTransparency=1;l.Position=UDim2.new(0.0404040404,0,0.851752043,0)l.Size=UDim2.new(0,92,0,55)l.Font=Enum.Font.Cartoon;l.Text="Speed:"l.TextColor3=Color3.new(1,1,1)l.TextSize=20;m.Name="splus"m.Parent=b;m.BackgroundColor3=Color3.new(1,1,1)m.BorderSizePixel=0;m.Position=UDim2.new(0.297547609,0,0.889487863,0)m.Size=UDim2.new(0,25,0,27)m.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;m.Font=Enum.Font.Cartoon;m.Text="+"m.TextColor3=Color3.new(0,0,0)m.TextSize=16;m.TextStrokeColor3=Color3.new(1,1,1)n.Name="smin"n.Parent=b;n.BackgroundColor3=Color3.new(1,1,1)n.BorderSizePixel=0;n.Position=UDim2.new(0.38422516,0,0.889487863,0)n.Size=UDim2.new(0,25,0,27)n.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;n.Font=Enum.Font.Cartoon;n.Text="-"n.TextColor3=Color3.new(0,0,0)n.TextSize=16;n.TextStrokeColor3=Color3.new(1,1,1)o.Name="Jump"o.Parent=b;o.BackgroundColor3=Color3.new(1,1,1)o.BackgroundTransparency=1;o.Position=UDim2.new(0.522453547,0,0.851752043,0)o.Size=UDim2.new(0,76,0,55)o.Font=Enum.Font.Cartoon;o.Text="Jump: "o.TextColor3=Color3.new(1,1,1)o.TextSize=20;p.Name="jmin"p.Parent=b;p.BackgroundColor3=Color3.new(1,1,1)p.BorderSizePixel=0;p.Position=UDim2.new(0.812096775,0,0.889487863,0)p.Size=UDim2.new(0,26,0,27)p.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;p.Font=Enum.Font.Cartoon;p.Text="-"p.TextColor3=Color3.new(0,0,0)p.TextSize=16;p.TextStrokeColor3=Color3.new(1,1,1)q.Name="jplus"q.Parent=b;q.BackgroundColor3=Color3.new(1,1,1)q.BorderSizePixel=0;q.Position=UDim2.new(0.725203931,0,0.889487863,0)q.Size=UDim2.new(0,26,0,27)q.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;q.Font=Enum.Font.Cartoon;q.Text="+"q.TextColor3=Color3.new(0,0,0)q.TextSize=16;q.TextStrokeColor3=Color3.new(1,1,1)r.Parent=b;r.BackgroundColor3=Color3.new(1,1,1)r.BackgroundTransparency=1;r.Position=UDim2.new(0,0,1,0)r.Size=UDim2.new(0,297,0,22)r.Font=Enum.Font.SciFi;r.Text="Gui Created by \"Arpon AG#1124\" "r.TextColor3=Color3.new(1,1,1)r.TextSize=18;s.Name="farm"s.Parent=b;s.BackgroundColor3=Color3.new(1,1,1)s.BorderSizePixel=0;s.Position=UDim2.new(0.181347787,0,0.537743807,0)s.Size=UDim2.new(0,187,0,34)s.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;s.Font=Enum.Font.Cartoon;s.Text="[AFK] Auto Farm"s.TextColor3=Color3.new(0,0,0)s.TextSize=16;s.TextStrokeColor3=Color3.new(1,1,1)s.MouseButton1Click:Connect(function()_G.toggle=true;while _G.toggle do wait(0.001)local t=game.Players.LocalPlayer.Name;local u="rep"local v=game:GetService("Players")[t].strengthEvent;v:FireServer(u)end end)m.MouseButton1Click:Connect(function()game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=game.Players.LocalPlayer.Character.Humanoid.WalkSpeed+10 end)n.MouseButton1Click:Connect(function()game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=game.Players.LocalPlayer.Character.Humanoid.WalkSpeed-10 end)q.MouseButton1Click:Connect(function()game.Players.LocalPlayer.Character.Humanoid.JumpPower=game.Players.LocalPlayer.Character.Humanoid.JumpPower+20 end)p.MouseButton1Click:Connect(function()game.Players.LocalPlayer.Character.Humanoid.JumpPower=game.Players.LocalPlayer.Character.Humanoid.JumpPower-20 end)k.MouseButton1Click:Connect(function()game.Workspace.bigBoyBeachBarrier:Destroy()end)e.MouseButton1Click:Connect(function()function tp(w,x,y)local z=50;moving=true;if w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-z))end end;if w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+z))end end;if x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;moving=false end;spawn(function()game:getService("RunService"):BindToRenderStep("",0,function()if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid")then return end;if moving==true then game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)end end)end)tp(2201,759.543,-231)end)f.MouseButton1Click:Connect(function()function tp(w,x,y)local z=50;moving=true;if w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-z))end end;if w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+z))end end;if x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;moving=false end;spawn(function()game:getService("RunService"):BindToRenderStep("",0,function()if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid")then return end;if moving==true then game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)end end)end)tp(1988.279,757.372,-232.198)end)g.MouseButton1Click:Connect(function()function tp(w,x,y)local z=50;moving=true;if w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-z))end end;if w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+z))end end;if x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;moving=false end;spawn(function()game:getService("RunService"):BindToRenderStep("",0,function()if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid")then return end;if moving==true then game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)end end)end)tp(-5.6,1.5,-211.93)end)h.MouseButton1Click:Connect(function()function tp(w,x,y)local z=50;moving=true;if w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-z))end end;if w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+z))end end;if x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;moving=false end;spawn(function()game:getService("RunService"):BindToRenderStep("",0,function()if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid")then return end;if moving==true then game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)end end)end)tp(5791.356,32.633,2297.518)end)i.MouseButton1Click:Connect(function()local A=game.Players.LocalPlayer.Character.LowerTorso.CFrame;for B,C in pairs(game.Workspace:GetChildren())do if C.Name=="brawlBarrier"and C:IsA("BasePart")then C:Destroy()end end end)
- end)
- Speed2.Name = "Speed 2"
- Speed2.Parent = Gui
- Speed2.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- Speed2.BackgroundTransparency = 0.40000000596046
- Speed2.BorderColor3 = Color3.new(0, 0, 0)
- Speed2.BorderSizePixel = 2
- Speed2.Position = UDim2.new(0.0396039598, 0, 0.691696465, 0)
- Speed2.Size = UDim2.new(0, 200, 0, 50)
- Speed2.Font = Enum.Font.GothamSemibold
- Speed2.Text = "Speed Simulator 2"
- Speed2.TextColor3 = Color3.new(0.168627, 0.933333, 1)
- Speed2.TextSize = 20
- Speed2.TextStrokeTransparency = 0.20000000298023
- Speed2.MouseButton1Click:connect(function()
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local _1 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local _2 = Instance.new("TextButton")
- local _3 = Instance.new("TextButton")
- local NameTrail = Instance.new("TextBox")
- local TextButton = Instance.new("TextButton")
- Open = false
- -- Properties
- ScreenGui.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.new(1, 1, 1)
- Main.Position = UDim2.new(0.0142711522, 0, 0.194779113, 0)
- Main.Size = UDim2.new(0, 184, 0, 208)
- Main.Style = Enum.FrameStyle.RobloxRound
- _1.Name = "1"
- _1.Parent = Main
- _1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- _1.Position = UDim2.new(0, 0, 0.264507055, 0)
- _1.Size = UDim2.new(0, 168, 0, 25)
- _1.Font = Enum.Font.SourceSans
- _1.Text = "Diamond"
- _1.TextColor3 = Color3.new(1, 1, 1)
- _1.TextSize = 14
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
- TextLabel.Position = UDim2.new(-0.048913043, 0, -0.0425920896, 0)
- TextLabel.Size = UDim2.new(0, 184, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Menu Speed Simulator 2"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 14
- _2.Name = "2"
- _2.Parent = Main
- _2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- _2.Position = UDim2.new(0, 0, 0.446507037, 0)
- _2.Size = UDim2.new(0, 168, 0, 25)
- _2.Font = Enum.Font.SourceSans
- _2.Text = "Steps"
- _2.TextColor3 = Color3.new(1, 1, 1)
- _2.TextSize = 14
- _3.Name = "3"
- _3.Parent = Main
- _3.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- _3.Position = UDim2.new(0, 0, 0.62450707, 0)
- _3.Size = UDim2.new(0, 168, 0, 25)
- _3.Font = Enum.Font.SourceSans
- _3.Text = "Trail"
- _3.TextColor3 = Color3.new(1, 1, 1)
- _3.TextSize = 14
- NameTrail.Name = "Name Trail"
- NameTrail.Parent = Main
- NameTrail.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- NameTrail.Position = UDim2.new(0, 0, 0.808591545, 0)
- NameTrail.Size = UDim2.new(0, 168, 0, 25)
- NameTrail.Font = Enum.Font.SourceSans
- NameTrail.Text = "Name Trail"
- NameTrail.TextColor3 = Color3.new(1, 1, 1)
- NameTrail.TextSize = 14
- _1.MouseButton1Down:connect(function()
- repeat
- local Diamond1 = "diamonds"
- local Diamond2 = 100
- local Event = game:GetService("ReplicatedStorage").SpeedHandler
- Event:FireServer(Diamond1, Diamond2)
- wait()
- until
- nil
- end)
- _2.MouseButton1Down:connect(function()
- repeat
- local Step1 = "steps"
- local Step2 = 100
- local Event = game:GetService("ReplicatedStorage").SpeedHandler
- Event:FireServer(Step1, Step2)
- wait()
- until
- nil
- end)
- _3.MouseButton1Down:connect(function()
- local Trail1 = NameTrail
- local Event = game:GetService("ReplicatedStorage").changeTrail
- Event:InvokeServer(Trail1)
- end)
- end)
- Texting.Name = "Texting"
- Texting.Parent = Gui
- Texting.BackgroundColor3 = Color3.new(1, 1, 0.498039)
- Texting.BackgroundTransparency = 0.40000000596046
- Texting.BorderColor3 = Color3.new(0, 0, 0)
- Texting.BorderSizePixel = 2
- Texting.Position = UDim2.new(0.036303632, 0, 0.895510435, 0)
- Texting.Size = UDim2.new(0, 200, 0, 50)
- Texting.Font = Enum.Font.Arcade
- Texting.Text = "Texting Simulator"
- Texting.TextColor3 = Color3.new(0, 0, 0)
- Texting.TextSize = 18
- Texting.TextStrokeColor3 = Color3.new(1, 1, 1)
- Texting.TextStrokeTransparency = 0.20000000298023
- Texting.MouseButton1Click:connect(function()
- while wait() do
- for i = 1, 2500 do ---feel free to change 2500 to any amount
- game:GetService("ReplicatedStorage").ToolEvents.CashEvent:FireServer()
- end
- while true do
- wait()
- game:GetService("ReplicatedStorage").Events.EmojiEquip:FireServer(24)
- end
- end
- end)
- Credits.Name = "Credits"
- Credits.Parent = Gui
- Credits.BackgroundColor3 = Color3.new(1, 1, 1)
- Credits.BackgroundTransparency = 1
- Credits.Position = UDim2.new(0.170802653, 0, -0.000284125097, 0)
- Credits.Size = UDim2.new(0, 162, 0, 24)
- Credits.Font = Enum.Font.SciFi
- Credits.Text = "Made by NuggetTheBoo#8340"
- Credits.TextColor3 = Color3.new(0, 0, 0)
- Credits.TextSize = 14
- Mining.Name = "Mining"
- Mining.Parent = Gui
- Mining.BackgroundColor3 = Color3.new(0.862745, 0.576471, 0)
- Mining.BackgroundTransparency = 0.40000000596046
- Mining.BorderColor3 = Color3.new(0, 0, 0)
- Mining.BorderSizePixel = 2
- Mining.Position = UDim2.new(0.0396039635, 0, 0.795391321, 0)
- Mining.Size = UDim2.new(0, 200, 0, 50)
- Mining.Font = Enum.Font.Gotham
- Mining.Text = "Mining Simulator"
- Mining.TextColor3 = Color3.new(0.239216, 0.239216, 0.239216)
- Mining.TextSize = 20
- Mining.TextStrokeColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Mining.TextStrokeTransparency = 0.60000002384186
- Mining.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/fRw4GJhy", true))()
- end)
- BeeSwarm.Name = "Bee Swarm"
- BeeSwarm.Parent = Gui
- BeeSwarm.BackgroundColor3 = Color3.new(0.988235, 1, 0.258824)
- BeeSwarm.BackgroundTransparency = 0.40000000596046
- BeeSwarm.BorderSizePixel = 2
- BeeSwarm.Position = UDim2.new(0.0363036171, 0, 0.209382668, 0)
- BeeSwarm.Size = UDim2.new(0, 200, 0, 50)
- BeeSwarm.Font = Enum.Font.ArialBold
- BeeSwarm.Text = "Bee Swarm Simulator"
- BeeSwarm.TextColor3 = Color3.new(0, 0, 0)
- BeeSwarm.TextSize = 18
- BeeSwarm.TextStrokeColor3 = Color3.new(1, 1, 1)
- BeeSwarm.TextStrokeTransparency = 0.20000000298023
- BeeSwarm.MouseButton1Click:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/eWxjzjnM', true))()
- end)
Add Comment
Please, Sign In to add comment