hbblank1 / metaboss-bot

Meta boss auto attack boss and claiming chest bot, What is Metaboss ? Metaboss is tap tap game on telegram that run on TON chain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

METABOSS BOT

Meta boss auto attack boss bot, What is Metaboss ? Metaboss is tap tap game on telegram that run on TON chain.

Prerequisite

  • Node JS (v22.1.0)
  • Metaboss Account

Register Metaboss Account

  • join metaboss on telegram HERE
  • Start bot /start
  • play /play

Set Up And Run

  • clone the project git clone https://github.com/Widiskel/metaboss-bot.git.
  • run cd metaboss-bot.
  • run npm install.

Since metaboss team add more security to the app, botting is not easy like before, here i will tell you how to run the bot

  • Install Telegram Desktop.

  • Go to Settings > Advance > Experimental Settings > And enable Webview inspecting. image

    Also read how to do inspect on your Operating system.

  • Now open Metaboss Webview game on your Telegram Desktop.

  • On the Webview window right click > inspect (on Windows) or open Safari > Develop > Your Device > Telegram (on Mac)

  • On Inspect Element or Developer Tools > go to Network tab > find the game socket

  • Now refresh the Metaboss Webview on your Telegram Desktop.

  • Back to Developer Tools > Network tab > game socket You will see something like this image

  • Copy the data that contains your account data

  • Now open account.js and fill up your data using template data provided

const account = [
  {
    code: "X",
    type: "X",
    data: {
      id: "X",
      username: "X",
      hash: "X",
      timeAuth: "X",
      data: "user={"id":11111XXXXXXXX...etc",
    },
  }, //account 1
];
  • Finnally run npm run start

How To Update

  • run git pull
  • run npm update
  • run the bot again npm run start

Note

if any error happen please check HERE check the commit if any new commit, then update the bot.

remember to not open telegram metaboss game while the bot running cause it may cause bot freeze.

About

Meta boss auto attack boss and claiming chest bot, What is Metaboss ? Metaboss is tap tap game on telegram that run on TON chain.


Languages

Language:JavaScript 100.0%