Advertisement
Cizzy

Untitled

May 4th, 2021
1,135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. local chatbox = game.Players.LocalPlayer.PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
  2. local codes = {"!Code 500MV","!Code ANNIVERSARY-2","!Code HNY2020","!Code 1M FAVS","!Code Sub2КоПанда","!Code Sub2EDITTY","!Code Sub2GoldenOwl","!Code Sub22KMz","!Code Sub2OrdinaryPotato","!Code Sub2Praveen","!Code Sub2Roball","!Code Sub2Sagee4","!Code Sub2Sky1Ms","!Code Sub2xAomSakarin"}
  3. for i,v in pairs(codes) do
  4. wait(2.5)
  5. chatbox.Text = v
  6.  
  7. for i,v in pairs(getconnections(chatbox.FocusLost)) do
  8. v.Function(true)
  9. end
  10. end
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement