PyManGenerator
PyManGenerator is a token
generator for discord, it joins servers using webbot to automate everything. Captcha can be done by itself unless you used your current IP Address more than once.
Using the API
The API is very simple and small, it doesn't include much but joining the server
. You can make it join a server with or without a token..
Joining a Server
pygen.joinServer.withToken('token here', 'server code')
Using PROXIES
I would recommend you get proxies from https://proxyscrape.com
because its free and has premium which is very cheap. Some other underrated proxy generators are https://proxy-list-elite.glitch.me/proxies.txt
, httpbin.org
.
How to CHANGE the PROXY
Changing the proxy is very simple, there is a folder named config that includes proxies.txt
and tokens.txt
.. You can store the proxies you recieved into that file. The script into changing proxies is down below.
with open(PATH_TO_PROXIES, 'a+') as handle:
for proxies in handle.read():
pygen.joinServer.withoutToken('server code', prox=proxies)
IMPORTANT
The other file, randomizer.py
will be for generating tokens, better proxy handling, etc. But, if you get banned for my scripts, I am not going to be held accountable being of your actions.