MtnMCG

sos serv startup

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