Damaged - Embrace the Infinite

Step into the world of endless opportunities and unlock the gateway to virtual transactions.

  • Domain Update: Our Forum has moved! Please visit us at Damaged.gg for the latest updates.

Gift Card Gen

Sombree

Member

0

0%

Status

Offline

Posts

9

Likes

0

Rep

0

Bits

0

1

Years of Service

HEY DM ME IN DISCORD
 

eMche

Elite member
Elite member

0

0%

Status

Offline

Posts

81

Likes

28

Rep

0

1

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 generate: '))
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

0

0%

Status

Offline

Posts

552

Likes

278

Rep

46

Bits

0

2

Years of Service

48,656

38,233

238,380

Top