(25 December, 2020 - 12:29 AM)ANG Wrote: Show Morewhy do I make this thread before I get roasted:
I feel like its important to share my knowledge on this subject
and to preserve the 'art' of making account checkers
I hope this will be a thread where ppl will come back to
and read it and make there own account checker
will be covering the following subjects for now
Headers
splitting email and pass
Recaptha
CSRF_token
Request module and how to use
Capture
why not just using the with in python for requests ? this way you don't have to use while and breaks ?
With also ensure that the connection is closed after the block of code is done. same for combo loading, it's safe and i find it easier. i'll post an example when i get sum more time
example of a request block with the 'with' :
Code:
import requests
data = {'user':'user','pass':'pass'
with requests.post(url,data= data) as r:
if 'stuff' in r.text:
return 'stuff'
else:
pass
I do not sell anything. I do not have a public Discord / Telegram. I will never ask anyone for money / refuse any deal via middleman. I will never deny to confirm my identity via PM before any deal. Stay safe, I have impersonators.
(-.-)Zzz...
https://youtu.be/EDVrTYW2l84