Advertisement
Guest User

false

a guest
Oct 20th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. a = 120
  2. while a > 0 do
  3.   print("ES GIBT EINEN VERDACHT AUF HACKING!!!")
  4.   if a > 1 then
  5.     b = "N "
  6.   else
  7.     b = " "
  8.   end
  9.   print("DIESER AUTOMAT IST Få9CR "..a.." SEKUNDE"..b.."GESPERRT")
  10.   print("EIN ABBRUCH-VERSUCH SETZT DEN TIMER ZURå9CCK")
  11.   sleep(1)
  12.   shell.run("clear")
  13.   a = a-1
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement