carolinesmith441
Code Optimizer
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
200 XP
The script uses PySimpleGUI and RE to make the slippage in specific folders of account holders of each bank, it can be adapted to any country.
How to adapt to any country :
You must debbug in the app by pycharm, as soon as you do the debugg, you must use the change the MAIN file. PY , in the file you must change the REGEX : cpf = re.search(r"LIVE (d{11})", line)
IN BRAZIL THE DOCUMENT HAS 11 DIGITS.
Already in the USA it is the ITIN of 9 digits and so would be the REGEX : (r"ITIN (d{9})", line)
##change the ITIN word in the code to the format of your list##
The format of the separator is this: LIVE 18565351858 | ITAU BANK | Agency: 8687.
VirusTotal ? https://www.virustotal.com/gui/file...46c7d0c6d2fca0103773b0e6193b9b17ddb?nocache=1
How to adapt to any country :
You must debbug in the app by pycharm, as soon as you do the debugg, you must use the change the MAIN file. PY , in the file you must change the REGEX : cpf = re.search(r"LIVE (d{11})", line)
IN BRAZIL THE DOCUMENT HAS 11 DIGITS.
Already in the USA it is the ITIN of 9 digits and so would be the REGEX : (r"ITIN (d{9})", line)
##change the ITIN word in the code to the format of your list##
The format of the separator is this: LIVE 18565351858 | ITAU BANK | Agency: 8687.
You must reply in the thread to view hidden content. Upgrade your account to always see hidden content.
VirusTotal ? https://www.virustotal.com/gui/file...46c7d0c6d2fca0103773b0e6193b9b17ddb?nocache=1