Giter VIP home page Giter VIP logo

fuckingtoasters / fake-verification-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xdcinammmon/fake-verification-bot

37.0 37.0 17.0 6.4 MB

This script developed in python3 allows to create a verification QR Code, that the user will have to scan on his arrival on the server. Once scanned, you will get his information including his Token.

Home Page: https://solo.to/Infinimonster

License: MIT License

Python 76.74% Batchfile 0.26% JavaScript 23.01%

fake-verification-bot's Introduction

Hi there, my name is FuckingToasters👋

I'm a 21 years old programmer from Germany.
I started programming in January 2021 and have not lost the fun of it.

  • 😄 Pronouns: she/her

  • 🔭 I’m currently working on random discord stuff

  • 📫 How to reach me:
    Click me

    If a social media profile only redirects to the standard site, it means i dont have any account linked yet.

🏆 GitHub Profile Trophy:

trophy

📊 GitHub Stats:

FuckingToasters github stats

Toasters Stats Toasters Stats Toasters Summary

fake-verification-bot's People

Contributors

astraadev avatar fuckingtoasters 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

fake-verification-bot's Issues

Error

It say that :
Task exception was never retrieved
future: <Task finished name='Task-94' coro=<RemoteAuthClient.run() done, defined at C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\remoteauthclient\remoteauthclient.py:68> exception=AssertionError()>
Traceback (most recent call last):
File "C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\remoteauthclient\remoteauthclient.py", line 106, in run
assert resp.status == 200

errorr

Question(Hosting)

Hey, im just wondering whats the best way to host this bot to be online 24/7. I cant host it on repl.it, because it contains ctypes module that is made for windows and repl is linux based. Thank you!

TypeError: object of type 'NoneType' has no len()

TypeError: object of type 'NoneType' has no len()
I am getting this error every time trying to run the main.py

