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://github.com/masterking32/MasterCryptoFarmBot
Apache License 2.0
280 stars 90 forks source link

New Game #203

Closed Pawansingh333 closed 3 months ago

Pawansingh333 commented 3 months ago

Hamster Kombat Add New Game please add new game in your bot thanks

Fy0urM commented 3 months ago

it probably hasn't been launched yet. get-promos request returns placeholder

upd: already launched

kglaynyi commented 3 months ago

2aaf5aee-2cbc-47ec-8a3f-0962cc14bc71 (Not Tested)

QualityRU commented 3 months ago
    '2aaf5aee-2cbc-47ec-8a3f-0962cc14bc71': {
        'name': 'Polysphere',
        'appToken': '2aaf5aee-2cbc-47ec-8a3f-0962cc14bc71',
        'promoId': '2aaf5aee-2cbc-47ec-8a3f-0962cc14bc71',
        'userAgent': 'UnityPlayer/2021.3.15f1 (UnityWebRequest/1.0, libcurl/7.84.0-DEV)',
        'x-unity-version': '2021.3.15f1',
        'clientOrigin': 'android',
        'clientIdType': 'type1',
        'clientVersion': None,
        'eventIdType': 'StartLevel',
        'eventOrigin': 'undefined',
        'eventType': None,
        'delay': 20,
        'retry_delay': 20,
    },
Polysphere key: POLY-WJ7-FG74-YDSZ-GVV
Fy0urM commented 3 months ago

correct game data with right request options

"2aaf5aee-2cbc-47ec-8a3f-0962cc14bc71": {
        "name": "Polysphere: Art Puzzle Game",
        "appToken": "2aaf5aee-2cbc-47ec-8a3f-0962cc14bc71",
        "promoId": "2aaf5aee-2cbc-47ec-8a3f-0962cc14bc71",
        "userAgent": "UnityPlayer/2021.3.39f1 (UnityWebRequest/1.0, libcurl/8.5.0-DEV)",
        "x-unity-version": "2021.3.39f1",
        "clientOrigin": "android",
        "clientIdType": "type1",
        "clientVersion": None,
        "eventIdType": "uuid",
        "eventOrigin": "undefined",
        "eventType": "test",
        "delay": 20,
        "retry_delay": 20,
    }

but anyone using the standard main.py should edit the line https://github.com/masterking32/MasterHamsterKombatBot/blob/90ead37b16cbb4f9c1bbf6533ee33202a66b6a2f/main.py#L1031 and increase it to 16 minimum, 20 is my recommendation for reserv retrys

Pawansingh333 commented 3 months ago

please apply this main.py because we don't know about python thanks

Pawansingh333 commented 3 months ago

Thanks for update