Advertisement
Marlingaming

CC Tweaked banking_public3 - Shop Ex

Feb 24th, 2022 (edited)
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local Amount = 10
  2. local Item = "ex"
  3.  
  4. while true do
  5. shell.run("Trans",Amount,Item)
  6. local event, a, b = os.pullEvent()
  7. if event == "Transaction_Accepted" then
  8. print("accepted")
  9. elseif event == "Transaction_Declined" then
  10. print("declined: ", a)
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement