Advertisement
Alakazard12

Favorites

Jun 5th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. shell = require("shell")
  2.  
  3. local pastes = {
  4. }
  5.  
  6. local other = {
  7. {"https://raw.githubusercontent.com/OpenPrograms/Vexatos-Programs/c08da47a322fa2b2d00ed4af8be31e494bb5571e/op-manager/oppm.lua", "oppm.lua"};
  8. }
  9.  
  10.  
  11. for i,v in pairs(pastes) do
  12. shell.execute("pastebin -f get " .. v[1] .. " " .. v[2])
  13. end
  14.  
  15. for i,v in pairs(other) do
  16. shell.execute("wget -f " .. v[1] .. " " .. v[2])
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement