Git Product home page Git Product logo

multiaccountgenerator's Introduction

MultiGen

Don't Skid ๐Ÿ‘€

(Programming Language - Python 3)

MultiGen forks Repo stars MultiGen License issues

View


outlook

๐Ÿ“ Document ๐Ÿ‘€

โš ๏ธ Don't Use Vpn or Proxy! ๐Ÿ”’

Download ๐Ÿ‘ฝ

git clone https://github.com/MatrixTM/MultiAccountGenerator.git

or download zip from Here

Install Requirements ๐Ÿ’ป

pip install -r requirements.txt

Also you can use install.bat for windows ๐Ÿ’ธ

Run Script ๐Ÿš€

python3 generator.py

Also you can use run.bat for windows

Note: You Can Change urls in config.json ๐Ÿ“

Also, You Can see some Screenshots from Here ๐Ÿ“ธ

Maybe This Video Help You ๐Ÿ“น

mg.mp4

Need a Cheap Server? No Problem

aeza

You can buy an 10Gbps/Cheap server from Aeza Hosting with crypto (100% anonymous).


๐Ÿ“ ToDo

  1. More Websites
  2. Async
Can't You Give me even 1 star :(?

multiaccountgenerator's People

Contributors

blacksnowdot0 avatar dependabot[bot] avatar imgbotapp avatar mrzt721010 avatar xx-moonwalker-xx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

multiaccountgenerator's Issues

Missing Module

Hi u say to download pyterm but i cant find any module name pyterm

Code error

Hello, thank you for your work.
How do you solve the problem of line 4 5 6 which come in error ?

Cordialy

I DONT UNDERSTAND

I don't understand how the generator works, it just throws random letters with "[-]".

Output URL's

I got the program to work, but its only printing URLS to an email address, how do we differenitate what service its for or if they work?

Did I mess up the source code or is this how it is intended to function?

Combo

Where do i give my combo?

just 4task

