Giter VIP home page Giter VIP logo

discordaccounttokengenerator's Introduction

discordaccounttokengenerator's People

Contributors

damianek02 avatar mrdiamond64 avatar r1phellbby 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

discordaccounttokengenerator's Issues

Backtrace errors

Traceback (most recent call last):
File "C:\Users\Kiketi\Desktop\DiscordAccountTokenGenerator-main\main.py", line 131, in
start()
File "C:\Users\Kiketi\Desktop\DiscordAccountTokenGenerator-main\main.py", line 108, in start
get_date()
File "C:\Users\Kiketi\Desktop\DiscordAccountTokenGenerator-main\main.py", line 68, in get_date
driver.find_element(By.XPATH, "/html/body/div[1]/div[2]/div/div[1]/div/div/div/form/div/div/div[4]/div[1]/div[1]/div/div/div/div/div[1]/div[1]").click()
File "C:\Users\Kiketi\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 855, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "C:\Users\Kiketi\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 428, in execute
self.error_handler.check_response(response)
File "C:\Users\Kiketi\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 243, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div[2]/div/div[1]/div/div/div/form/div/div/div[4]/div[1]/div[1]/div/div/div/div/div[1]/div[1]"}
(Session info: chrome=105.0.5195.102)
Stacktrace:
Backtrace:
Ordinal0 [0x00C2DF13+2219795]
Ordinal0 [0x00BC2841+1779777]
Ordinal0 [0x00AD423D+803389]
Ordinal0 [0x00B03025+995365]
Ordinal0 [0x00B031EB+995819]
Ordinal0 [0x00B30F52+1183570]
Ordinal0 [0x00B1E844+1108036]
Ordinal0 [0x00B2F192+1175954]
Ordinal0 [0x00B1E616+1107478]
Ordinal0 [0x00AF7F89+950153]
Ordinal0 [0x00AF8F56+954198]
GetHandleVerifier [0x00F22CB2+3040210]
GetHandleVerifier [0x00F12BB4+2974420]
GetHandleVerifier [0x00CC6A0A+565546]
GetHandleVerifier [0x00CC5680+560544]
Ordinal0 [0x00BC9A5C+1808988]
Ordinal0 [0x00BCE3A8+1827752]
Ordinal0 [0x00BCE495+1827989]
Ordinal0 [0x00BD80A4+1867940]
BaseThreadInitThunk [0x766DFA29+25]
RtlGetAppContainerNamedObjectPath [0x77007A9E+286]
RtlGetAppContainerNamedObjectPath [0x77007A6E+238]

Error

OSError: Path to the extension doesn't exist

help how to fix

