Advertisement
Marlingaming

Credit Card Manager

Dec 6th, 2021 (edited)
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. --this program acts as a handler for all credit card actions
  2. version = "1.0.0"
  3. local tArg = {..}--Amount,Account
  4. local Amount = tArg[0]
  5. local Reader = peripherials.find("reader")
  6. Reader.lightGreen()
  7. local event, side, Label, Balance = os.pullEvent("mag_swipe")
  8. Reader.write(Balance + Amount, Label)
  9. Reader.lightRed()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement