MtnMCG

SOS port startup

Jun 6th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. -- Portable Computer: startup.lua
  2. -- By Gemini
  3.  
  4. -- This script will run automatically when the computer boots up.
  5. -- Its only purpose is to open our main tracking script in a new background tab.
  6.  
  7. print("Starting GPS tracker in a new tab...")
  8. shell.openTab("/tracker.lua")
  9.  
  10. -- The main shell will now be free for you to use.
Advertisement
Add Comment
Please, Sign In to add comment