Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --GUI by skipper0503.
- --Thanks to ZFrogger#6467 for the scripts.
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local walkspeed = Instance.new("TextButton")
- local value1 = Instance.new("TextBox")
- local jump = Instance.new("TextButton")
- local value2 = Instance.new("TextBox")
- local island = Instance.new("TextButton")
- local energy = Instance.new("TextButton")
- local credit = Instance.new("TextLabel")
- local UlimitedCoins = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local credits = Instance.new("TextButton")
- local frame = Instance.new("Frame")
- local open = Instance.new("TextButton")
- local cred = Instance.new("Frame")
- local crd = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.new(0.0862745, 0.862745, 0.0313726)
- main.Position = UDim2.new(0.197988629, 0, 0.524017453, 0)
- main.Size = UDim2.new(0, 212, 0, 327)
- main.Visible = false
- main.Style = Enum.FrameStyle.RobloxRound
- main.Selectable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.new(1, 1, 1)
- title.BackgroundTransparency = 1
- title.Position = UDim2.new(-0.041003678, 0, -0.00967687089, 0)
- title.Selectable = true
- title.Size = UDim2.new(0, 212, 0, 39)
- title.Font = Enum.Font.Cartoon
- title.Text = "Magnet Simulater GUI"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextSize = 22
- title.TextWrapped = true
- walkspeed.Name = "walkspeed"
- walkspeed.Parent = main
- walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
- walkspeed.Position = UDim2.new(-0.00037650342, 0, 0.116648681, 0)
- walkspeed.Size = UDim2.new(0, 113, 0, 39)
- walkspeed.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- walkspeed.Font = Enum.Font.Cartoon
- walkspeed.Text = "Walkspeed"
- walkspeed.TextColor3 = Color3.new(0, 0, 0)
- walkspeed.TextSize = 14
- walkspeed.MouseButton1Down:connect(function()
- while true do
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value1.Text
- wait (0.1)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value1.Text
- wait (0.1)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value1.Text
- wait (0.1)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value1.Text
- wait (0.1)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value1.Text
- wait (0.1)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value1.Text
- wait (0.1)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value1.Text
- end
- end)
- value1.Name = "value1"
- value1.Parent = main
- value1.BackgroundColor3 = Color3.new(1, 1, 1)
- value1.Position = UDim2.new(0.675712764, 0, 0.143941998, 0)
- value1.Size = UDim2.new(0, 49, 0, 22)
- value1.Font = Enum.Font.Cartoon
- value1.PlaceholderText = "Speed"
- value1.Text = ""
- value1.TextColor3 = Color3.new(0, 0, 0)
- value1.TextSize = 14
- value1.TextWrapped = true
- jump.Name = "jump"
- jump.Parent = main
- jump.BackgroundColor3 = Color3.new(1, 1, 1)
- jump.Position = UDim2.new(-0.0047169812, 0, 0.263437659, 0)
- jump.Size = UDim2.new(0, 113, 0, 41)
- jump.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- jump.Font = Enum.Font.Cartoon
- jump.Text = "JumpPower"
- jump.TextColor3 = Color3.new(0, 0, 0)
- jump.TextSize = 14
- jump.MouseButton1Down:connect(function()
- while true do
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = value2.Text
- wait (0.1)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = value2.Text
- wait (0.1)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = value2.Text
- wait (0.1)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = value2.Text
- wait (0.1)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = value2.Text
- wait (0.1)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = value2.Text
- wait (0.1)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = value2.Text
- end
- end)
- value2.Name = "value2"
- value2.Parent = main
- value2.BackgroundColor3 = Color3.new(1, 1, 1)
- value2.Position = UDim2.new(0.668182731, 0, 0.293548286, 0)
- value2.Size = UDim2.new(0, 50, 0, 22)
- value2.Font = Enum.Font.Cartoon
- value2.PlaceholderText = "Hight"
- value2.Text = ""
- value2.TextColor3 = Color3.new(0, 0, 0)
- value2.TextSize = 14
- island.Name = "island"
- island.Parent = main
- island.BackgroundColor3 = Color3.new(1, 1, 1)
- island.Position = UDim2.new(-0.000348072499, 0, 0.43626979, 0)
- island.Size = UDim2.new(0, 188, 0, 39)
- island.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- island.Font = Enum.Font.Cartoon
- island.Text = "Magnet island"
- island.TextColor3 = Color3.new(0, 0, 0)
- island.TextSize = 14
- island.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.IslandInfo.islandtp.CFrame
- end)
- energy.Name = "energy"
- energy.Parent = main
- energy.BackgroundColor3 = Color3.new(1, 1, 1)
- energy.Position = UDim2.new(-0.000348072499, 0, 0.616697907, 0)
- energy.Size = UDim2.new(0, 188, 0, 39)
- energy.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- energy.Font = Enum.Font.Cartoon
- energy.Text = "Energy Drink Gamepass"
- energy.TextColor3 = Color3.new(0, 0, 0)
- energy.TextSize = 14
- energy.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Events.MagnetEvents.requestDrink:FireServer()
- end)
- credit.Name = "credit"
- credit.Parent = main
- credit.BackgroundColor3 = Color3.new(1, 1, 1)
- credit.BackgroundTransparency = 1
- credit.Position = UDim2.new(0.213773191, 0, 0.0698892698, 0)
- credit.Selectable = true
- credit.Size = UDim2.new(0, 112, 0, 14)
- credit.Font = Enum.Font.Cartoon
- credit.Text = "By skipper0503"
- credit.TextColor3 = Color3.new(1, 1, 1)
- credit.TextScaled = true
- credit.TextSize = 22
- credit.TextWrapped = true
- UlimitedCoins.Name = "Ulimited Coins/"
- UlimitedCoins.Parent = main
- UlimitedCoins.BackgroundColor3 = Color3.new(1, 1, 1)
- UlimitedCoins.Position = UDim2.new(0.0138028711, 0, 0.797126055, 0)
- UlimitedCoins.Size = UDim2.new(0, 188, 0, 39)
- UlimitedCoins.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- UlimitedCoins.Font = Enum.Font.Cartoon
- UlimitedCoins.Text = "Ulimited Coins/Auto open Eggs"
- UlimitedCoins.TextColor3 = Color3.new(0, 0, 0)
- UlimitedCoins.TextSize = 14
- UlimitedCoins.MouseButton1Down:connect(function()
- --[[
- EXECUTE IT TO ACTIVATE/DEACTIVATE AUTO OPEN EGGS (and auto money farm)
- Made by ZFrogger#6467
- ]]
- function BuyAllitem()
- local plr = game.Players.LocalPlayer
- for _,v in pairs(plr.Inventory:GetChildren()) do
- if v:FindFirstChild("Item") and v.Value == false then
- game.ReplicatedStorage.Events.ShopEvents.requestBuy:FireServer(v.Name, "Magnet")
- end
- end
- for _,v in pairs(plr.BackpackInventory:GetChildren()) do
- if not v.Value then
- game.ReplicatedStorage.Events.ShopEvents.requestBuy:FireServer(v.Name, "Backpack")
- end
- end
- game.ReplicatedStorage.Events.ShopEvents.buyDoor:FireServer(5000)
- game.ReplicatedStorage.Events.ShopEvents.buyDoor:FireServer(50000)
- game.ReplicatedStorage.Events.ShopEvents.buyDoor:FireServer(500000)
- game.ReplicatedStorage.Events.ShopEvents.buyDoor:FireServer(1500000)
- for i = 1,4 do
- if plr.ChickenStats[i].Bought.Value == false then
- game.ReplicatedStorage.ChickenEvents.buyChicken:FireServer(i)
- end
- if plr.ChickenStats[i].Level.Value < 9 then
- for v = plr.ChickenStats[i].Level.Value,9 do
- game.ReplicatedStorage.ChickenEvents.requestUpgrade:FireServer(i,v)
- end
- end
- end
- game.Players.LocalPlayer.Character.Island:Destroy()
- Island = Instance.new("LocalScript", game.Players.LocalPlayer.Character)
- Island.Name = "Island"
- Island.Source = [[local folder = workspace.IslandInfo
- local plr = game.Players.LocalPlayer
- repeat
- wait()
- until plr.Character
- local root = plr.Character:WaitForChild("HumanoidRootPart")
- local d = true
- folder.Island.Touched:connect(function(hit)
- local h = hit.Parent:FindFirstChild("Humanoid")
- local torso = h.Parent:FindFirstChild("HumanoidRootPart")
- if h and torso then
- local player = game.Players:GetPlayerFromCharacter(hit.Parent)
- if plr == player and d then
- d = false
- root.CFrame = CFrame.new(folder.islandtp.Position)
- wait(3)
- d = true
- end
- end
- end)
- folder.Main.Touched:connect(function(hit)
- local h = hit.Parent:FindFirstChild("Humanoid")
- local torso = h.Parent:FindFirstChild("HumanoidRootPart")
- if h and torso then
- local player = game.Players:GetPlayerFromCharacter(hit.Parent)
- if plr == player and d then
- d = false
- root.CFrame = CFrame.new(folder.returntp.Position)
- wait(3)
- d = true
- end
- end
- end)]]
- _G.eggs = true
- farmeggs()
- end
- function farmmoney()
- local plr = game.Players.LocalPlayer
- for _,v in pairs(plr.Purchases:GetChildren()) do
- v.Value = true
- end
- if game.ReplicatedStorage.Tools:FindFirstChild("Pink Rebirth Magnet") and not plr.Backpack:FindFirstChild("Pink Rebirth Magnet") then
- game.ReplicatedStorage.Tools["Pink Rebirth Magnet"].Parent = plr.Backpack
- end
- if plr.PlayerGui.GameHUD:FindFirstChild("FullBackpack") then
- plr.PlayerGui.GameHUD:FindFirstChild("FullBackpack"):Destroy()
- end
- while _G.farm do
- wait()
- local plr = game.Players.LocalPlayer
- local char = plr.Character.HumanoidRootPart
- if plr.Backpack:FindFirstChild("Pink Rebirth Magnet") then
- game.ReplicatedStorage.Events.MagnetEvents.requestGrab:FireServer("1250",plr.Backpack["Pink Rebirth Magnet"])
- else
- game.ReplicatedStorage.Events.MagnetEvents.requestGrab:FireServer("1250",plr.Character["Pink Rebirth Magnet"])
- end
- game.Workspace.Rings.Sell.CanCollide = false
- game.Workspace.Rings.Sell.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
- if _G.maxvalue ~= nil then
- if plr.leaderstats.Money.Value >= _G.maxvalue then
- _G.farm = false
- BuyAllitem()
- break
- end
- elseif plr.leaderstats.Money.Value >= 10000000000000 then
- _G.farm = false
- BuyAllitem()
- break
- end
- end
- end
- function farmeggs()
- while _G.eggs do
- wait(.1)
- game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Mythical Egg")
- game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Epic Egg")
- game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Legendary Egg")
- game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Rare Egg")
- game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Uncommon Egg")
- game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Common Egg")
- end
- end
- if _G.farm then
- _G.farm = false
- elseif not _G.eggs then
- _G.farm = true
- farmmoney()
- end
- if _G.eggs then
- _G.eggs = false
- end
- end)
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.new(1, 1, 1)
- close.BackgroundTransparency = 1
- close.Position = UDim2.new(0.929074645, 0, -0.0271608327, 0)
- close.Size = UDim2.new(0, 21, 0, 15)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextColor3 = Color3.new(1, 1, 1)
- close.TextSize = 14
- close.MouseButton1Down:connect(function()
- main.Visible = false
- frame.Visible = true
- end)
- credits.Name = "credits"
- credits.Parent = main
- credits.BackgroundColor3 = Color3.new(1, 1, 1)
- credits.Position = UDim2.new(0.0138290673, 0, 0.94890368, 0)
- credits.Size = UDim2.new(0, 188, 0, 23)
- credits.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- credits.Font = Enum.Font.Cartoon
- credits.Text = "Credits"
- credits.TextColor3 = Color3.new(0, 0, 0)
- credits.TextSize = 14
- credits.MouseButton1Down:connect(function()
- cred.Visible = true
- wait(10)
- cred.Visible = false
- end)
- frame.Name = "frame"
- frame.Parent = ScreenGui
- frame.BackgroundColor3 = Color3.new(1, 1, 1)
- frame.BackgroundTransparency = 1
- frame.Position = UDim2.new(0.00817096233, 0, 0.828238726, 0)
- frame.Size = UDim2.new(0, 88, 0, 33)
- frame.Selectable = true
- open.Name = "open"
- open.Parent = frame
- open.BackgroundColor3 = Color3.new(1, 1, 1)
- open.Position = UDim2.new(0.0401954651, 0, 0.0734622777, 0)
- open.Size = UDim2.new(0, 84, 0, 28)
- open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- open.Font = Enum.Font.SourceSans
- open.Text = "Open"
- open.TextColor3 = Color3.new(0, 0, 0)
- open.TextSize = 14
- open.MouseButton1Down:connect(function()
- frame.Visible = false
- main.Visible = true
- end)
- cred.Name = "cred"
- cred.Parent = ScreenGui
- cred.BackgroundColor3 = Color3.new(0.0862745, 0.862745, 0.0313726)
- cred.Position = UDim2.new(0.348837167, 0, 0.831767499, 0)
- cred.Size = UDim2.new(0, 275, 0, 72)
- cred.Visible = false
- cred.Style = Enum.FrameStyle.RobloxRound
- cred.Selectable = true
- crd.Name = "crd"
- crd.Parent = cred
- crd.BackgroundColor3 = Color3.new(1, 1, 1)
- crd.BackgroundTransparency = 1
- crd.Position = UDim2.new(0.00373274996, 0, -0.0589183979, 0)
- crd.Selectable = true
- crd.Size = UDim2.new(0, 266, 0, 64)
- crd.Font = Enum.Font.Cartoon
- crd.Text = "Thanks to ZFrogger#6467 for the scripts"
- crd.TextColor3 = Color3.new(1, 1, 1)
- crd.TextSize = 22
- crd.TextWrapped = true
- -- Scripts:
Add Comment
Please, Sign In to add comment