• 📢 Notice: Our community has moved to Zelo.cx! Visit us at Zelo.cx for the latest updates and discussions.

Gift Card Gen

Sombree

Member
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
9
Likes
0
Bits
2 YEARS
2 YEARS OF SERVICE
HEY DM ME IN DISCORD
 

eMche

Elite member
Elite member
eMche Rep
0
0
0
Rep
0
eMche Vouches
0
0
0
Vouches
0
Posts
81
Likes
28
2 YEARS
2 YEARS OF SERVICE
(08 October, 2020 - 09:09 AM)RedZX Wrote: Show More
@eMche

here is how u re gonna do it for free kek
edit: this is python btw
if u want more custom, dm me i do it for free, dont pay for that, WillofDark#0001


import random
import string

def num(nmbr):
return ('').join(random.choices(string.digits, k=nmbr))
fix = 1
amount = int(input('How many codes would you like to genzelote: '))
f = open('keys.txt', 'a')
while fix <= amount:
code = num(2) + '41' + num(16)
f.write(code + '\n')
print(code)
fix += 1
f.close()
exit()

thanks m8,
added u on Discord i need a little bit more random
 

Chronosphere

Premium member
Premium
Rep
0
0
0
Rep
46
Vouches
0
0
0
Vouches
0
Posts
552
Likes
278
Bits
2 YEARS
2 YEARS OF SERVICE

48,736

38,247

238,888

Top