Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local fl = require('filesystem')
- os.execute('rm -r /bot')
- if not fl.exists('/bot') then
- fl.makeDirectory('/bot')
- end
- os.execute('pastebin get -f Wm7H7Nb4 /bot/bot.lua')
- os.execute('pastebin get -f MvR7FTGS /bot/imodem.lua')
- local f = io.open('/home/.shrc','w')
- f:write("/bot/bot.lua")
- f:close()
- os.execute('reboot')
Advertisement
Add Comment
Please, Sign In to add comment