Skip to content

MeoMunDep/Pi-Squared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Bot Setup Instructions

Welcome to the bot setup guide! This guide is designed to be beginner-friendly — just follow the steps, and your bot will be ready to run with minimal terminal use.

📱 If you're using Termux on mobile, check this guide


Table of Contents

  1. Prerequisites
  2. Installation Steps
  3. Configuration Files
  4. Running the Bot
  5. Contact and Support

Prerequisites

Make sure you have the following installed:

  • Node.js (Recommended: v22.11.0)
  • npm (Comes with Node.js)

📦 Download from here: Node.js Installer


Installation Steps

✅ 1. Clone the Bot Repository

If you haven't installed Git, download it here.

git clone https://github.com/MeoMunDep/pi-squared.git
cd pisquared
✅ 2. Edit Configuration Files

Set up the following files before running the bot (details below):

  • configs.json
  • datas.txt
  • privateKeys.txt
  • proxies.txt (optional)

Configuration Files

📜 1. configs.json - Bot Settings
{
  "proxyMode": "static",
  "skipInvalidProxy": false,
  "delayEachAccount": [1, 1],
  "timeToRestartAllAccounts": 86400,
  "howManyAccountsRunInOneTime": 10,

  "stopOnExpiredTokens": false,

  "doTasks": true,

  "clickGame": {
    "enable": true,
    "processLog": true,
    "amountOfGames": 50
  },

  "swarmSurvivor": {
    "enable": true,
    "processLog": true,
    "amountOfGames": 50
  },

  "explorerLink": true,
  "faucetTokens": true,
  "newWalletCount": 1,
  "sendFromTempWalletsToThisAccount": true,
  "transferToRandomWallets": true
}
Field Type Description
proxyMode string Proxy usage mode (static, rotate, etc.).
skipInvalidProxy boolean Skip and ignore any proxy that fails.
delayEachAccount array Delay between each account in seconds (random within the range).
timeToRestartAllAccounts number Restart bot after this many seconds (use 0 to disable).
howManyAccountsRunInOneTime number Maximum number of accounts running at the same time.
stopOnExpiredTokens boolean Stop execution if token of any account is expired.
doTasks boolean Whether to perform available tasks.
clickGame.enable boolean Enable the Click Game feature.
clickGame.processLog boolean Show logs while processing Click Game.
clickGame.amountOfGames number Number of Click Game runs per account.
swarmSurvivor.enable boolean Enable the Swarm Survivor game.
swarmSurvivor.processLog boolean Show logs while processing Swarm Survivor.
swarmSurvivor.amountOfGames number Number of Swarm Survivor runs per account.
explorerLink boolean Enable showing blockchain explorer links.
faucetTokens boolean Auto-claim or handle faucet tokens.
newWalletCount number Number of new wallets to generate.
sendFromTempWalletsToThisAccount boolean Send tokens from temporary wallets back to the main account.
transferToRandomWallets boolean Transfer tokens to random wallets for distribution / anti-pattern behavior.
🗂️ 2. privateKeys.txt - Wallet List

📥 Generate wallets here

Each line is one private key:

privatekey1
privatekey2
privatekey3
🌐 3. proxies.txt - Proxy List (Optional)

💡 Get free/paid proxies from here

Supported formats:

host:port
protocol://host:port
protocol://user:pass@host:port
🗂️ 4. datas.txt - Portal Pisquared

💡 Get data from here

Supported formats:

...
...
...

Running the Bot

▶️ For Windows Users

Just double click on run.bat

✅ This script will:

  • Install all required modules
  • Run the bot automatically

You don’t need to type any command manually!

▶️ For Linux/macOS Users

Run this command in terminal:

./run.sh

Or make it executable and double-click:

chmod +x run.sh
./run.sh

Contact and Support


⚠️ Disclaimer

This project was created solely as a personal educational exercise.
It is not an official product, website, or service of any company or brand referenced in this repository.
The creator is not affiliated, associated, endorsed by, or connected with any such company or brand in any way.

The code is provided "as is" without any warranties or guarantees.
Certain parts of the source are intentionally obfuscated to protect personal research, custom logic, and implementation techniques developed during learning and experimentation.

Use this project responsibly and at your own risk.
Redistribution, resale, or commercial use of any part of this code—whether original or modified—is not permitted.

✨ Thank you for using the bot, hope you earn from my scripts! Good luck! 🚀