Guest User

cadot1

a guest
Jan 19th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. programName = "reactor"
  2. programCode = "NY6MU58s"
  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)
Add Comment
Please, Sign In to add comment