masterking32 / MasterHamsterKombatBot

Master Hamster Kombat Bot is a Python-based automation tool specifically designed for the game Hamster Kombat. This bot is capable of performing all in-game tasks, including auto-tapping, cipher tasks, and purchasing the best cards on your behalf. It's a free and fully automated farming bot that enhances your Hamster Kombat gaming experience.
https://masterking32.com
Apache License 2.0
266 stars 87 forks source link

Start With System Proxy.bat #235

Closed CipherVasat closed 2 weeks ago

CipherVasat commented 2 weeks ago

As for VPN apps out there most of them set system proxy this bat file change proxy for CMD.exe to use system proxy ( needs to be configured in the bat file) then launch the main.py

Fy0urM commented 2 weeks ago

And what is it for? The proxy is configured in config.py for each account individually.

CipherVasat commented 2 weeks ago

And what is it for? The proxy is configured in config.py for each account individually.

didn't know the poxy in config.py can also be used for system proxy which is in windows settings, thought have to use non local proxies

tboy1337 commented 2 weeks ago

And what is it for? The proxy is configured in config.py for each account individually.

didn't know the poxy in config.py can also be used for system proxy which is in windows settings, thought have to use non local proxies

This approach doesn't work for multiple accounts, netsh sets the system-wide proxy but if you put the proxies in the config.py you can set them for each individual account. See https://github.com/masterking32/MasterHamsterKombatBot/discussions/133 for more information.

masterking32 commented 2 weeks ago

This feature is not usable for everyone, so we cannot merge it. However, thank you for your PR.