zed_com

Добавить пользователя в комп

Feb 20th, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. local f = io.open("boot/autorun.lua", "a")
  2. f:write("os.execute("..'"'.."useradd zed"..'")\n')
  3. f:close()
Advertisement
Add Comment
Please, Sign In to add comment