Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --this program is for a computer that acts as a server for bank transactions. Uses the SCS3 Banking system i created
- Settings_ServerKey = 0
- start()
- function start()
- if fs.exists(".Accounts") == false then
- ServerSetup()
- else
- end
- end
- function ServerSetup()
- end
- function StartServer()
- shell.run(".ServerManagement")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement