Advertisement
tntjng

Untitled

Sep 21st, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. while wait() do
  2.  
  3. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",
  4.  
  5. Text = "[John Doe]: Hacked";
  6.  
  7. Color = Color3.new(161,161,161);
  8.  
  9. FontSize = Enum.FontSize.Size24;
  10.  
  11. })
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement