• 🌙 Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

Login:Pass CREATE OWN ACCOUNT CHECKER (1 Viewer)

Currently reading:
 Login:Pass CREATE OWN ACCOUNT CHECKER (1 Viewer)

Simple Email:Pass Combolist all domains.
Recently searched:

kabir98

Member
LV
3
Joined
Oct 16, 2021
Threads
10
Likes
7
Awards
7
Credits
5,770©
Cash
0$

First of all you need Basic Python Knowledge. Find online Tutorials, YouTube or stuff like that.
Now, when taking a look on other opensource projects that are written in Python you might find something like requests.get or requests.post and sometimes others are built with selenium where i will talk in another Thread later probably.
While is is useful for APIs to get or post Informations, it really isn't for checkers where you don't care about the content that will be returned and only care about, if the request was successful or not. for this use requests.head. You always should avoid to use the slow requests libary. use httpx or aiohttp instead.







Special Features included:
!!! Ready made Discord Account Checker !!!



The following Code include following features:
Combo Support
Proxy Support
Threading (concurrent requests)
ASCII Main Menu






I added instructions on how to use the ready made code for your own targets in the main.py file. you should take a look at it, otherwise you won't be able to create your own checkers based on my Template!
https://anonfiles.com/rcb3i4beya/infinimonster_checker_template_zip





You can use resp.status_code to check, if the request was sucessful. Note that the values are integers what means you need to check without "" or add the word int to directly convert it to integer in memory: int("200")
All responses in the 200 ranges are successfull. You can print out the response as debug and then look on the web what the code means. you then can give custom responses depending on the response code. Something like:
If resp.status_code == 200: print("The Request had no issues and everything went fine :)")




If you need more help, you can join my Discord-Server and depending on how complex your issue is i will give help for free or take a bit of cash to guide you though it.
If you need good proxies after adding proxy support feel free to take a look at my service.

 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom