Kodlar = import random ## needed to create random numbers def main(): while True: CCnumbers = generateBaseNum() ##print("card",CCnumbers) checkDig = calcLastNum(CCnumbers) print(''.join(map(str, CCnumbers)) + str(checkDig)) def generateBaseNum(): ## this generates the numbers for the credit card except the check digit CCnumbers = [3,4] ## american express 15 length starts with 34/37 for i in range(0, 12): CCnumbers.append(random.randint(0, 9)) return CCnumbers def calcLastNum(CCnumbers): ## this calculates the check digit base = [1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2] outcome = [] total = 0 checksum = 0 ##print("base",base) ## If the sum is greater than 9 add the two bases together for x in range(0, 14): temp = CCnumbers[x] * base[x] if temp > 9: temp2 = map(int, str(temp)) temp = temp2[0] + temp2[1] outcome.append(temp) ##print("sum ",outcome) for i in range(0, 14): total = outcome + total ##print("total", total) while total % 10 != 0: checksum = checksum + 1 total = total + 1 return(checksum) if __name__ == main(): main()
Guzel bir paylasim ihtiyac varsa fakenamegenerator.com hem kimlik hem telefon ve yaninda cc bilgisi olusturuyor. ORNEK BILGI Kod: Nathaniel R. Collazo 2604 Post Farm Road Decatur, GA 30030 Curious what Nathaniel means? Click here to find out! Mother's maiden name Cooper SSN 258-88-XXXX You should click here to find out if your SSN is online. Geo coordinates 33.699234, -84.297845 PHONE Phone 404-202-9825 Country code 1 BIRTHDAY Birthday July 4, 1944 Age 72 years old Tropical zodiac Cancer ONLINE Email Address [email protected] This is a real email address. Click here to activate it! Username Lovetted Password ooV2aez0ee Website filgrid.com Browser user agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 FINANCE Visa 4539 8860 6075 8566 Expires 12/2020 CVV2 451 EMPLOYMENT Company Price Savers Occupation Quality auditor PHYSICAL CHARACTERISTICS Height 5' 9" (176 centimeters) Weight 215.6 pounds (98.0 kilograms) Blood type AB- TRACKING NUMBERS UPS tracking number 1Z 751 E59 15 3889 817 5 Western Union MTCN 9351380281 MoneyGram MTCN 22592532 OTHER Favorite color Blue Vehicle 2009 Ford Taurus GUID f5a19278-71ac-468f-8061-c2b256707bcd QR Code Click to view the QR code for this identity