tuekats

startupBlank

Feb 20th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local pastebinCode = ""
  2. local programName = ""
  3. local computerName = ""
  4.  
  5. shell.run("label set "..computerName)
  6. shell.run("rm "..programName)
  7. shell.run("pastebin get "..pastebinCode.." "..programName)
  8. shell.run(programName)
Advertisement
Add Comment
Please, Sign In to add comment