Task exception was never retrieved
future: <Task finished name='Task-1' coro=<Generator.run() done, defined at .\generator.py:131> exception=KeyboardInterrupt()>
Traceback (most recent call last):
File ".\generator.py", line 173, in
run(Generator().run())
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\runners.py", line 46, in run
_cancel_all_tasks(loop)
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\runners.py", line 61, in _cancel_all_tasks
loop.run_until_complete(
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 595, in run_until_complete
self.run_forever()
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\windows_events.py", line 316, in run_forever
super().run_forever()
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 563, in run_forever
self._run_once()
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 1844, in _run_once
handle._run()
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File ".\generator.py", line 152, in run
await gather(*self.tasks)
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\runners.py", line 43, in run
return loop.run_until_complete(main)
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 595, in run_until_complete
self.run_forever()
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\windows_events.py", line 316, in run_forever
super().run_forever()
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 563, in run_forever
self._run_once()
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 1844, in _run_once
handle._run()
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File ".\generator.py", line 159, in generate
request = await session.post(choice(url), data={"gen": ""},
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\site-packages\aiohttp\client.py", line 536, in _request
conn = await self._connector.connect(
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\site-packages\aiohttp\connector.py", line 540, in connect
proto = await self._create_connection(req, traces, timeout)
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\site-packages\aiohttp\connector.py", line 901, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\site-packages\aiohttp\connector.py", line 1175, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\site-packages\aiohttp\connector.py", line 980, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore[return-value] # noqa
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 1042, in create_connection
transport, protocol = await self._create_connection_transport(
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 1060, in _create_connection_transport
protocol = protocol_factory()
File "C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\typing.py", line 870, in new
obj = super().new(cls)
KeyboardInterrupt
Task was destroyed but it is pending!
task: <Task pending name='Task-10' coro=<Generator.generate() running at .\generator.py:166> cb=[gather.._done_callback() at C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\tasks.py:751, gather.._done_callback() at C:\Users\ujinj\AppData\Local\Programs\Python\Python38-32\lib\asyncio\tasks.py:751]>

image

How to fix this

Defaulting to user installation because normal site-packages is not writeable
Collecting asyncio~=3.4.3 (from -r requirements.txt (line 1))
Using cached asyncio-3.4.3-py3-none-any.whl (101 kB)
Collecting aioconsole~=0.5.1 (from -r requirements.txt (line 2))
Using cached aioconsole-0.5.1-py3-none-any.whl (30 kB)
Collecting aiofiles~=22.1.0 (from -r requirements.txt (line 3))
Using cached aiofiles-22.1.0-py3-none-any.whl (14 kB)
Collecting aiohttp~=3.8.3 (from -r requirements.txt (line 4))
Using cached aiohttp-3.8.6.tar.gz (7.4 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Collecting bs4~=0.0.1 (from -r requirements.txt (line 5))
Using cached bs4-0.0.2-py2.py3-none-any.whl.metadata (411 bytes)
Collecting beautifulsoup4~=4.11.1 (from -r requirements.txt (line 6))
Using cached beautifulsoup4-4.11.2-py3-none-any.whl (129 kB)
Collecting colorama~=0.4.6 (from -r requirements.txt (line 7))
Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting requests~=2.28.1 (from -r requirements.txt (line 8))
Using cached requests-2.28.2-py3-none-any.whl (62 kB)
Requirement already satisfied: attrs>=17.3.0 in c:\users\admin\appdata\roaming\python\python312\site-packages (from aiohttp~=3.8.3->-r requirements.txt (line 4)) (23.2.0)
Collecting charset-normalizer<4.0,>=2.0 (from aiohttp~=3.8.3->-r requirements.txt (line 4))
Using cached charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl.metadata (34 kB)
Requirement already satisfied: multidict<7.0,>=4.5 in c:\users\admin\appdata\roaming\python\python312\site-packages (from aiohttp~=3.8.3->-r requirements.txt (line 4)) (6.0.5)
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp~=3.8.3->-r requirements.txt (line 4))
Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
Requirement already satisfied: yarl<2.0,>=1.0 in c:\users\admin\appdata\roaming\python\python312\site-packages (from aiohttp~=3.8.3->-r requirements.txt (line 4)) (1.9.4)
Requirement already satisfied: frozenlist>=1.1.1 in c:\users\admin\appdata\roaming\python\python312\site-packages (from aiohttp~=3.8.3->-r requirements.txt (line 4)) (1.4.1)
Requirement already satisfied: aiosignal>=1.1.2 in c:\users\admin\appdata\roaming\python\python312\site-packages (from aiohttp~=3.8.3->-r requirements.txt (line 4)) (1.3.1)
Collecting soupsieve>1.2 (from beautifulsoup4~=4.11.1->-r requirements.txt (line 6))
Using cached soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
Requirement already satisfied: idna<4,>=2.5 in c:\users\admin\appdata\roaming\python\python312\site-packages (from requests~=2.28.1->-r requirements.txt (line 8)) (3.6)
Collecting urllib3<1.27,>=1.21.1 (from requests~=2.28.1->-r requirements.txt (line 8))
Using cached urllib3-1.26.18-py2.py3-none-any.whl.metadata (48 kB)
Collecting certifi>=2017.4.17 (from requests~=2.28.1->-r requirements.txt (line 8))
Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Using cached bs4-0.0.2-py2.py3-none-any.whl (1.2 kB)
Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
Using cached charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl (100 kB)
Using cached soupsieve-2.5-py3-none-any.whl (36 kB)
Using cached urllib3-1.26.18-py2.py3-none-any.whl (143 kB)
Building wheels for collected packages: aiohttp
Building wheel for aiohttp (pyproject.toml) ... error
error: subprocess-exited-with-error

ร— Building wheel for aiohttp (pyproject.toml) did not run successfully.
โ”‚ exit code: 1
โ•ฐโ”€> [94 lines of output]
*********************
* Accelerated build *
*********************
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-312
creating build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\abc.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\base_protocol.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\client.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\client_exceptions.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\client_proto.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\client_reqrep.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\client_ws.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\connector.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\cookiejar.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\formdata.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\hdrs.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\helpers.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\http.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\http_exceptions.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\http_parser.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\http_websocket.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\http_writer.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\locks.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\log.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\multipart.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\payload.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\payload_streamer.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\pytest_plugin.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\resolver.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\streams.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\tcp_helpers.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\test_utils.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\tracing.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\typedefs.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_app.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_exceptions.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_fileresponse.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_log.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_middlewares.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_protocol.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_request.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_response.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_routedef.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_runner.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_server.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_urldispatcher.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_ws.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\worker.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_init_.py -> build\lib.win-amd64-cpython-312\aiohttp
running egg_info
writing aiohttp.egg-info\PKG-INFO
writing dependency_links to aiohttp.egg-info\dependency_links.txt
writing requirements to aiohttp.egg-info\requires.txt
writing top-level names to aiohttp.egg-info\top_level.txt
reading manifest file 'aiohttp.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'aiohttp' anywhere in distribution
warning: no previously-included files matching '.pyc' found anywhere in distribution
warning: no previously-included files matching '
.pyd' found anywhere in distribution
warning: no previously-included files matching '.so' found anywhere in distribution
warning: no previously-included files matching '
.lib' found anywhere in distribution
warning: no previously-included files matching '.dll' found anywhere in distribution
warning: no previously-included files matching '
.a' found anywhere in distribution
warning: no previously-included files matching '*.obj' found anywhere in distribution
warning: no previously-included files found matching 'aiohttp*.html'
no previously-included directories found matching 'docs_build'
adding license file 'LICENSE.txt'
writing manifest file 'aiohttp.egg-info\SOURCES.txt'
copying aiohttp_cparser.pxd -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_find_header.pxd -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_headers.pxi -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_helpers.pyi -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_helpers.pyx -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_http_parser.pyx -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_http_writer.pyx -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_websocket.pyx -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\py.typed -> build\lib.win-amd64-cpython-312\aiohttp
creating build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_cparser.pxd.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_find_header.pxd.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_helpers.pyi.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_helpers.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_http_parser.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_http_writer.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_websocket.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash\hdrs.py.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
running build_ext
building 'aiohttp._websocket' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for aiohttp
Failed to build aiohttp
ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects

Unknow Output

How to fix the generator cuz its just giving outputs with [-]

Errors

File "/storage/emulated/0/Download/gen/generator.py", line 173, in
run(Generator().run())
^^^^^^^^^^^
File "/storage/emulated/0/Download/gen/generator.py", line 101, in init
self.config: dict = load(open('config.json'))
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/json/init.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 14 column 2 (char 306)

pyterm

Screenshot_9
Any idea how to fix this?

Change to NordVpn

Hello I would like to know how to change the gen so that it generates NordVPN Accs

No accounts

Hey, I started generating accounts, but nothing appears in accounts.txt
I tried many times, but nothing changes, help me please.

dosent even generate

i mean it launches which is good but it shits itself when actually generating it's stuck at 4 Tasks created and nothing else happens
so im gonna say currently non working and may be outdated
image

Help pls

Hello, it is my first time using a generator and it is also my first time using python, I really like this generator and I would like to use it, but I have no idea of โ€‹โ€‹how to open the program not even the least, do you have a tutorial on Youtube that can help? Thank you!

Bugs & Errors

First of all, it worked, but I had the same issue as #27
Now, after I tried to remove other accounts from the generator and make it only gens Minecraft, it gave me errors:

File "/storage/emulated/0/Download/gen/generator.py", line 173, in
run(Generator().run())
^^^^^^^^^^^
File "/storage/emulated/0/Download/gen/generator.py", line 101, in init
self.config: dict = load(open('config.json'))
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/json/init.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 14 column 2 (char 306)

Help

Tutorial install multi gen

How to install and run?

i tried running pip3 install -r requirements.txt but nothing happened, it say pip is not recognized, even though i did install the python. Please help me.....

Error

It doesnt find the Repository. And PyTerm too.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.