Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell infortality
- -- Revamp by ImFrostic, Version 2.8
- -- Objects
- local THGUI = Instance.new("ScreenGui")
- local THGUISCREEN = Instance.new("Frame")
- local label = Instance.new("TextBox")
- local Spammer = Instance.new("TextButton")
- local Shutdown = Instance.new("TextButton")
- -- Properties
- THGUI.Name = "TH GUI "
- THGUI.Parent = game.CoreGui
- THGUISCREEN.Name = "TH GUI SCREEN"
- THGUISCREEN.Parent = THGUI
- THGUISCREEN.Active = true
- THGUISCREEN.BackgroundColor3 = Color3.new(0.392157, 0, 0.196078)
- THGUISCREEN.BorderSizePixel = 0
- THGUISCREEN.Position = UDim2.new(0.190307319, 0, 0.177449182, 0)
- THGUISCREEN.Selectable = true
- THGUISCREEN.Size = UDim2.new(0, 102, 0, 206)
- label.Name = "label"
- label.Parent = THGUISCREEN
- label.BackgroundColor3 = Color3.new(0, 0, 0)
- label.BorderSizePixel = 0
- label.Selectable = false
- label.Size = UDim2.new(0, 102, 0, 26)
- label.Font = Enum.Font.SourceSans
- label.Text = "TH GUI"
- label.TextColor3 = Color3.new(1, 0, 0.00784314)
- label.TextScaled = true
- label.TextSize = 14
- label.TextWrapped = true
- Spammer.Name = "Spammer"
- Spammer.Parent = THGUISCREEN
- Spammer.BackgroundColor3 = Color3.new(0.392157, 0, 0.196078)
- Spammer.BorderColor3 = Color3.new(0.666667, 1, 0)
- Spammer.Position = UDim2.new(0.0882352591, 0, 0.315533966, 0)
- Spammer.Size = UDim2.new(0, 84, 0, 29)
- Spammer.Font = Enum.Font.SourceSans
- Spammer.Text = "Spammer"
- Spammer.TextColor3 = Color3.new(1, 0, 0)
- Spammer.TextSize = 14
- Shutdown.Name = "Shutdown"
- Shutdown.Parent = THGUISCREEN
- Shutdown.BackgroundColor3 = Color3.new(0.392157, 0, 0.196078)
- Shutdown.BorderColor3 = Color3.new(0.666667, 1, 0)
- Shutdown.Position = UDim2.new(0.0882352591, 0, 0.611650467, 0)
- Shutdown.Size = UDim2.new(0, 84, 0, 29)
- Shutdown.Font = Enum.Font.SourceSans
- Shutdown.Text = "Shutdown"
- Shutdown.TextColor3 = Color3.new(1, 0, 0)
- Shutdown.TextSize = 14
- -- Scripts
- Spammer.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/MTLH5NG6'),true))()()
- end)
- Shutdown.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/KN2HX5Ai'),true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement