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

Gift Card Gen

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
Hey guys i need a Gift Card Gen with XX41 XXXX XXXX XXXX X= Numbers and 4 on Third place and 1 on fourth
can anyone create one or have one ?
i can pay

CHeers
 

KobeBryant24

Contributor
Contributor
KobeBryant24 Rep
0
0
0
Rep
847
KobeBryant24 Vouches
0
0
0
Vouches
0
Posts
1,253
Likes
3,506
Bits
2 YEARS
2 YEARS OF SERVICE
add me on discord:
Kobe Bryant#9576
FOR CHEAP AND LEGAL UPGRADES:
Discord Nitro Yearly - 25
Netflix Yearly - 50
Spotify Yearly - 12
Crunchyroll Yearly - 20
Disney + Yearly - 25
Youtube Premium Yearly - 25
XBOX Gamepass Yearly - 25

Discord:kobeleejun
 

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

RedZX

Member
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
11
Likes
0
Bits
2 YEARS
2 YEARS OF SERVICE
@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()
 

48,736

38,247

238,888

Top