Advertisement
peptide

Dez Sign - Loader

May 9th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. print("Peptide BootLoader!")
  2.  
  3. fs.delete("startup")
  4. print("Downloading Bootloader")
  5. shell.run("pastebin", "get", "5KEZLJpr", "startup")
  6.  
  7. fs.delete("Edit")
  8. print("Downloading Editor")
  9. shell.run("pastebin", "get", "bjnHPzXj", "Edit")
  10.  
  11. fs.delete("Main")
  12. print("Downloading Main")
  13. shell.run("pastebin", "get", "gCVAAK1G", "Main")
  14.  
  15. print("Starting Code")
  16. shell.run("Main")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement