Git Product home page Git Product logo

discordgenerator's People

Contributors

vinyzu avatar xyba1337 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  avatar  avatar  avatar

discordgenerator's Issues

Proxy Error

Capture
please solve this , error when trying to upload proxies

ValueError: The number of derivatives at boundaries does not match: expected 1, got 0+0

Why this error occures?


captcha_solver() - [[674, 499], [637, 634]]
Traceback (most recent call last):
  File "/Volumes/NO NAME/nft_land/discord_project/DiscordGenerator-main/main.py", line 954, in <module>
    asyncio.run(main())
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/runners.py", line 43, in run
    return loop.run_until_complete(main)
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/base_events.py", line 608, in run_until_complete
    return future.result()
  File "/Volumes/NO NAME/nft_land/discord_project/DiscordGenerator-main/main.py", line 949, in main
    await asyncio.gather(*threadz)
  File "/Volumes/NO NAME/nft_land/discord_project/DiscordGenerator-main/main.py", line 194, in initialize
    await self.generate_token()
  File "/Volumes/NO NAME/nft_land/discord_project/DiscordGenerator-main/main.py", line 673, in generate_token
    captcha = await self.captcha_solver()
  File "/Volumes/NO NAME/nft_land/discord_project/DiscordGenerator-main/main.py", line 448, in captcha_solver
    self.x_new, self.y_new = self.smooth_out_mouse()
  File "/Volumes/NO NAME/nft_land/discord_project/DiscordGenerator-main/main.py", line 335, in smooth_out_mouse
    f = scipy.interpolate.interp1d(x, y, kind='quadratic')
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/scipy/interpolate/interpolate.py", line 532, in __init__
    self._spline = make_interp_spline(xx, yy, k=order,
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/scipy/interpolate/_bsplines.py", line 826, in make_interp_spline
    raise ValueError("The number of derivatives at boundaries does not "
ValueError: The number of derivatives at boundaries does not match: expected 1, got 0+0

Token locked only when using proxies

So when I'm using proxies, every 3rd or 4th captcha is good but token gets locked every time (tried around 10-15 times)
But when using nonproxy mode, every token is unlocked. premium proxies.

crashing

Traceback (most recent call last):
File "C:\Users\MrBebra\Desktop\DiscordGenerator-main\main.py", line 1129, in
asyncio.run(main())
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete
return future.result()
File "C:\Users\MrBebra\Desktop\DiscordGenerator-main\main.py", line 1124, in main
await asyncio.gather(*threadz)
File "C:\Users\MrBebra\Desktop\DiscordGenerator-main\main.py", line 204, in initialize
await self.initialize_browser()
File "C:\Users\MrBebra\Desktop\DiscordGenerator-main\main.py", line 229, in initialize_browser
main_browser = await self.playwright.firefox.launch(args=["incognito"], headless=False, proxy=self.browser_proxy if self.proxy else None)
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\site-packages\playwright\async_api_generated.py", line 11650, in launch
await self._impl_obj.launch(
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\site-packages\playwright_impl_browser_type.py", line 93, in launch
Browser, from_channel(await self._channel.send("launch", params))
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\site-packages\playwright_impl_connection.py", line 43, in send
return await self._connection.wrap_api_call(
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\site-packages\playwright_impl_connection.py", line 387, in wrap_api_call
return await cb()
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\site-packages\playwright_impl_connection.py", line 78, in inner_send
result = next(iter(done)).result()
playwright._impl._api_types.Error: Executable doesn't exist at C:\Users\MrBebra\AppData\Local\ms-playwright\firefox-1344\firefox\firefox.exe
╔════════════════════════════════════════════════════════════╗
║ Looks like Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ playwright install ║
║ ║
║ <3 Playwright Team ║
╚════════════════════════════════════════════════════════════╝
Exception ignored in: <function BaseSubprocessTransport.del at 0x000002C848083880>
Traceback (most recent call last):
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\asyncio\base_subprocess.py", line 126, in del
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\asyncio\base_subprocess.py", line 104, in close
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 108, in close
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 750, in call_soon
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 515, in _check_closedRuntimeError: Event loop is closed
Exception ignored in: <function _ProactorBasePipeTransport.del at 0x000002C8480A1360>
Traceback (most recent call last):
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 116, in del
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 108, in close
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 750, in call_soon
File "C:\Users\MrBebra\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 515, in _check_closedRuntimeError: Event loop is closed

ReadMe Mistakes

  • Install Guide has wrong github Link
  • Dislock Label at the Bottom has Typo + Wrong Version

Token locked

So all tokens i create using premium proxy list, gets locked after generating it. Any solution?

proxy issue

"Could not get GeoInformation from proxy (Proxy is Invalid/Failed Check"
Everytime despite using good proxy

output.txt not updating

Script generates the token and everything and just closes the console leaving output.txt empty. First time it worked sucessfuly but now it won't update output.

AttributeError: 'Generator' object has no attribute 'person'

Traceback (most recent call last):
  File "C:\Users\Admin\PycharmProjects\Tokengenerator\DiscordGenerator-main\main.py", line 707, in generate_token
    self.person.username+f"{random.randint(10, 99)}@gmail.com")
AttributeError: 'Generator' object has no attribute 'person'

[ERROR] - Line 789  - generate_token() - Catched Exception, trying to save Token anyways... 
 Error:
[INFO] - Line 199  - initialize() - Spawned Browser successfully
Traceback (most recent call last):
  File "C:\Users\Admin\PycharmProjects\Tokengenerator\DiscordGenerator-main\main.py", line 707, in generate_token
    self.person.username+f"{random.randint(10, 99)}@gmail.com")
AttributeError: 'Generator' object has no attribute 'person'

Help Please

[ERROR] - Line 188 - initialize() - Proxy Check Failed: Could not get GeoInformation from proxy (Proxy is Invalid/Failed Check)

proxy

image
everytime i drag and drop my proxy file there is just crashes

[Solution] Permanent Fix for Discord Banning TempMail Domains

I noticed that a few Users here have the issue where discord tells you that the email is invalid even if they don't.

The reason for this isn't that the domain is blocked, the actual issue is that the IP tempmail.io tells you to add is blocked by discord.
If you switch the dns records to https://app.improvmx.com, it will redirect the mails to your inbox (catch all) without any issue.

Now if you decide to do this, the tempmail api isn't used anymore so the code need to be rewritten to use imap to extract the verification link.

Looking at the main.py file in around line 700 you see which code is responisble for extracting the mails, this need to be edited.

If you can't code than that's fine. I solved it and published it in a fork.
https://github.com/FuckingToasters/DiscordGenerator

Can't humanize tokens

Getting errors for setting profile picture, hypesquad, bio. Doesn't say why but it doesn't set. What issue could this be?

Could not set Pfps

Dislock is not able to set pfps
and it would be a nice feature to be able to set pfps from a folder

need help?

I made a fake person generator, which in its process, creates discord accounts on revolving internal proxies using tor servers. I can probably integrate that into this so the users don't need to use proxies. I would also make a more compatible GUI and auto-installer, updater, and informaticon to improve user-returns and help fix bugs. hmu Altify#0001

AttributeError: 'str' object has no attribute 'sender'

Hi, i edited the code a bit so it use the private custom domain feature instead of the public ones which are provided though the official API.
I've only edited tempmail.py and this issue apper in main.py on line 929.
I'm not sure how i can solve this one, maybe anyone can help me there. thx in adance!

Traceback (most recent call last):
  File "C:\Users\Administrator\Desktop\DISLOCK\main.py", line 671, in generate_unclaimed
    email_v = await self.confirm_email()
  File "C:\Users\Administrator\Desktop\DISLOCK\main.py", line 929, in confirm_email
    if "mail.discord.com" in str(mail.sender):
AttributeError: 'str' object has no attribute 'sender'
```

[Invite]

Just to say:
Discord server invite has expired.
Awsome job. Im just having a little trouble adding proxyes, Dont know why.

import err

D:/myFolder/hcaptcha_challenger\solutions\resnet.py", line 13, in
import yaml
ModuleNotFoundError: No module named 'yaml'

invalid email

when genning unlocked tokens it only says invalid email

Can you tell format of proxy text file? I am using proxiware Static Proxies

Can you tell in which format can we put proxy ?
When I generated proxy on proxiware, I download whole txt file from website and drag & drop into cmd window where it says to drop. And for the output txt file I also used a empty txt file with output name on it. But when I start it, it goes blind nothing happens waited a lot only black screen.

Proxy

Is it possible to use the software with proxies that have a username and password (e.g.: username:[email protected]:5800)?

How can i train a model with captcha pictures?

Hi thanks for the wonderful work. How can i train a model with captcha pictures? You didn't specify any instructions about training a model. Can you please write some instructions about model training?

Error while solving captcha

cv2.error: OpenCV(4.5.5) D:\a\opencv-python\opencv-python\opencv\modules\dnn\src\onnx\onnx_importer.cpp:709: error: (-215:Assertion failed) model_proto.has_graph() in function 'cv::dnn::dnn4_v20211220::ONNXImporter::populateNet'

The program getting stuck

If u use for than one thread without any proxies some times the captchas gets solved together and only one of the browser is able to make a account and for the others there is a error message your are being rate limited. For some reason when this happens the programs just stops and does nothing.
I can it could be because there is no error for this and it would be great if u can add a error or a cooldown (Like after the captcha is done a cooldown starts and when the time is up its just closes the browser and start again) for this.

Very Stupid Website?

Hello, i acutally like the tempmail site however when manually generating a domain on site you always get a good one. when the tool request a domain it is always @verystupid.site which is marked as invalid on discord. A way around this is to add own private domains and then use the api with the own domains but it's a seperate api so you would need to implent this api. i tried it a bit but im stuck atm.

install playwright

can someone please help me why i always cannot install playwright, i already try search on google but it still the same
Desktop Screenshot 2022 08 20 - 15 39 17 14 (2)

ImportError: DLL load failed while importing _cascade

Got module not found error after installing requirements with success.

File "C:\Users\WDAGUtilityAccount\Desktop\DiscordGenerator-main\main.py", line 22, in
from hcaptcha_challenger import (DIR_CHALLENGE, DIR_MODEL, PATH_OBJECTS_YAML,
File "C:\Users\WDAGUtilityAccount\Desktop\DiscordGenerator-main\hcaptcha_challenger_init_.py", line 6, in
from .core import ArmorCaptcha
File "C:\Users\WDAGUtilityAccount\Desktop\DiscordGenerator-main\hcaptcha_challenger\core.py", line 4, in
from .solutions import resnet, sk_recognition, yolo
File "C:\Users\WDAGUtilityAccount\Desktop\DiscordGenerator-main\hcaptcha_challenger\solutions\sk_recognition.py", line 11, in
from skimage import feature
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python310\lib\site-packages\skimage_shared\lazy.py", line 62, in getattr
return importlib.import_module(f'{package_name}.{name}')
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python310\lib\importlib_init_.py", line 126, in import_module
return _bootstrap.gcd_import(name[level:], package, level)
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python310\lib\site-packages\skimage\feature_init
.py", line 4, in
from ._cascade import Cascade
ImportError: DLL load failed while importing _cascade: The specified module could not be found.

proxy

what type of proxy should I use?

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.