Advertisement
OscarSimplement

Startup Reacteur

Jul 8th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. programName = "reactor"
  2. programCode = "M4xSnu9M"
  3. index = "EnterPersonnalIndexHere" -- 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