Advertisement
luminaryfive

BannedItems Startup

Nov 23rd, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. os.setComputerLabel("BannedItems")
  2.  
  3. -- Remove any prior, possibly old, versions of "BannedIems"
  4. shell.run("rm", "BannedItems")
  5. -- Download http://pastebin.com/AghrCrWP and name "BannedIems"
  6. shell.run("pastebin", "get", "AghrCrWP", "BannedItems")
  7.  
  8. shell.run("BannedItems")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement