Guest User

Untitled

a guest
Jul 17th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. end
  2. loadstring(Source)
  3. local Bool, Error = loadstring(Source)
  4. if (not Bool) then
  5. local mes = Instance.new("Message", game.Players.LocalPlayer.PlayerGui)
  6. mes.Text = Error
  7. wait(4)
  8. mes.Parent = nil
  9. return
  10. end
  11. local x = coroutine.create(Bool)
  12. local xBool, xError = coroutine.resume(x)
  13. if not xBool then
  14. local mes = Instance.new("Message", game.Players.LocalPlayer.PlayerGui)
  15. mes.Text = xError
  16. wait(4)
  17. mes.Parent = nil
  18. end
  19. end)()
  20. end)
  21.  
  22. local scr=Instance.new("ScreenGui",game.CoreGui)
  23. scr.Name="Chat Exploit"
  24.  
  25. local tbox1=Instance.new("TextBox",scr)
  26. tbox1.BackgroundColor3=BrickColor.new("White").Color
  27. tbox1.BorderColor3=BrickColor.new("Really black").Color
  28. tbox1.Size=UDim2.new(1,0,0,25)
  29. tbox1.Position=UDim2.new(0, 0,0, 811)
  30. tbox1.FontSize=Enum.FontSize.Size12
  31. tbox1.TextColor3=BrickColor.new("Really black").Color
  32. tbox1.Text=""
  33.  
  34. local tbut1=Instance.new("TextButton",scr)
  35. tbut1.BackgroundColor3=BrickColor.new("Really black").Color
  36. tbut1.BorderColor3=BrickColor.new("White").Color
  37. tbut1.Size=UDim2.new(0,150,0,25)
  38. tbut1.Position=UDim2.new(0, 500,0, 785)
  39. tbut1.FontSize=Enum.FontSize.Size12
  40. tbut1.TextColor3=BrickColor.new("White").Color
  41. tbut1.Text="Chat"
  42.  
  43. --Load the command.
  44.  
  45. tbut1.MouseButton1Up:connect(function()
  46. coroutine.wrap(function()
  47. local Source = tbox1.Text
  48. win = game.Players:GetChildren()
  49. for i = 1, #win do
  50. person = win[i]
  51. message = tbox1.Text
  52. game:GetService( "Chat" ):Chat(person.Character.Head, message, Enum.ChatColor.Blue)
  53. end
  54. loadstring(Source)
  55. local Bool, Error = loadstring(Source)
  56. if (not Bool) then
  57. local mes = Instance.new("Message", game.Players.LocalPlayer.PlayerGui)
  58. mes.Text = Error
  59. wait(0.00000000001)
  60. mes.Parent = nil
  61. return
  62. end
  63. local x = coroutine.create(Bool)
  64. local xBool, xError = coroutine.resume(x)
  65. if not xBool then
  66. local mes = Instance.new("Message", game.Players.LocalPlayer.PlayerGui)
  67. mes.Text = xError
  68. wait(4)
  69. mes.Parent = nil
  70. end
  71. end)()
  72. end)
  73.  
  74. local tbut1=Instance.new("TextButton",scr)
  75. tbut1.BackgroundColor3=BrickColor.new("Really black").Color
  76. tbut1.BorderColor3=BrickColor.new("White").Color
  77. tbut1.Size=UDim2.new(0,150,0,25)
  78. tbut1.Position=UDim2.new(0, 500,0, 785)
  79. tbut1.FontSize=Enum.FontSize.Size12
  80. tbut1.TextColor3=BrickColor.new("White").Color
  81. tbut1.Text="Chat"
  82.  
  83. --Load the command.
  84.  
  85. tbut1.MouseButton1Up:connect(function()
  86. coroutine.wrap(function()
  87. local Source = tbox1.Text
  88. win = game.Players:GetChildren()
  89. for i = 1, #win do
  90. person = win[i]
  91. message = tbox1.Text
  92. game:GetService( "Chat" ):Chat(person.Character.Head, message, Enum.ChatColor.Blue)
  93. end
  94. loadstring(Source)
  95. local Bool, Error = loadstring(Source)
  96. if (not Bool) then
  97. local mes = Instance.new("Message", game.Players.LocalPlayer.PlayerGui)
  98. mes.Text = Error
  99. wait(0.00000000001)
  100. mes.Parent = nil
  101. return
  102. end
  103. local x = coroutine.create(Bool)
  104. local xBool, xError = coroutine.resume(x)
  105. if not xBool then
  106. local mes = Instance.new("Message", game.Players.LocalPlayer.PlayerGui)
  107. mes.Text = xError
  108. wait(4)
  109. mes.Parent = nil
  110. end
  111. end)()
Add Comment
Please, Sign In to add comment