Asioron

Bot_launcher

Sep 3rd, 2019
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. local fl = require('filesystem')
  2.  
  3. os.execute('rm -r /bot')
  4. if not fl.exists('/bot') then
  5.   fl.makeDirectory('/bot')
  6. end
  7. os.execute('pastebin get -f Wm7H7Nb4 /bot/bot.lua')
  8. os.execute('pastebin get -f MvR7FTGS /bot/imodem.lua')
  9. local f = io.open('/home/.shrc','w')
  10. f:write("/bot/bot.lua")
  11. f:close()
  12. os.execute('reboot')
Advertisement
Add Comment
Please, Sign In to add comment