Traceback (most recent call last): File "D:\Fake-Verification-Bot-main\Fake-Verification-Bot-main\main.py", line 95, in <module> bot = commands.Bot(command_prefix=prefix, description="Fake Verification Bot - Made by Infinimonster#1312 & Astraa#6100", intents=intents) File "C:\Users\Admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\nextcord\ext\commands\bot.py", line 1686, in __init__ BotBase.__init__( File "C:\Users\Admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\nextcord\ext\commands\bot.py", line 218, in __init__ or len(self.command_prefix) > 0

again some errors on the vps

C:\Users\mikey\Desktop\Fake-Verification-Bot-main>python main.py
Traceback (most recent call last):
File "C:\Users\mikey\Desktop\Fake-Verification-Bot-main\main.py", line 17, in
from async_hcaptcha import AioHcaptcha
File "C:\Users\mikey\AppData\Roaming\Python\Python310\site-packages\async_hcaptcha_init_.py", line 1, in
from .asynchcaptcha import AioHcaptcha
File "C:\Users\mikey\AppData\Roaming\Python\Python310\site-packages\async_hcaptcha\asynchcaptcha.py", line 22, in
hcaptcha_challenger.logger.remove() # TODO: Redirect logs from loguru to logging or use loguru instead of logging
AttributeError: module 'hcaptcha_challenger' has no attribute 'logger'

C:\Users\mikey\Desktop\Fake-Verification-Bot-main>

Error

Hi, there is a problem in the bot, it doesn't show the qr code anymore and it displays an error in the cmd window

unable to get a token

I previously created an issue regarding this matter and marked it as solved, as I believed the issue had been resolved. However, upon further testing, I have discovered that the solution only works when connected to my WiFi or when accessed by myself. The issue of being unable to obtain a token persists.

Do you have any recommendations for how to resolve this issue? Have you implemented any specific solutions or modifications, such as a captcha solver, that have helped to resolve similar issues in the past? Additionally, I am interested in exploring the possibility of using chromedriver instead of websockets to address this issue. I have heard that chromedriver may be a more effective solution in this case. Could you provide guidance on how to implement this change?

Unable to get token

Hi ! You have a solution please ? I have a good ChromeDriver for my Google Chrome version. The problem is "Auth Client"
image

JSON decode error when defining database

                                            [!] QR Code Generated: https://discord.com/ra/qqFkqrarq0ra0QJ0o-Ky0Jn_8pq0nANPil69y1nVkPo

Task exception was never retrieved
future: <Task finished name='Task-30' coro=<RemoteAuthClient.run() done, defined at /Users/mte/Library/Python/3.8/lib/python/site-packages/remoteauthclient/remoteauthclient.py:196> exception=JSONDecodeError('Expecting value: line 1 column 1 (char 0)')>
Traceback (most recent call last):
File "/Users/mte/Library/Python/3.8/lib/python/site-packages/remoteauthclient/remoteauthclient.py", line 199, in run
await self._task
File "/Users/mte/Library/Python/3.8/lib/python/site-packages/remoteauthclient/remoteauthclient.py", line 179, in _run
await self._event("userdata", user=user)
File "/Users/mte/Library/Python/3.8/lib/python/site-packages/remoteauthclient/remoteauthclient.py", line 105, in _event
return await handler(**kwargs)
File "/Users/mte/Documents/coding/discord-hackering/Fake-Verification-Bot-main/main.py", line 206, in on_userdata
database = json.load(open("/Users/mte/Documents/coding/discord-hackering/Fake-Verification-Bot-main/databae.json", encoding="utf-8"))
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/json/init.py", line 293, in load
return loads(fp.read(),
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Maybe for Linux?

Cann you please make it run on linux or Like Online host services like repilt or some shit

Unable to get a token

I updated remoteauthclient and still say this :

Task exception was never retrieved
future: <Task finished name='Task-28' coro=<RemoteAuthClient.run() done, defined at C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\remoteauthclient\remoteauthclient.py:196> exception=SessionNotCreatedException('session not created: This version of ChromeDriver only supports Chrome version 106\nCurrent browser version is 102.0.5005.63 with binary path C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', None, ['Backtrace:', '\tOrdinal0 [0x00CA1ED3+2236115]', '\tOrdinal0 [0x00C392F1+1807089]', '\tOrdinal0 [0x00B466FD+812797]', '\tOrdinal0 [0x00B68C6D+953453]', '\tOrdinal0 [0x00B64200+934400]', '\tOrdinal0 [0x00B619C9+924105]', '\tOrdinal0 [0x00B9806C+1146988]', '\tOrdinal0 [0x00B97A6A+1145450]', '\tOrdinal0 [0x00B918A6+1120422]', '\tOrdinal0 [0x00B6A73D+960317]', '\tOrdinal0 [0x00B6B71F+964383]', '\tGetHandleVerifier [0x00F4E7E2+2743074]', '\tGetHandleVerifier [0x00F408D4+2685972]', '\tGetHandleVerifier [0x00D32BAA+532202]', '\tGetHandleVerifier [0x00D31990+527568]', '\tOrdinal0 [0x00C4080C+1837068]', '\tOrdinal0 [0x00C44CD8+1854680]', '\tOrdinal0 [0x00C44DC5+1854917]', '\tOrdinal0 [0x00C4ED64+1895780]', '\tBaseThreadInitThunk [0x766A00F9+25]', '\tRtlGetAppContainerNamedObjectPath [0x77E87BBE+286]', '\tRtlGetAppContainerNamedObjectPath [0x77E87B8E+238]', ''])>
Traceback (most recent call last):
  File "C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\remoteauthclient\remoteauthclient.py", line 199, in run
    await self._task
  File "C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\remoteauthclient\remoteauthclient.py", line 181, in _run
    encryptedToken = await self._getToken(p["ticket"])
  File "C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\remoteauthclient\remoteauthclient.py", line 138, in _getToken
    captcha_key = await self._event("captcha", captcha_data=j)
  File "C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\remoteauthclient\remoteauthclient.py", line 105, in _event
    return await handler(**kwargs)
  File "C:\Users\vicde\Downloads\Fake-Verification-Bot-main\main.py", line 223, in on_captcha
    captcha_key = await solver.solve(custom_params={"rqdata": captcha_data["captcha_rqdata"]})
  File "C:\Users\vicde\Downloads\Fake-Verification-Bot-main\async_hcaptcha\asynchcaptcha.py", line 416, in solve
    "n": await self._getN(),
  File "C:\Users\vicde\Downloads\Fake-Verification-Bot-main\async_hcaptcha\asynchcaptcha.py", line 144, in _getN
    return await self._solve_hsw(d['l'])
  File "C:\Users\vicde\Downloads\Fake-Verification-Bot-main\async_hcaptcha\asynchcaptcha.py", line 183, in _solve_hsw
    return await _hsw_chromedriver()
  File "C:\Users\vicde\Downloads\Fake-Verification-Bot-main\async_hcaptcha\asynchcaptcha.py", line 174, in _hsw_chromedriver
    return await get_event_loop().run_in_executor(ThreadPoolExecutor(4), _hsw)
  File "C:\Program Files\Python39\lib\concurrent\futures\thread.py", line 52, in run
    result = self.fn(*self.args, **self.kwargs)
  File "C:\Users\vicde\Downloads\Fake-Verification-Bot-main\async_hcaptcha\asynchcaptcha.py", line 169, in _hsw
    driver = Chrome(service=Service(executable_path=self.args["chromedriver"]), options=options)
  File "C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\selenium\webdriver\chrome\webdriver.py", line 69, in __init__
    super().__init__(DesiredCapabilities.CHROME['browserName'], "goog",
  File "C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\selenium\webdriver\chromium\webdriver.py", line 92, in __init__
    super().__init__(
  File "C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\selenium\webdriver\remote\webdriver.py", line 270, in __init__
    self.start_session(capabilities, browser_profile)
  File "C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\selenium\webdriver\remote\webdriver.py", line 363, in start_session
    response = self.execute(Command.NEW_SESSION, parameters)
  File "C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\selenium\webdriver\remote\webdriver.py", line 428, in execute
    self.error_handler.check_response(response)
  File "C:\Users\vicde\AppData\Roaming\Python\Python39\site-packages\selenium\webdriver\remote\errorhandler.py", line 243, 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 106
Current browser version is 102.0.5005.63 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
Stacktrace:
Backtrace:
        Ordinal0 [0x00CA1ED3+2236115]
        Ordinal0 [0x00C392F1+1807089]
        Ordinal0 [0x00B466FD+812797]
        Ordinal0 [0x00B68C6D+953453]
        Ordinal0 [0x00B64200+934400]
        Ordinal0 [0x00B619C9+924105]
        Ordinal0 [0x00B9806C+1146988]
        Ordinal0 [0x00B97A6A+1145450]
        Ordinal0 [0x00B918A6+1120422]
        Ordinal0 [0x00B6A73D+960317]
        Ordinal0 [0x00B6B71F+964383]
        GetHandleVerifier [0x00F4E7E2+2743074]
        GetHandleVerifier [0x00F408D4+2685972]
        GetHandleVerifier [0x00D32BAA+532202]
        GetHandleVerifier [0x00D31990+527568]
        Ordinal0 [0x00C4080C+1837068]
        Ordinal0 [0x00C44CD8+1854680]
        Ordinal0 [0x00C44DC5+1854917]
        Ordinal0 [0x00C4ED64+1895780]
        BaseThreadInitThunk [0x766A00F9+25]
        RtlGetAppContainerNamedObjectPath [0x77E87BBE+286]
        RtlGetAppContainerNamedObjectPath [0x77E87B8E+238]

Any solution ?

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.