Kenanja

autostart repairWheel

Mar 29th, 2024 (edited)
762
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. if fs.exists("repairWheel") then
  2.     fs.delete("repairWheel")
  3. end
  4.  
  5. shell.run("pastebin", "get", "WvFi9nJE", "repairWheel")
  6.  
  7. -- Use multishell to open a new tab and switch to it
  8. local tabID = multishell.launch({shell = shell, multishell = multishell}, "repairWheel")
  9. multishell.setFocus(tabID)
Advertisement
Comments
Add Comment
Please, Sign In to add comment