Advertisement
Marlingaming

Banking Server V6

Dec 7th, 2021
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. --this program receives Requests, and sends back data
  2. local ClientProtocol = 1020
  3. repeat
  4. local id, message, protocol = rednet.receive()
  5. until protocol == ClientProtocol
  6. local MessageData = message
  7. local RAccountKey = MessageData[1]
  8. local RAmount = MessageData[0]
  9. local RItem = MessageData[2]
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement