Advertisement
Mitko1223tm

jk

Jan 28th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. local SystemBotName = '[BloxWatch]: '
  2. function SystemMessage(Text1) -- dont edit
  3. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  4. Text = Text1;
  5. Color = Color3.new(255,255,255);
  6. Font = Enum.Font.SourceSans;
  7. FontSize = Enum.FontSize.Size24;
  8. })
  9. end
  10. function AdMessage(Text1) -- dont edit
  11. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  12. Text = Text1;
  13. Color = Color3.new(255,255,255);
  14. Font = Enum.Font.SourceSans;
  15. FontSize = Enum.FontSize.Size24;
  16. })
  17. end
  18. function BossMessage(Text1) -- dont edit
  19. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  20. Text = Text1;
  21. Color = Color3.new(255,255,255);
  22. Font = Enum.Font.SourceSans;
  23. FontSize = Enum.FontSize.Size24;
  24. })
  25. end
  26. function Message2(Text1) --
  27. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  28. Text = Text1;
  29. Color = Color3.new(255,255,255);--add diffrent color number value.
  30. Font = Enum.Font.SourceSans;
  31. FontSize = Enum.FontSize.Size24;
  32. })
  33. end
  34. function Message3(Text1) --
  35. game.StarterGui:SetCore("ChatMakeSystemMessage", { --Just wanna add more text,you'll need to copypaste and Change the text,then type in the text.
  36. Text = Text1;
  37. Color = Color3.new(0,0,0);
  38. Font = Enum.Font.SourceSans;
  39. FontSize = Enum.FontSize.Size24;
  40. })
  41. end
  42. -- Edit only down here--
  43.  
  44. SystemMessage(SystemBotName.."Hello players, i'm back again from roblox")--Edit all of these,or add more.
  45. wait(5)
  46. AdMessage(SystemBotName.." I'm BloxWatch you guys are done for, you will be banned")
  47. wait(5)
  48. BossMessage(SystemBotName.."After a while it will start raining skulls that will give me all players that touched them passwords")
  49. wait(5)
  50. Message2(SystemBotName.."I'll give you guys revenge.")
  51. wait(5)
  52. Message3(SystemBotName.."YOU ARE ALL MINE")
  53. wait(5)
  54. game.Lighting.Ambient = Color3.fromRGB(255,0,0)
  55. wait(5)
  56. game.Lighting.Ambient = Color3.fromRGB(255,255,0)
  57. wait(0.2)
  58. game.Lighting.Ambient = Color3.fromRGB(0,0,0)
  59. wait(5)
  60. game.Players:Kick
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement