Advertisement
killerbrenden

Hax

Feb 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. for _,player in ipairs(game.Players:GetPlayers()) do
  2.  
  3. local Gui = Instance.new("ScreenGui")
  4. Gui.Name = "Haxed"
  5. Gui.ResetOnSpawn = true
  6. Gui.Parent = player.PlayerGui
  7.  
  8. local Frame = Instance.new("Frame")
  9. Frame.BackgroundTransparency = 0
  10. Frame.BackgroundColor3 = Color3.new(math.random(),math.random(),math.random())
  11. Frame.BorderSizePixel = 100
  12. Frame.BorderColor3 = Color3.new(math.random(),math.random(),math.random())
  13. Frame.Name = "Haxeder"
  14. Frame.Parent = Gui
  15. Frame.Size = UDim2.new(1,0,1,0)
  16. Frame.Visible = true
  17.  
  18. local TextLabel = Instance.new("TextLabel")
  19. TextLabel.BackgroundTransparency = 0
  20. TextLabel.TextScaled = true
  21. TextLabel.TextWrapped = true
  22. TextLabel.Parent = Frame
  23. TextLabel.Font = Enum.Font.ArialBold
  24. TextLabel.Size = UDim2.new(1,0,1,0)
  25. TextLabel.Name = "Haxedest"
  26. TextLabel.TextStrokeTransparency = 0
  27. TextLabel.TextStrokeColor3 = Color3.new(math.random(),math.random(),math.random())
  28. TextLabel.TextColor3 = Color3.new(math.random(),math.random(),math.random())
  29.  
  30. while true do
  31. wait(1.5)
  32. TextLabel.Text = "You're A Bitch"
  33. wait(1.5)
  34. TextLabel.Text = "Dick Head Fucker"
  35. wait(1.5)
  36. TextLabel.Text = "Cock Sucking Bitch"
  37. wait(1.5)
  38. TextLabel.Text = "Ass Wipe"
  39. wait(1.5)
  40. TextLabel.Text = "Dick Wipe"
  41. wait(1.5)
  42. TextLabel.Text = "Nigger Bitch"
  43. wait(1.5)
  44. TextLabel.Text = "Cunt Fucker"
  45. wait(1.5)
  46. TextLabel.Text = "Jackass Dick Taker"
  47. wait(1.5)
  48. TextLabel.Text = "Take It In The Ass Bitch"
  49. wait(1.5)
  50. TextLabel.Text = "Fuck A Fucker"
  51. wait(1.5)
  52. TextLabel.Text = "Fuck It"
  53. wait(3)
  54. TextLabel.Text = "Fuck School"
  55. wait(3)
  56. TextLabel.Text = "Fuck All This Bullshit"
  57. wait(3)
  58. TextLabel.Text = "What The Fuck"
  59. wait(3)
  60. TextLabel.Text = "What The Fuck!"
  61. wait(1.5)
  62. end
  63. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement