GithubHelp home page GithubHelp logo

Comments (13)

ksIsCute avatar ksIsCute commented on August 12, 2024

https://capmonster.cloud/Dashboard

from discord-member-booster.

superfastisfast avatar superfastisfast commented on August 12, 2024

right, but is it free?

from discord-member-booster.

ksIsCute avatar ksIsCute commented on August 12, 2024

nah but u can spend like a dollar and geet like 3k tokens and members lfmao

from discord-member-booster.

superfastisfast avatar superfastisfast commented on August 12, 2024

fine, ill code it myself using whisper

from discord-member-booster.

superfastisfast avatar superfastisfast commented on August 12, 2024

ill send when i am done, i think its free..

from discord-member-booster.

superfastisfast avatar superfastisfast commented on August 12, 2024

Import the required modules

from selenium import webdriver
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
import time
import json
from webdriver_manager.chrome import ChromeDriverManager
from selenium.webdriver.common.by import By
import requests
import os
import whisper
import warnings
warnings.filterwarnings("ignore")

model = whisper.load_model("base")

def transcribe(url):
with open('.temp', 'wb') as f:
f.write(requests.get(url).content)
result = model.transcribe('.temp')
return result["text"].strip()

def click_checkbox(driver):
driver.switch_to.default_content()
driver.switch_to.frame(driver.find_element(By.XPATH, ".//iframe[@title='reCAPTCHA']"))
driver.find_element(By.ID, "recaptcha-anchor-label").click()
driver.switch_to.default_content()

def request_audio_version(driver):
driver.switch_to.default_content()
driver.switch_to.frame(driver.find_element(By.XPATH, ".//iframe[@title='recaptcha challenge expires in two minutes']"))
driver.find_element(By.ID, "recaptcha-audio-button").click()

def solve_audio_captcha(driver):
text = transcribe(driver.find_element(By.ID, "audio-source").get_attribute('src'))
driver.find_element(By.ID, "audio-response").send_keys(text)
driver.find_element(By.ID, "recaptcha-verify-button").click()

if name == "main":
driver = webdriver.Chrome(executable_path=ChromeDriverManager().install())

driver.get("https://www.google.com/recaptcha/api2/demo")
click_checkbox(driver)
time.sleep(1)
request_audio_version(driver)
time.sleep(1)
solve_audio_captcha(driver)
time.sleep(10)

found something useful

from discord-member-booster.

ksIsCute avatar ksIsCute commented on August 12, 2024

what is that

from discord-member-booster.

superfastisfast avatar superfastisfast commented on August 12, 2024

its a whisper captcha transciber

from discord-member-booster.

ksIsCute avatar ksIsCute commented on August 12, 2024

does discord use it?

from discord-member-booster.

ksIsCute avatar ksIsCute commented on August 12, 2024

File "C:\Users\willi\AppData\Local\Programs\Python\Python311\Lib\ctypes_init_.py", line 366, in init
if '/' in name or '\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable

from discord-member-booster.

superfastisfast avatar superfastisfast commented on August 12, 2024

no recaptchas have an audio thingy right, use the audio thingy, and download the mp3 file, use whisper to transcribe delete the mp3 file to keep it clean, and type the text

from discord-member-booster.

lonewolf-github avatar lonewolf-github commented on August 12, 2024

no recaptchas have an audio thingy right, use the audio thingy, and download the mp3 file, use whisper to transcribe delete the mp3 file to keep it clean, and type the text

discord uses hcaptcha though lol

from discord-member-booster.

superfastisfast avatar superfastisfast commented on August 12, 2024

didnt it use to use recap?
Im prob to dumb to do anything but i finished the whisper thing

from discord-member-booster.

Related Issues (20)

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.