Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local MS = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local Display = Instance.new("TextButton")
- local Eggs = Instance.new("TextButton")
- local Farm = Instance.new("TextButton")
- local Sell = Instance.new("TextButton")
- local Shiny = Instance.new("TextButton")
- local EggName = Instance.new("TextBox")
- local Rebirth = Instance.new("TextButton")
- local Mini = Instance.new("TextButton")
- --Properties:
- MS.Name = "MS"
- MS.Parent = game.CoreGui
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = MS
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- MainFrame.BackgroundTransparency = 0.5
- MainFrame.BorderColor3 = Color3.new(1, 1, 1)
- MainFrame.Position = UDim2.new(0, 325, 0, 125)
- MainFrame.Selectable = true
- MainFrame.Draggable = true
- MainFrame.Size = UDim2.new(0, 175, 0, 25)
- Title.Name = "Title"
- Title.Parent = MainFrame
- Title.BackgroundColor3 = Color3.new(1, 1, 1)
- Title.BackgroundTransparency = 1
- Title.Position = UDim2.new(0, 15, 0, 0)
- Title.Size = UDim2.new(0, 145, 0, 25)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Magnet Simulator"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextSize = 14
- Close.Name = "Close"
- Close.Parent = MainFrame
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 1
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0, 155, 0, 0)
- Close.Size = UDim2.new(0, 20, 0, 20)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 0, 0)
- Close.TextSize = 14
- Frame.Parent = MainFrame
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BackgroundTransparency = 0.5
- Frame.BorderColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0, 0, 0, 25)
- Frame.Size = UDim2.new(0, 175, 0, 150)
- Display.Name = "Display"
- Display.Parent = Frame
- Display.BackgroundColor3 = Color3.new(0, 0, 0)
- Display.BackgroundTransparency = 0.5
- Display.BorderColor3 = Color3.new(1, 1, 1)
- Display.Position = UDim2.new(0, 10, 0, 120)
- Display.Size = UDim2.new(0, 155, 0, 20)
- Display.Font = Enum.Font.SourceSans
- Display.Text = "Notifications ON"
- Display.TextColor3 = Color3.new(1, 0, 0)
- Display.TextSize = 14
- Eggs.Name = "Eggs"
- Eggs.Parent = Frame
- Eggs.BackgroundColor3 = Color3.new(0, 0, 0)
- Eggs.BackgroundTransparency = 0.5
- Eggs.BorderColor3 = Color3.new(1, 1, 1)
- Eggs.Position = UDim2.new(0, 10, 0, 70)
- Eggs.Size = UDim2.new(0, 155, 0, 20)
- Eggs.Font = Enum.Font.SourceSans
- Eggs.Text = "Open Eggs OFF"
- Eggs.TextColor3 = Color3.new(1, 0, 0)
- Eggs.TextSize = 14
- Farm.Name = "Farm"
- Farm.Parent = Frame
- Farm.BackgroundColor3 = Color3.new(0, 0, 0)
- Farm.BackgroundTransparency = 0.5
- Farm.BorderColor3 = Color3.new(1, 1, 1)
- Farm.Position = UDim2.new(0, 10, 0, 10)
- Farm.Size = UDim2.new(0, 75, 0, 20)
- Farm.Font = Enum.Font.SourceSans
- Farm.Text = "Coin OFF"
- Farm.TextColor3 = Color3.new(1, 0, 0)
- Farm.TextSize = 14
- Sell.Name = "Sell"
- Sell.Parent = Frame
- Sell.BackgroundColor3 = Color3.new(0, 0, 0)
- Sell.BackgroundTransparency = 0.5
- Sell.BorderColor3 = Color3.new(1, 1, 1)
- Sell.Position = UDim2.new(0, 90, 0, 10)
- Sell.Size = UDim2.new(0, 75, 0, 20)
- Sell.Font = Enum.Font.SourceSans
- Sell.Text = "Sell OFF"
- Sell.TextColor3 = Color3.new(1, 0, 0)
- Sell.TextSize = 14
- Shiny.Name = "Shiny"
- Shiny.Parent = Frame
- Shiny.BackgroundColor3 = Color3.new(0, 0, 0)
- Shiny.BackgroundTransparency = 0.5
- Shiny.BorderColor3 = Color3.new(1, 1, 1)
- Shiny.Position = UDim2.new(0, 10, 0, 40)
- Shiny.Size = UDim2.new(0, 75, 0, 20)
- Shiny.Font = Enum.Font.SourceSans
- Shiny.Text = "Shiny Pet OFF"
- Shiny.TextColor3 = Color3.new(1, 0, 0)
- Shiny.TextSize = 14
- EggName.Name = "EggName"
- EggName.Parent = Frame
- EggName.BackgroundColor3 = Color3.new(0, 0, 0)
- EggName.BackgroundTransparency = 0.69999998807907
- EggName.BorderColor3 = Color3.new(1, 1, 1)
- EggName.Position = UDim2.new(0, 10, 0, 90)
- EggName.Size = UDim2.new(0, 155, 0, 20)
- EggName.Font = Enum.Font.SourceSans
- EggName.Text = "Magma Egg"
- EggName.TextColor3 = Color3.new(1, 1, 1)
- EggName.TextSize = 14
- Rebirth.Name = "Rebirth"
- Rebirth.Parent = Frame
- Rebirth.BackgroundColor3 = Color3.new(0, 0, 0)
- Rebirth.BackgroundTransparency = 0.5
- Rebirth.BorderColor3 = Color3.new(1, 1, 1)
- Rebirth.Position = UDim2.new(0, 90, 0, 40)
- Rebirth.Size = UDim2.new(0, 75, 0, 20)
- Rebirth.Font = Enum.Font.SourceSans
- Rebirth.Text = "Rebirth OFF"
- Rebirth.TextColor3 = Color3.new(1, 0, 0)
- Rebirth.TextSize = 14
- Mini.Name = "Mini"
- Mini.Parent = MainFrame
- Mini.BackgroundColor3 = Color3.new(1, 1, 1)
- Mini.BackgroundTransparency = 1
- Mini.BorderSizePixel = 0
- Mini.Size = UDim2.new(0, 20, 0, 20)
- Mini.Font = Enum.Font.SourceSans
- Mini.Text = "_"
- Mini.TextColor3 = Color3.new(1, 0, 0)
- Mini.TextSize = 14
- -- Scripts:
- local r = game:GetService('ReplicatedStorage').Events.MagnetEvents['requestGrab']
- local rs = game:GetService('RunService').RenderStepped
- local tool = "Black Lightning Dual Magnet"
- local Shinys = {"Three-Headed Demon","Mad Demon","Fallen Bird","Demonic Bird","Cat Demon","Golden Dominus","Space Dominus","Flame Dominus","Frost Dominus","Spirit Dominus","Super Bear","Bat Bear","Flashy Bear","Storm Bear","Captain Bear","Cursed Wolf","Angel Wolf","Sanic","Ogre","Nyan Cat","Doge","MLG Bear","Rich Bear","Noob","Fancy Bear","Ice Wolf","Ghost Wolf","Galaxy Wolf","Galaxy Bear","Spirit Bear","Moon Bear","Crystal Fox","Magnetite Wolf","Winged Overseer","Overseer Wolf","Wizard Overseer","Three-Headed Overseer","Overseer Overlord","Praefectus Overseer", "Lava Wolf", "Magma Gentleman", "Three-Headed Magma Wolf", "Hooded Fire Lord", "Lord of the Magma"}
- local plr = game.Players.LocalPlayer
- local char = plr.Character.HumanoidRootPart
- local screengui = plr.PlayerGui.GameHUD
- local mini = true
- _G.sell = false
- _G.egg = false
- _G.shiny = false
- _G.farm = false
- _G.display = false
- _G.rebirth = false
- Close.MouseButton1Down:connect(function()
- MS:Destroy()
- end)
- Mini.MouseButton1Down:connect(function()
- if mini == true then
- mini = false
- Frame.Visible = false
- Mini.TextColor3 = Color3.new(0, 0.666667, 0)
- else
- mini = true
- Frame.Visible = true
- Mini.TextColor3 = Color3.new(1, 0, 0)
- end
- end)
- Display.MouseButton1Down:connect(function()
- if _G.display == true then
- _G.display = false
- Display.TextColor3 = Color3.new(1, 0, 0)
- Display.Text = "Notifications ON"
- screengui.EggHandler.Disabled = false
- screengui.Notifications.Handler.Disabled = false
- screengui.FullBackpack.Handler.Disabled = false
- else
- _G.display = true
- Display.TextColor3 = Color3.new(0, 0.666667, 0)
- Display.Text = "Notifications OFF"
- screengui.EggHandler.Disabled = true
- screengui.Notifications.Handler.Disabled = true
- screengui.FullBackpack.Handler.Disabled = true
- end
- end)
- Shiny.MouseButton1Down:connect(function()
- if _G.shiny == true then
- _G.shiny = false
- Shiny.TextColor3 = Color3.new(1, 0, 0)
- Shiny.Text = "Shiny Pet OFF"
- else
- _G.shiny = true
- Shiny.TextColor3 = Color3.new(0, 0.666667, 0)
- Shiny.Text = "Shiny Pet ON"
- while _G.shiny == true do
- wait(0.1)
- for i = 1,#Shinys do
- wait()
- game.ReplicatedStorage.ShinyEvents.requestMakeShiny:FireServer(Shinys[i])
- end
- end
- end
- end)
- Farm.MouseButton1Down:connect(function()
- if _G.farm == true then
- _G.farm = false
- Farm.TextColor3 = Color3.new(1, 0, 0)
- Farm.Text = "Coin OFF"
- else
- _G.farm = true
- Farm.TextColor3 = Color3.new(0, 0.666667, 0)
- Farm.Text = "Coin ON"
- while rs:wait() and _G.farm == true do
- for i = 1,10 do
- r:FireServer("1100000", game.ReplicatedStorage.Tools[tool])
- end
- end
- end
- end)
- Sell.MouseButton1Down:connect(function()
- if _G.sell == true then
- _G.sell = false
- Sell.TextColor3 = Color3.new(1, 0, 0)
- Sell.Text = "Sell OFF"
- else
- _G.sell = true
- Sell.TextColor3 = Color3.new(0, 0.666667, 0)
- Sell.Text = "Sell ON"
- while _G.sell == true do
- game.Workspace.Rings.Sellx2.CanCollide = false
- game.Workspace.Rings.Sellx2.Transparency = 1
- game.Workspace.Rings.Sellx2.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
- wait(0.1)
- end
- end
- end)
- Eggs.MouseButton1Down:connect(function()
- if _G.egg == true then
- _G.egg = false
- Eggs.TextColor3 = Color3.new(1, 0, 0)
- Eggs.Text = "Open Eggs OFF"
- else
- _G.egg = true
- Eggs.TextColor3 = Color3.new(0, 0.666667, 0)
- Eggs.Text = "Open Eggs ON"
- while _G.egg == true do
- wait()
- local egg = EggName.Text
- game:GetService("ReplicatedStorage").PetEvents.requesthatch:FireServer(egg)
- end
- end
- end)
- Rebirth.MouseButton1Down:connect(function()
- if _G.rebirth == true then
- _G.rebirth = false
- Rebirth.TextColor3 = Color3.new(1, 0, 0)
- Rebirth.Text = "Rebirth OFF"
- else
- _G.rebirth = true
- Rebirth.TextColor3 = Color3.new(0, 0.666667, 0)
- Rebirth.Text = "Rebirth ON"
- while _G.rebirth == true do
- wait(0.1)
- local rebirths = 1000 --1000,500,250,100,50,25,5,1
- game.ReplicatedStorage.RebirthEvents.requestRebirth:FireServer(rebirths)
- end
- end
- end)
Add Comment
Please, Sign In to add comment