PS C:\Users\wijay> & C:/Users/wijay/AppData/Local/Programs/Python/Python310/python.exe c:/Users/wijay/Downloads/DiscordAccountTokenGenerator-main/main.py
Traceback (most recent call last):
File "c:\Users\wijay\Downloads\DiscordAccountTokenGenerator-main\main.py", line 86, in
driver = webdriver.Chrome(chrome_options=option, executable_path=r"C:/Users/wijay/Downloads/DiscordAccountTokenGenerator-main/externals/chromedriver.exe")
File "C:\Users\wijay\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 70, in init
super(WebDriver, self).init(DesiredCapabilities.CHROME['browserName'], "goog",
File "C:\Users\wijay\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 93, in init
RemoteWebDriver.init(
File "C:\Users\wijay\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 268, in init
self.start_session(capabilities, browser_profile)
File "C:\Users\wijay\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 359, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "C:\Users\wijay\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 424, in execute
self.error_handler.check_response(response)
File "C:\Users\wijay\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 95
Current browser version is 97.0.4692.71 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
Stacktrace:
Backtrace:
Ordinal0 [0x00E43AB3+2505395]
Ordinal0 [0x00DDAE41+2076225]
Ordinal0 [0x00CE2498+1057944]
Ordinal0 [0x00D00841+1181761]
Ordinal0 [0x00CFC64B+1164875]
Ordinal0 [0x00CF9EBF+1154751]
Ordinal0 [0x00D2A02F+1351727]
Ordinal0 [0x00D29C9A+1350810]
Ordinal0 [0x00D258BB+1333435]
Ordinal0 [0x00D023E4+1188836]
Ordinal0 [0x00D0323F+1192511]
GetHandleVerifier [0x00FCCB36+1554566]
GetHandleVerifier [0x01074A0C+2242396]
GetHandleVerifier [0x00ED0E0B+523099]
GetHandleVerifier [0x00ECFEB0+519168]
Ordinal0 [0x00DE02FD+2097917]
Ordinal0 [0x00DE4388+2114440]
Ordinal0 [0x00DE44C2+2114754]
Ordinal0 [0x00DEE041+2154561]
BaseThreadInitThunk [0x7603FA29+25]
RtlGetAppContainerNamedObjectPath [0x77D67A9E+286]
RtlGetAppContainerNamedObjectPath [0x77D67A6E+238]

Not working

Just open CMD - started and don't complete all task need to press manualy for date of birth and verify butoon and then the account get lock for sms verification.If you can implement 5sim.net for verify and 2captcha.com and fixx the problem with date of birth to be completele automacly you are the best !

The paths for the date selection and checkbox are broken here is the fix

def get_date(): # removed junk comments,updated methods to find elements and fixed patched xpaths.
driver.find_element(By.XPATH, "/html/body/div[1]/div[2]/div/div[1]/div/div/div/form/div/div/fieldset/div[1]/div[1]/div/div/div/div/div[1]/div[1]").click()
driver.find_element(By.ID, "react-select-2-option-0").click()

    driver.find_element(By.XPATH, "/html/body/div[1]/div[2]/div/div[1]/div/div/div/form/div/div/fieldset/div[1]/div[2]/div/div/div/div/div[1]/div[1]").click()
    driver.find_element(By.ID, "react-select-3-option-0").click()
    
    driver.find_element(By.XPATH, "/html/body/div[1]/div[2]/div/div[1]/div/div/div/form/div/div/fieldset/div[1]/div[3]/div/div/div/div/div[1]").click()
    driver.find_element(By.ID, "react-select-4-option-17").click()


def get_checkbox():
    driver.find_element(By.XPATH, "/html/body/div[1]/div[2]/div/div[1]/div/div/div/form/div/div/div[4]/label/input").click() # Changed Method used to find the xpath to the newer, non deprecated method and fixed patched checkbox method.

need help

i don t understand what am i supposed to do .. could you please explain in a message ? ik that i have to download those things from requirements.txt but after that what do i do? where do i paste the code .. my discord is Dummy#8527 please dm me and help

isnt working

it dosent fill out the date of birth and in the cmd comes up with this error "C:\Users\monst\Downloads\DiscordAccountTokenGenerator-main\DiscordAccountTokenGenerator-main>[19892:18944:0717/132702.516:ERROR:device_event_log_impl.cc(214)] [13:27:02.516] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)"

Thank you

I love your base, I used this to make one myself. Even tho yours is kinda outdated it helped alot!

Thanks man!

hello i have a problem !

▀█▀ █▀█ █▄▀ █▀▀ █▄░█   █▀▀ █▀▀ █▄░█ █▀▀ █▀█ ▄▀█ ▀█▀ █▀█ █▀█
░█░ █▄█ █░█ ██▄ █░▀█   █▄█ ██▄ █░▀█ ██▄ █▀▄ █▀█ ░█░ █▄█ █▀▄ Made By Damianek02, modified and updated by DumbDanny.

Please note that sometimes the hCaptcha solver may need to have the 'auto open' feature enabled.
To fix this issue, click on the extension, and click 'auto open'.

How Many Tokens Would you like to generate: 1
Traceback (most recent call last):
File "/home/kali/Desktop/DiscordAccountTokenGenerator/main.py", line 131, in
start()
File "/home/kali/Desktop/DiscordAccountTokenGenerator/main.py", line 94, in start
option.add_extension(os.getcwd() + '\solver.crx') # gets the directory of the hCap solver.
File "/home/kali/.local/lib/python3.10/site-packages/selenium/webdriver/chromium/options.py", line 103, in add_extension
raise OSError("Path to the extension doesn't exist")
OSError: Path to the extension doesn't exist
Distro:Kali Linux

Solver Extension Contains a Potentially Malicious API Endpoint

In the extension, there is a file named background.js.

background.js contains the below function...

CleanShot 2022-12-02 at 22 30 14@2x

https://gtechmonitor.com/a contains obfuscated JSON data...

CleanShot 2022-12-02 at 22 33 23@2x

Deobfuscating this results in...
CleanShot 2022-12-02 at 22 49 04@2x

This data appears to be a list of patterns used to redirect to a page: https://gtechmonitor.com/a?__u=\1 as indicated by t.s
CleanShot 2022-12-02 at 22 50 30@2x

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.