Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- comp = require("computer")
- event = require("event")
- keyboard = require("keyboard")
- function check()
- if keyboard.isControlDown() and keyboard.isAltDown() then
- print("DONT KILL ME")
- comp.shutdown()
- end
- end
- event.listen("key_down", check)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement