Sinisterly
Making A Giftcard Generator - Any Requests? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Python (https://sinister.ly/Forum-Python)
+--- Thread: Making A Giftcard Generator - Any Requests? (/Thread-Making-A-Giftcard-Generator-Any-Requests)

Pages: 1 2 3 4 5 6


Making A Giftcard Generator - Any Requests? - Drako - 08-15-2019

So I got into Python just a few days ago, and I thought I'd attempt to make a giftcard generator. I've learned the basics, and I already understand other programming languages very well. Learning programming languages is always easier for me if I just do, instead of continuously watching videos about it.

This script is going to be an all-in-one generator for giftcards, and maybe program keys. And instead of putting your trust into a suspicious executable with two dozen hits on VirusTotal, just run a Python script!

So, any requests?


Making A Giftcard Generator - Any Requests? - InfochiHarry - 08-16-2019

Game, Amazon stuff like that


RE: Making A Giftcard Generator - Any Requests? - Cr3aTor - 08-16-2019

(08-15-2019, 07:46 PM)Drako Wrote: I've learned the basics, and I already understand other programming languages very well. Learning programming languages is always easier for me if I just do, instead of continuously watching videos about it.
^^^ The best way to learn is by getting your hands dirty and banging your head against the wall.
I'm quite excited to see the end result, maybe you could even share the process of coding it ( if you have the time of course ).


(08-15-2019, 07:46 PM)Drako Wrote: So, any requests?
Steam?


RE: Making A Giftcard Generator - Any Requests? - fsociety - 08-16-2019

(08-15-2019, 07:46 PM)Drako Wrote: So I got into Python just a few days ago, and I thought I'd attempt to make a giftcard generator. I've learned the basics, and I already understand other programming languages very well. Learning programming languages is always easier for me if I just do, instead of continuously watching videos about it.

This script is going to be an all-in-one generator for giftcards, and maybe program keys. And instead of putting your trust into a suspicious executable with two dozen hits on VirusTotal, just run a Python script!

So, any requests?


from where did you learn python giftcard generator and checker teach me also i will be thanks full too you.


RE: Making A Giftcard Generator - Any Requests? - Jugger445 - 08-16-2019

Do you also think of making a checker for it too? Or will it just spew out random keys?


RE: Making A Giftcard Generator - Any Requests? - Drako - 08-16-2019

(08-16-2019, 11:38 AM)Jugger445 Wrote: Do you also think of making a checker for it too? Or will it just spew out random keys?

Yes I do. As long as I can find a legit website that can check them.


RE: Making A Giftcard Generator - Any Requests? - jackjonesShop - 08-17-2019

amazon,paypal,and more like that


RE: Making A Giftcard Generator - Any Requests? - greatbanter2704 - 08-20-2019

amazon game gamekit stuff like that


RE: Making A Giftcard Generator - Any Requests? - OversouL - 08-20-2019

I'm curious of how will this generator work? Will it generate valid codes based on an algorithm that's been reverse engineered?


RE: Making A Giftcard Generator - Any Requests? - Cr3aTor - 08-20-2019

(08-20-2019, 07:45 PM)OversouL Wrote: I'm curious of how will this generator work? Will it generate valid codes based on an algorithm that's been reverse engineered?
Most of them are based on some sort of reverse-engineering or random generation, but that's not really so reliable. (at least that I'm aware of)
Anyway, it would be awesome to hear more about the inner workings of this project in the future. So I'm looking forward to it !