Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Loading External API's
- os.loadAPI("disk/nt")
- --Assigning Local Variables
- local server = "computer_58"
- local channel = 3573
- local side = "back"
- local user = ""
- local pass = ""
- --Assigning Functions
- local function setup()
- modem = peripheral.wrap(side)
- modem.open(channel)
- end
- local function drawScreen()
- nt.
Advertisement
Add Comment
Please, Sign In to add comment