Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Creator: Bolodefchoco
- --Made in: 28/06/2016
- --Last update: 28/06/2016
- --[[ Notes:
- Não poderá ser usado no Transformice
- Does:
- Faz uma paródia das frases do Chaves
- ]]--
- system = {}
- system.sleep = function(time)
- local timer = os.time() + time
- while timer > os.time() do
- end
- end
- print("[Chaves] Massacote")
- system.sleep(4)
- print("[Professor] Mascote")
- system.sleep(4)
- while true do
- print("[Chaves] E como eu disse?")
- system.sleep(2)
- print("[Professor] Massacote")
- system.sleep(2)
- print("[Chaves] E como é?")
- system.sleep(2)
- print("[Professor] Mascote")
- system.sleep(3)
- end
Advertisement
Add Comment
Please, Sign In to add comment