Derpitron / Discord-OTP-Forcer

Selenium based discord OTP forcer
GNU Affero General Public License v3.0
43 stars 12 forks source link

[Feature Request] Raise the window into the foreground upon HCaptcha start/OTP success. #33

Open Potatoman1235 opened 1 year ago

Potatoman1235 commented 1 year ago

I was wondering if it would be beneficial or not to keep the simulated Chrome window open on my main screen while the brute forcer does it's job so when the Hcaptcha eventually appears I will see it and click on it or if it makes no difference and when the Hcaptcha appears it will open back up to my main screen.

Thank you in advance.

Derpitron commented 1 year ago

The Hcaptcha is a part of the Discord website itself, and is thus a part of the simulated Chrome window. It's not possible to move it to another screen.

Even if it were possible, the Hcaptcha widget would probably have code to detect such changes and ban/flag the user as a bot. I want to keep this program as safe as possible for Discord and the user, by not tampering with the official security features like the Captcha at all.

Potatoman1235 commented 1 year ago

I apologize for the confusion,

what I was actually trying to ask is "Do I need the simulated chrome window open in my foreground or can it be running in the background and if I do have it running in the background will it move into the foreground if it happens to use the right OTP?"

Derpitron commented 1 year ago

You can have it minimized, or moved to another virtual desktop. Any thing you do to the simulated Chrome window will be fine, as long as you don't close either the terminal or the Chrome window itself.

There is currently no functionality to raise the window into the foreground upon HCaptcha/OTP success.