Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(2)
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local spamgui = Instance.new("ScreenGui")
- local frame1 = Instance.new("Frame")
- local spawnbutton = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- local line1 = Instance.new("Frame")
- local godbutton = Instance.new("TextButton")
- local explodebutton = Instance.new("TextButton")
- local player = game.Workspace.MajorLeagueGamingHax
- local hum = player.Humanoid
- --Properties:
- spamgui.Name = "spamgui"
- spamgui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- frame1.Name = "frame1"
- frame1.Parent = spamgui
- frame1.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
- frame1.BorderColor3 = Color3.new(1, 1, 1)
- frame1.BorderSizePixel = 3
- frame1.Position = UDim2.new(0.0219952744, 0, 0.037447989, 0)
- frame1.Size = UDim2.new(0, 150, 0, 200)
- spawnbutton.Name = "spawnbutton"
- spawnbutton.Parent = frame1
- spawnbutton.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
- spawnbutton.BorderColor3 = Color3.new(1, 1, 1)
- spawnbutton.BorderSizePixel = 3
- spawnbutton.Position = UDim2.new(0.160000086, 0, 0.198000133, 0)
- spawnbutton.Size = UDim2.new(0, 100, 0, 25)
- spawnbutton.Font = Enum.Font.Gotham
- spawnbutton.Text = "Spawn Brick"
- spawnbutton.TextColor3 = Color3.new(1, 1, 1)
- spawnbutton.TextSize = 14
- title.Name = "title"
- title.Parent = frame1
- title.BackgroundColor3 = Color3.new(1, 1, 1)
- title.BackgroundTransparency = 1
- title.BorderSizePixel = 0
- title.Size = UDim2.new(0, 150, 0, 20)
- title.Font = Enum.Font.Gotham
- title.Text = "expand dong"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextSize = 14
- line1.Name = "line1"
- line1.Parent = frame1
- line1.BackgroundColor3 = Color3.new(1, 1, 1)
- line1.BorderSizePixel = 0
- line1.Position = UDim2.new(0.161633939, 0, 0.0996047407, 0)
- line1.Size = UDim2.new(0, 100, 0, 1)
- godbutton.Name = "godbutton"
- godbutton.Parent = frame1
- godbutton.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
- godbutton.BorderColor3 = Color3.new(1, 1, 1)
- godbutton.BorderSizePixel = 3
- godbutton.Position = UDim2.new(0.153333366, 0, 0.644666791, 0)
- godbutton.Size = UDim2.new(0, 100, 0, 25)
- godbutton.Font = Enum.Font.Gotham
- godbutton.Text = "Explode"
- godbutton.TextColor3 = Color3.new(1, 1, 1)
- godbutton.TextSize = 14
- explodebutton.Name = "explodebutton"
- explodebutton.Parent = frame1
- explodebutton.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
- explodebutton.BorderColor3 = Color3.new(1, 1, 1)
- explodebutton.BorderSizePixel = 3
- explodebutton.Position = UDim2.new(0.160000011, 0, 0.419666767, 0)
- explodebutton.Size = UDim2.new(0, 100, 0, 25)
- explodebutton.Font = Enum.Font.Gotham
- explodebutton.Text = "Explode"
- explodebutton.TextColor3 = Color3.new(1, 1, 1)
- explodebutton.TextSize = 14
- -- Scripts:
- explodebutton.MouseButton1Down:connect(function()
- local explode = Instance.new("Explosion")
- explode.Parent = game.Workspace.MajorLeagueGamingHax.Head
- end)
- spawnbutton.MouseButton1Down:connect(function()
- local brick = Instance.new("Part")
- brick.Parent = workspace
- print("spam")
- end)
- godbutton.MouseButton1Down:connect(function()
- game.Workspace.MajorLeagueGamingHax.Humanoid.Name = "hax"
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement