SkillAgentSearch skills...

HamsterKombatBot

HamsterKombatBot App AutoClicker

Install / Use

/learn @sizifart/HamsterKombatBot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

HamsterKombatBot

🖱️ clicker for https://t.me/hamster_kombaT_bot

Recommendation before use

🔥🔥 Use PYTHON 3.10 🔥🔥

Functionality

| Functional | Supported | |----------------------------------------------------------------|:---------:| | Multithreading | ✅ | | Binding a proxy to a session | ✅ | | Auto APPLY COMBO | ✅ | | Auto APPLY PROMO CODES | ✅ | | Auto APPLY DAILY CIPHER | ✅ | | Auto APPLY DAILY REWARD | ✅ | | Auto APPLY DAILY ENERGY | ✅ | | Auto APPLY DAILY MINI GAME | ✅ | | USE RANDOM MINI GAME KEY | ✅ | | AUTO COMPLETE TASKS | ✅ | | Random USE TAPS | ✅ | | Support tdata / pyrogram .session / telethon .session | ✅ |

Settings

| Setting | Description | |------------------------------|------------------------------------------------------------------------------------------| | API_ID / API_HASH | Platform data from which to launch a Telegram session (stock - Android) | | MIN_AVAILABLE_ENERGY | Minimum amount of available energy, upon reaching which there will be a delay (eg 100) | | SLEEP_BY_MIN_ENERGY | Delay when reaching minimum energy in seconds (eg [1800,2400]) | | AUTO_UPGRADE | Whether to upgrade the passive earn (True / False) | | MAX_LEVEL | Maximum upgrade level (eg 20) | | MAX_PRICE | Maximum upgrade price (eg 50000000) | | BALANCE_TO_SAVE | Balance limit that the bot "won't touch" (eg 1000000) | | UPGRADES_COUNT | The count of cards that the bot will upgrade in 1 lap (eg 10) | | MAX_COMBO_PRICE | Maximum purchase price for buying combo cards with an available balance (eg 10000000) | | APPLY_COMBO | Whether to apply the buying and claiming combo cards (True / False) | | APPLY_PROMO_CODES | Whether to apply the activation promo codes (True / False) | | APPLY_DAILY_CIPHER | Whether to apply the claiming daily cipher (True / False) | | APPLY_DAILY_REWARD | Whether to apply the claiming daily reward (True / False) | | APPLY_DAILY_ENERGY | Whether to apply the activation daily energy boost (True / False) | | APPLY_DAILY_MINI_GAME | Whether to apply the activation mini game (True / False) | | USE_RANDOM_MINI_GAME_KEY | Whether to use random key for mini game cipher (True / False) | | AUTO_COMPLETE_TASKS | Whether to complete tasks (True / False) | | USE_TAPS | Whether to use taps (True / False) | | RANDOM_TAPS_COUNT | Random number of taps (eg [50,200]) | | SLEEP_BETWEEN_TAP | Random delay between taps in seconds (eg [10,25]) | | USE_RANDOM_DELAY_IN_RUN | Использовать ли рандомную задержку при запуске (True / False) | | RANDOM_DELAY_IN_RUN | Random delay in run (eg [0,15]) | | USE_RANDOM_USERAGENT | Whether to use random User Agent every time to start (True / False) |

📕 Profiles

Possible to create a profile with unique data for each session:

{
  "session1": {
    "proxy": "socks5://yGow3a:uBro3wL@58.195.21.83:9715",
    "headers": {"...": "..."},
    "fingerprint": {"...": "..."}
  },
  "session2": {
    "proxy": "socks5://yGow3a:uBro3wL@58.195.21.83:9715",
    "headers": {"...": "..."},
    "fingerprint": {"...": "..."}
  },
  "...": {}
}

Note: session1 и session2 - are examples of session names.

Prerequisites

Before you begin, make sure you have the following installed:

  • Python version 3.10
  • Telegram API_ID and API_HASH (you can get them here)

Obtaining API Keys

  1. Go to my.telegram.org and log in using your phone number.
  2. Select "API development tools" and fill out the form to register a new application.
  3. Record the API_ID and API_HASH provided after registering your application in the .env file.

Auto Install/Run

  • Click on RUN.bat to automatically install the required dependencies and run the project

Menual Install/Run

  1. Install the required dependencies:
    pip install -r requirements.txt
    
  2. Please edit the name file .env-example to .env and add your API_ID and API_HASH:

Usage

  1. Run the bot:
    python main.py
    

Install/Run into Phone

Termux Setup

Link about python and pip on Termux that comes with the pkg python

git clone https://github.com/sizifart/HamsterKombatBot.git
cd HamsterKombatBot
pip3 install -r requirements.txt
chmod +x main.py

Telegram Channel

✅ Channel for information and training on Telegram airdrop bots 🔷 Follow us on Telegram : SIZIFAIRDROP

Discussion

If you have an question or something you can ask in here : F.Davoodi

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks1

Languages

Python

Security Score

70/100

Audited on Oct 1, 2024

No findings