ShadowOxygen / OxygenX

Amazing Tool for checking minecraft accounts
MIT License
163 stars 105 forks source link

VPN Support #20

Open Tcm9 opened 4 years ago

Tcm9 commented 4 years ago

It should be possible to use NordVPN, HideMyAss or even your own VPN to check accounts. This will probably be slower than with proxies, but proxies are often banned or slow.
With HideMyAss and NordVPN the ip should then simply be changed. With a private VPN the Vpn should be deactivated and then activated again each time. private vpn in Windows 10: image

Tcm9 commented 4 years ago

Another possibility is the "Router reconnect" script for the Fritzbox.

ghost commented 4 years ago

You can use vpn. Just put the use of proxy's as "false"

Tcm9 commented 4 years ago

yes but the ip does not change automatically after a few accounts are checked.

ShadowOxygen commented 4 years ago

Uh so you can use VPN, but I do not know how to switch vpn using python

But a good idea

Tcm9 commented 4 years ago

Private vpn: (cmd) rasdial [vpn name] /DISCONNECT

With the fritzbox script the exe only has to be executed each time.

Hide my ass vpn: https://support.hidemyass.com/hc/en-us/articles/202723586-CLI-Controlling-HMA-VPN-client-externally-with-parameters

NordVPN: https://support.nordvpn.com/Connectivity/Windows/1350897482/Connect-to-NordVPN-app-on-Windows-using-the-Command-Prompt.htm

I hope I could help.