Bolodefchoco_LUAXML

[Script] Chaves

Jun 28th, 2016
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | None | 0 0
  1. --Creator: Bolodefchoco
  2. --Made in: 28/06/2016
  3. --Last update: 28/06/2016
  4. --[[ Notes:
  5.     Não poderá ser usado no Transformice
  6.     Does:
  7.         Faz uma paródia das frases do Chaves
  8. ]]--
  9.  
  10. system = {}
  11. system.sleep = function(time)
  12.     local timer = os.time() + time
  13.     while timer > os.time() do
  14.     end
  15. end
  16. print("[Chaves] Massacote")
  17. system.sleep(4)
  18. print("[Professor] Mascote")
  19. system.sleep(4)
  20. while true do
  21.     print("[Chaves] E como eu disse?")
  22.     system.sleep(2)
  23.     print("[Professor] Massacote")
  24.     system.sleep(2)
  25.     print("[Chaves] E como é?")
  26.     system.sleep(2)
  27.     print("[Professor] Mascote")
  28.     system.sleep(3)
  29. end
Advertisement
Add Comment
Please, Sign In to add comment