Skip to content

memefi bot automation for memefi miniapp t.me/memefi_coin_bot which has quite complete features, made more concise and readable for development, taken from the original repository owned by adearmanwijaya.

Notifications You must be signed in to change notification settings

jawikas/memefi-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEMEFI BOT - REQUIRES A PROXY TO USE

memefi bot automation for memefi miniapp https://t.me/memefi_coin_bot?start=r_6fd61f8833 which has quite complete features, made more concise and readable for development, taken from the original repository owned by 💘 adearmanwijaya.

TELEGRAM CHANNEL | TWITTER

Table of Contents

Features

  • Multi account support.
  • Configurable settings via configs.json.
  • Auto tap tap AUTO ON.
  • Auto Use Free Daily Booster Energy.
  • Auto Use Free Daily Turbo Booster.
  • Semi Auto Complete Daily Combo.
  • Crazy Damage / God Mode (adearmanwijaya).
  • Crazy min and max Damage Configurable via configs.json.

" Crazy Damage / God Mode allows you to create as many force hit values as possible when activating the turbo booster, which will make the level in the memefi game rise to the top level faster. "

Installation

Prerequisites

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

To get started, clone this repository and install the required dependencies:

  1. Clone the repository:

    git clone https://github.com/jawikas/memefi-bot.git
    cd memefi-bot

Create a virtual environment (optional but recommended):

python -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`

Install the dependencies:

pip install -r requirements.txt

Configuration

Create or edit config.json :

This file should be located in the root directory of the project. Here is a sample configuration:

{
    "energy_booster": false,
    "turbo_booster": false,
    "auto_claim_combo": false,
    "crazy_damage": false,
    "attempt_hit_boss": 6,
    "min_damage": 2000000,
    "max_damage": 50000000,

    "ACCOUNT_DELAY": 5,
    "LOOP_COUNTDOWN": 800
}

Create or edit proxy.txt : List your proxies in the following format:

username:password@host:port

Create or edit combo.txt : input combo numbers in combo.txt using the format as below, separated by commas ( , ) and without spaces.

3,4,1,2

Usage

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.

  1. Use PC/Laptop or Use USB Debugging Phone
  2. open the memefi bot miniapp
  3. Inspect Element (F12) on the keyboard
  4. at the top of the choose "Application"
  5. then select "Session Storage"
  6. Select the links "memefi" and "tgWebAppData"
  7. Take the value part of "tgWebAppData"
  8. 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
  1. add it to query_id.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

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or issues, please open an issue on GitHub or contact me at [ https://t.me/itsjaw_real ]..

Thanks to

Adearmanwijaya - https://github.com/adearmanwijaya

About

memefi bot automation for memefi miniapp t.me/memefi_coin_bot which has quite complete features, made more concise and readable for development, taken from the original repository owned by adearmanwijaya.

https://t.me/memefi_coin_bot?start=r_6fd61f8833

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages