Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Если вы передумали уничтожать свой комп, то просто аварийно завершите программу через Cntr Alt C
- local component = require("component")
- local event = require("event")
- local computer = require("component").computer
- local gpu = require("component").gpu
- if component.isAvailable("self_destruct") then
- self_destruct = component.self_destruct
- else
- print("нет карты самоуничтожения ")
- computer.beep(900, 0.1)
- os.exit()
- end
- local w,h = gpu.getResolution()
- gpu.fill(1,1,w,h," ")
- print ("Самоуничтожение через...")
- os.sleep(1)
- print("")
- print (" 3")
- computer.beep(900, 0.1)
- os.sleep(1)
- print("")
- print (" 2")
- computer.beep(900, 0.1)
- os.sleep(1)
- print("")
- print(" 1")
- computer.beep(900, 0.1)
- os.sleep(1)
- print("")
- print("х_х")
- component.self_destruct.start(0)
- computer.beep(900, 5)
Add Comment
Please, Sign In to add comment