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
288 stars 100 forks source link

New Game Merge Away #171

Closed kglaynyi closed 1 month ago

kglaynyi commented 1 month ago

Please add new playground game.

Fy0urM commented 1 month ago
"dc128d28-c45b-411c-98ff-ac7726fbaea4": {
        "name": "Merge Away",
        "appToken": "8d1cc2ad-e097-4b86-90ef-7a27e19fb833",
        "promoId": "dc128d28-c45b-411c-98ff-ac7726fbaea4",
        "delay": 120,
        "retry_delay": 20,
    }

just add to "SupportedPromoGames" image

kglaynyi commented 1 month ago

Stuck in Registering event for Merge Away....

Fy0urM commented 1 month ago

Stuck in Registering event for Merge Away....

In this bot it can take a long time, pause between attempts 120 seconds, up to 10 attempts, + some other pauses, just wait 20-30 minutes. and check if you have modified SupportedPromoGames correctly, it should look like this

SupportedPromoGames = {
    "43e35910-c168-4634-ad4f-52fd764a843f": {
        "name": "Bike Ride 3D in Hamster FAM",
        "appToken": "d28721be-fd2d-4b45-869e-9f253b554e50",
        "promoId": "43e35910-c168-4634-ad4f-52fd764a843f",
        "delay": 120,
        "retry_delay": 20,
    },
    "fe693b26-b342-4159-8808-15e3ff7f8767": {
        "name": "My Clone Army",
        "appToken": "74ee0b5b-775e-4bee-974f-63e7f4d5bacb",
        "promoId": "fe693b26-b342-4159-8808-15e3ff7f8767",
        "delay": 120,
        "retry_delay": 20,
    },
    "b4170868-cef0-424f-8eb9-be0622e8e8e3": {
        "name": "Chain Cube 2024",
        "appToken": "d1690a07-3780-4068-810f-9b5bbf2931b2",
        "promoId": "b4170868-cef0-424f-8eb9-be0622e8e8e3",
        "delay": 120,
        "retry_delay": 20,
    },
    "c4480ac7-e178-4973-8061-9ed5b2e17954": {
        "name": "Train Miner",
        "appToken": "82647f43-3f87-402d-88dd-09a90025313f",
        "promoId": "c4480ac7-e178-4973-8061-9ed5b2e17954",
        "delay": 120,
        "retry_delay": 20,
    },
    "dc128d28-c45b-411c-98ff-ac7726fbaea4": {
        "name": "Merge Away",
        "appToken": "8d1cc2ad-e097-4b86-90ef-7a27e19fb833",
        "promoId": "dc128d28-c45b-411c-98ff-ac7726fbaea4",
        "delay": 120,
        "retry_delay": 20,
    },
}