Hex4rr

Trolling Script

May 1st, 2020
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local TextBox = Instance.new("TextBox")
  4.  
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local TextBox = Instance.new("TextBox")
  8.  
  9. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. TextBox.Parent = ScreenGui
  13. TextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  14. TextBox.BorderColor3 = Color3.fromRGB(27, 42, 53)
  15. TextBox.Position = UDim2.new(0, 600, 0, 500)
  16. TextBox.Size = UDim2.new(0, 200, 0, 50)
  17. TextBox.ClearTextOnFocus = false
  18. TextBox.Font = Enum.Font.SciFi
  19. TextBox.Text = "lol youre kinda fucked"
  20. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  21. TextBox.TextSize = 14.000
  22. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Im a huge dunce!",
  23. "All")
  24. wait(5)
  25.  
  26. game.Players.LocalPlayer.Character.Head:Destroy()
  27.  
  28. wait(1)
  29.  
  30. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  31. while true do
  32. spawn(function()
  33. local message = Instance.new("Message",workspace)
  34. message.Text = "If you're seeing this, im crashing your fucking exploit. :)"
  35. wait(5)
  36. message:Destroy()
  37. end)
  38. end
  39. end
Add Comment
Please, Sign In to add comment