Advertisement
Tinybang_Studio

Untitled

Jun 16th, 2020
1,603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. programName = "reactor"
  2. programCode = "NY6MU58s"
  3. index = "RMonitor" -- replace this with the name of the file you want to create (needs to be unique)
  4.  
  5. shell.run("rm " .. programName)
  6. shell.run("pastebin get " .. programCode .. " " .. programName)
  7. shell.run(programName .. " " .. index)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement