Advertisement
xmann110

ultidrive-worker-installer

Feb 15th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. if fs.exists("startup") then
  2.     fs.delete("startup")
  3. end
  4.  
  5. f = fs.open("startup", "w")
  6. f.write("shell.run(\"pastebin run iLgF9H3f\")")
  7. f.close()
  8.  
  9. print("Worker configured")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement