Advertisement
VGToolBox

Blinky Installer

Nov 25th, 2013
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.74 KB | None | 0 0
  1. function tempPrint(s)
  2. end
  3.  
  4. oldPrint = print
  5. print = tempPrint
  6.  
  7. shell.run("mkdir", "eye")
  8. shell.run("pastebin", "get", "1qsQLbcF", "startup")
  9. shell.run("pastebin", "get", "yktk40hm", "eye/eyeNormal")
  10. shell.run("pastebin", "get", "Fm5vbGFD", "eye/eyeScan1")
  11. shell.run("pastebin", "get", "xQSTSVq4", "eye/eyeScan2")
  12. shell.run("pastebin", "get", "xEYb7MVS", "eye/eyeBad")
  13. shell.run("pastebin", "get", "xDJSGmsq", "eye/eyeGood")
  14. shell.run("pastebin", "get", "rPwAJaPS", "eye/eyeBlink1")
  15. shell.run("pastebin", "get", "RFiVNK6w", "eye/eyeBlink2")
  16. shell.run("pastebin", "get", "eWGjWRYw", "eye/eyeBlink3")
  17. shell.run("pastebin", "get", "yktk40hm", "eye/eye")
  18.  
  19. oldPrint("Eye scanner installed! Edit startup to change applicable values")
  20.  
  21. --os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement