Advertisement
asteroidsteam

Encription

Aug 7th, 2016
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. term.setTextColor(colors.red)
  2. print("Type password to enter Developer mode! type exit to exit")
  3. term.setTextColor(colors.white)
  4. print("Password:")
  5. input = read("*")
  6. if input == "jos-dev" then
  7. shell.clearAlias("paint")
  8. shell.setAlias("paint","/rom/programs/fun/advanced/paint")
  9. term.setTextColor(colors.green)
  10. print("Program: paint De-Encrypted")
  11. term.setTextColor(colors.white)
  12. shell.run("rm /os/Desktop")
  13. shell.run("cd /os")
  14. shell.run("pastebin get rKZQRuQW Desktop")
  15. shell.run("cd /")
  16. shell.run("rm startup")
  17. shell.run("pastebin get x7qAYywt startup")
  18. elseif input == "exit" then
  19.  
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement