KnotMeDaddy

ShutdownOS No Shell

Jan 17th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. local tArg = {...}
  3. shell.run(tArg[1])
  4. print("Press any key to continue")
  5. os.pullEvent("key")
  6. shell.exit()
Advertisement
Add Comment
Please, Sign In to add comment