This is a bot that can help you to run hamsterkombat telegram bot which has quite complete features with auto upgrade (3 methods), auto complete combo & auto complete daily cipher/morse.
0x705C71fc031B378586695c8f888231e9d24381b4
These changes enhance the script by adding a maximum price filter
for upgrades FULL Auto Complete Daily Combo
, FULL Auto Complete Daily Morse
, Fake userAgent
, refining the upgrade process to avoid unnecessary error messages, and improving error handling in the buy_upgrade function. These updates ensure a smoother and more efficient upgrading experience in the Hamster Kombat Clicker game.
The updated code introduces a max_price variable, setting it to 5 million. The filter now ensures that the upgrades are not only affordable but also within a maximum price limit of 5 million = 5000000.
Add configuration setting on config.json
bool | tapDelay : true or false
{
"min_tap": 138,
"max_tap": 738,
"delayUpgrade": 1,
"DelayPerAccount": 5,
"tapDelay": true,
"max_price": 5000000,
"loop": 1600
}
- Auto Buy Upgrade (with 3 method options) -
ON/OFF
enhanced
on16-07-2024
- Auto Complete Daily Combo -
ON/OFF
enhanced
on16-07-2024
- Auto Complete Daily Morse -
ON/OFF
enhanced
on16-07-2024
- Auto Complete Tasks -
ON/OFF
- Auto Energy Boost (6x / day) -
Auto ON
- Random UserAgent -
Auto ON
- By default without config will execute
Taps, Boost & Daily Streak
- Upgrade items with the highest profit
- Upgrade items at the lowest price
(low price with high profit)
- Upgrade items with a price less than balance
Before installing and running this project, make sure you have the following prerequisites:
- Python 3 version 1.0.1+ = Python 3.10+
- Other required dependencies
- Clone this repository to your local machine:
git clone https://github.com/jawikas/hamsterkombat.git
- Go to the project directory:
cd hamsterkombat
- Install the necessary dependencies:
pip install -r requirements.txt
before starting the bot you must have your own initdata / queryid telegram! why query id? with query_id it is definitely more profitable because you don't have to bother changing your init data every time.
- Use PC/Laptop or Use USB Debugging Phone
- open the
hamster kombat bot
- Inspect Element
(F12)
on the keyboard - at the top of the choose "
Application
" - then select "
Session Storage
" - Select the links "
Hamster Kombat
" and "tgWebAppData
" - Take the value part of "
tgWebAppData
" - take the part that looks like this:
query_id=xxxxxxxxx-Rxxxxuj&user=%7B%22id%22%3A1323733375%2C%22first_name%22%3A%22xxxx%22%2C%22last_name%22%3A%22%E7%9A%BF%20xxxxxx%22%2C%22username%22%3A%22xxxxx%22%2C%22language_code%22%3A%22id%22%2C%22allows_write_to_pm%22%3Atrue%7D&auth_date=xxxxx&hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- add it to
tokens.txt
file or create it if you dont have one
You can add more and run the accounts in turn by entering a query id in new line like this:
query_id=xxxxxxxxx-Rxxxxuj&user=%7B%22id%22%3A1323733375%2C%22first_name%22%3A%22xxxx%22%2C%22last_name%22%3A%22%E7%9A%BF%20xxxxxx%22%2C%22username%22%3A%22xxxxx%22%2C%22language_code%22%3A%22id%22%2C%22allows_write_to_pm%22%3Atrue%7D&auth_date=xxxxx&hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
query_id=xxxxxxxxx-Rxxxxuj&user=%7B%22id%22%3A1323733375%2C%22first_name%22%3A%22xxxx%22%2C%22last_name%22%3A%22%E7%9A%BF%20xxxxxx%22%2C%22username%22%3A%22xxxxx%22%2C%22language_code%22%3A%22id%22%2C%22allows_write_to_pm%22%3Atrue%7D&auth_date=xxxxx&hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
after that run the kombat hamster bot by writing the command
python main.py
This project is licensed under the NONE
License.
If you have any questions or suggestions, please feel free to contact us at [ https://t.me/itsjaw_real ].
Template based by akasakaid - https://github.com/akasakaid