Advertisement
tabnation

barcode

Feb 26th, 2021
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Gui, Add, Text, x82 y9 w80 h20 , Scan your card
  2. Gui, Add, Picture, x12 y39 w230 h150 vpic_get,
  3. Gui, Add, Edit, x12 y199 w230 h30 ,
  4. Gui, Show, x842 y404 h243 w257, Card Scanner
  5.  
  6. watchagain:
  7. code=
  8. Input,code,,{Enter}
  9. IF code contains 60157205
  10. {
  11. GuiControl,, pic_get, C:\Users\Thom\Desktop\chick-fil-a-gift-card.png
  12. SoundBeep,, 500
  13. }
  14. IF code contains 33181
  15. {
  16. GuiControl,, pic_get, C:\Users\Thom\Desktop\6034.jpg
  17. SoundBeep,, 500
  18. }
  19. goto watchagain
  20. Return
  21.  
  22. guiclose:
  23. exitapp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement