5bitesofcookies

install-nocolor

Mar 8th, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. if not fs.exists"redirect" then
  2.     print"redirect API did not exist, installing..."
  3.     shell.run"/rom/programs/http/pastebin get fU9Kj9zr redirect"
  4. end
  5. if fs.exists"startup" then
  6.     shell.run"/rom/programs/http/pastebin get HsKus2Nh startNocolor"
  7.     print"Installed as: startNocolor"
  8. else
  9.     shell.run"rom/programs/http/pastebin get HsKus2Nh startup"
  10.     print"Installed as: startup"
  11. end
Advertisement
Add Comment
Please, Sign In to add comment