Advertisement
cyber_Ahn

startup Cable Server autoupdate

Dec 26th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local programName = "cable_server"
  2. local pasteIndex = "hwwptkxk"
  3. shell.run("rm"..programName)
  4. shell.run("delete "..programName)
  5. shell.run("pastebin get "..pasteIndex.." "..programName)
  6. shell.run(programName)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement