OP 23 April, 2021 - 03:26 AM
(This post was last modified: 23 April, 2021 - 03:26 AM by MarujaGamer09.)
Hello,
I have learned coding in C language "in school btw" so I know how coding looks like I can apply basics from C language on any other Programming language + I have some knowledge about Algorithms and Algorithms analysis...
sooo Recently, I got bored using others checkers and tools so I wanted to learn how to make a checker so I can bring more to the c.to community and help myself when I get stuck when there's no checker for the thing I want.. so my problem is HOW do I start ? from where ?
I know that the plan of a checker is
- getting the API from a website
- input the combos (split "user" : "pass")
- check the validity
- output results and capture
But how :') ?!
50 +Rep
I have learned coding in C language "in school btw" so I know how coding looks like I can apply basics from C language on any other Programming language + I have some knowledge about Algorithms and Algorithms analysis...
sooo Recently, I got bored using others checkers and tools so I wanted to learn how to make a checker so I can bring more to the c.to community and help myself when I get stuck when there's no checker for the thing I want.. so my problem is HOW do I start ? from where ?
I know that the plan of a checker is
- getting the API from a website
- input the combos (split "user" : "pass")
- check the validity
- output results and capture
But how :') ?!

- GOALS:
50 +Rep


