Advertisement
Darknio

Autostart Pastebin

Feb 18th, 2023 (edited)
720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local id = "jabCQZEP" -- pastebin id here
  2. local name = "run" -- program name here
  3.  
  4. shell.run("rm "..name)
  5. shell.run("pastebin get "..id.." "..name)
  6. shell.run(name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement