Advertisement
unknownexploits

Untitled

Oct 6th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. local chats = {
  2. "unknown_45273; Next update i might add a aimbot";
  3. "unknown_45273; After i completely finish this ui i might quit roblox lool";
  4. "unknown_45273; Yes i know the esp buttons doesnt work and the tracers and fly breaks if u die, i know all this";
  5. "unknown_45273; This ui is basically my fixed version of Racist Dolphins ui only its not the same code lol"
  6. }
  7.  
  8. while wait() do
  9. bc = Color3.fromRGB(142, 28, 255)
  10. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  11. Text = chats[ math.random( 0, #chats - 1 ) ];
  12. Font = Enum.Font.SciFi;
  13. Color = bc;
  14. FontSize = Enum.FontSize.Size96
  15. })
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement