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 101 forks source link

New Playground game #475

Closed tboy1337 closed 3 days ago

tboy1337 commented 4 days ago

There is a new playground game Infected Frontier

Node.js code:

  INFCT: async ({ collect, delay, event, id, instance, login, origin, setup }) => {
    setup('app-token', 'eb518c4b-e448-4065-9d33-06f3039f0fcb');
    setup('promo-id', 'eb518c4b-e448-4065-9d33-06f3039f0fcb');
    setup('unity-version', '2022.3.21f1');

    if (origin === 'ios') {
      setup('user-agent', 'InfectedFrontier/11 CFNetwork/1568.100.1 Darwin/24.0.0');
    } else {
      setup('user-agent', 'UnityPlayer/2022.3.21f1 (UnityWebRequest/1.0, libcurl/8.5.0-DEV)');
    }

    await login({ clientId: id('uuid'), clientOrigin: origin });

    if (TIMING_STRATEGY === 'realistic') {
      await delay(70_000);
    }

    while (!instance.hasCode) {
      await delay(TIMING_STRATEGY === 'realistic' ? 80_000 : 20_000);
      await event({ eventId: id('uuid'), eventOrigin: 'undefined', eventType: 'biker' });
    }

    await collect();
  },

hamster-kombat-playground-games-promo-keys-generator.js

Zhangxiaokang123 commented 3 days ago

There is a new playground game Infected Frontier

Node.js code:

  INFCT: async ({ collect, delay, event, id, instance, login, origin, setup }) => {
    setup('app-token', 'eb518c4b-e448-4065-9d33-06f3039f0fcb');
    setup('promo-id', 'eb518c4b-e448-4065-9d33-06f3039f0fcb');
    setup('unity-version', '2022.3.21f1');

    if (origin === 'ios') {
      setup('user-agent', 'InfectedFrontier/11 CFNetwork/1568.100.1 Darwin/24.0.0');
    } else {
      setup('user-agent', 'UnityPlayer/2022.3.21f1 (UnityWebRequest/1.0, libcurl/8.5.0-DEV)');
    }

    await login({ clientId: id('uuid'), clientOrigin: origin });

    if (TIMING_STRATEGY === 'realistic') {
      await delay(70_000);
    }

    while (!instance.hasCode) {
      await delay(TIMING_STRATEGY === 'realistic' ? 80_000 : 20_000);
      await event({ eventId: id('uuid'), eventOrigin: 'undefined', eventType: 'biker' });
    }

    await collect();
  },

hamster-kombat-playground-games-promo-keys-generator.js

hamster adds a new game Among Water again

httpsTeabagexe commented 3 days ago

New game added Factory World

tboy1337 commented 3 days ago

https://github.com/masterking32/MasterHamsterKombatBot/pull/477

AmirhN1382 commented 3 days ago

added