Code Monkey home page Code Monkey logo

discord-qr-scam's Introduction

discord-qr-scam's People

Contributors

nightfallgt 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

discord-qr-scam's Issues

Important message for the owner!!!!

Hello there! Your program officially does not work anymore and needs an update! To anyone fellow people out there, you will need to fix it yourself and be noted it takes years! I'm currently trying to fix it, but however! There are many MANYYY, issues that are on my face while trying to fix this! Discord doesn't not use "IMG" or "SRC" for their HMTL QR CODE!!! It uses "SVG" and the "SVG" is NOT a "PNG" file. You will have to figure out a way to change this!!!!! Or you will need to figure out a way to make it scrap, download, and convert the "SVG" to a "PNG"!!! And more errors may come up even if you get it working!!!!

If you have any clue or anything you could help me with, please contact me at Discord!!!! Thank you!!!

My Discord Username: car_the_car

Please help

I get this error: TypeError: WebDriver.init() got an unexpected keyword argument 'executable_path'
does anyone know why?

please stop

this is scummy and wrong please dont steal accounts..

I keep geting error

** QR Code Scam Generator **
Traceback (most recent call last):
File "qr_generator.py", line 85, in
main()
File "qr_generator.py", line 31, in main
driver = webdriver.Chrome(options=options, executable_path=r'chromedriver.exe')
TypeError: init() got an unexpected keyword argument 'executable_path'

Webhook grabber

Hey, it's possible to link the token grabber to a webhook when the person is scanning the QR ?

Suggestion]

Please make a version that use requests instead of chromedriver....

error

Does this work with non-smartphones?
Also, I get this in the terminal after loading on my smart phone.
What should I do?

  File "C:\Users\sgiga\vscode\qr_generator.py", line 84, in <module>
    main()
  File "C:\Users\sgiga\vscode\qr_generator.py", line 60, in main
    token = driver.execute_script('''
  File "C:\Users\sgiga\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 872, in execute_script
    return self.execute(command, {
  File "C:\Users\sgiga\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 418, in execute
    self.error_handler.check_response(response)
  File "C:\Users\sgiga\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 243, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.JavascriptException: Message: javascript error: webpackJsonp is not defined
  (Session info: chrome=96.0.4664.45)
Stacktrace:
Backtrace:
        Ordinal0 [0x00286903+2517251]
        Ordinal0 [0x0021F8E1+2095329]
        Ordinal0 [0x00122848+1058888]
        Ordinal0 [0x00124F44+1068868]
        Ordinal0 [0x00124E0E+1068558]
        Ordinal0 [0x001256BA+1070778]
        Ordinal0 [0x001764F9+1402105]
        Ordinal0 [0x001664D3+1336531]
        Ordinal0 [0x00175BBF+1399743]
        Ordinal0 [0x0016639B+1336219]
        Ordinal0 [0x001427A7+1189799]
        Ordinal0 [0x00143609+1193481]
        GetHandleVerifier [0x00415904+1577972]
        GetHandleVerifier [0x004C0B97+2279047]
        GetHandleVerifier [0x00316D09+534521]
        GetHandleVerifier [0x00315DB9+530601]
        Ordinal0 [0x00224FF9+2117625]
        Ordinal0 [0x002298A8+2136232]
        Ordinal0 [0x002299E2+2136546]
        Ordinal0 [0x00233541+2176321]
        BaseThreadInitThunk [0x76C1FA29+25]
        RtlGetAppContainerNamedObjectPath [0x77677A9E+286]
        RtlGetAppContainerNamedObjectPath [0x77677A6E+238]
        (No symbol) [0x00000000]

Help Please, İts Not Working?

github.com/NightfallGT/Discord-QR-Scam

** QR Code Scam Generator **
C:\Users\akars\OneDrive\Masaüstü\Discord-QR-Scam-main\qr_generator.py:31: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
driver = webdriver.Chrome(options=options, executable_path=r'chromedriver.exe')

  • Page loaded.
    Traceback (most recent call last):
    File "C:\Users\akars\OneDrive\Masaüstü\Discord-QR-Scam-main\qr_generator.py", line 85, in
    main()
    File "C:\Users\akars\OneDrive\Masaüstü\Discord-QR-Scam-main\qr_generator.py", line 42, in main
    qr_code = div.find('img')['src']
    AttributeError: 'NoneType' object has no attribute 'find'

C:\Users\akars\OneDrive\Masaüstü\Discord-QR-Scam-main>pause
Press any key to continue . . .

Immediate Closure

Chrome tab opens after file execution then immediately closes, no file is able to generate

Linux support

I wanted to run this script as Linux (Ubuntu), but I wanted to run the chromedriver only suitable for Linux. I had experienced so many errors, but I wanted to launch this script on Linux.

Error codes

qr_generator.py:31: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
  driver = webdriver.Chrome(options=options, executable_path=r'chromedriver.exe')
- Page loaded.
Traceback (most recent call last):
  File "qr_generator.py", line 85, in <module>
    main()
  File "qr_generator.py", line 42, in main
    qr_code = div.find('img')['src']
AttributeError: 'NoneType' object has no attribute 'find'

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.