Skip to content

Bot with auto paint, auto claim mining, auto upgrade boost.

License

Notifications You must be signed in to change notification settings

ashtrobe/notpixel4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOT PIXEL BOT

AIRDROP : NOT PIXEL (OFFICIAL BY PAVEL DUROV)

NOT PIXEL Mining By Pavel Durov

🏷 Reward : PX Tokens

Color pixels and watch your Not PX balance grow. Just draw on the canvas and clear some task

Zoom > Find White Color > Draw With Multicolor > Done

📌 Use 1.1.1.1 (Cloudflare DNS) if you can't open the game

PREREQUISITE

  • Node JS
  • Telegram APP_ID & Telegram APP_HASH

BOT FEATURE

  • Multi Account With Proxy Support
  • Support Telegram Sessions and Telegram Query (Query May Expired)
  • Auto Draw in Pixel
  • Auto Complete Some Missions
  • Auto Claim Mining
  • Auto Upgrade Boost (reChargeSpeed, energyLimit, paintReward)

SETUP & CONFIGURE BOT

Termux

Make sure you have Nodejs, git, nano installed

pkg install nodejs-lts
pkg install git
pkg install nano
  1. Clone project repository and enter script folder

    git clone https://github.com/ashtrobe/notpixel4.git && cd notpixel4
    
  2. Run this Command Before Installing Dependencies

    mkdir ~/.gyp && echo "{'variables':{'android_ndk_path':''}}" > ~/.gyp/include.gypi
    
  3. Install Dependencies and Setup Bot

    npm install && npm i [email protected] && npm run setup
    
  4. Make new accounts folder

    mkdir -p accounts
    
  5. (If You Use Telegram Sessions) To configure the app, run

    nano config/config.js
    

    and add your telegram app id and hash there.

  6. (If You Use Proxy) To configure the app, run

    nano config/proxy_list.js
    

GET PROXIES FROM HERE and add your proxy list there.

  1. To start the app run
    npm run start
    

WINDOWS

  1. Open your Command Prompt or Power Shell.

  2. Clone project repository

    git clone https://github.com/Rambeboy/notpixel-bot.git
    

    and cd to project dir

    cd notpixel-bot
    
  3. Install Dependencies and Setup Bot

    npm instal
    
    npm run setup
    
  4. Navigate to notpixel4 directory.

  5. Make new folder named accounts.

  6. Navigate to config folder and configure config.js also proxy_list.js.

  7. Now Open and configure config.js.

  8. Now back to the notpixel4 folder

  9. To start the app open your Command Prompt or Power Shell again and run

    npm run start
    
  10. If Any error happen contains config or proxy, Copy config folder to app folder

  11. Finally run with

    node app/index.js
    

UPDATE BOT

To update bot follow this step :

  1. Run
    git pull
    
    or
    git pull --rebase
    
    if error run
    git stash && git pull
    
  2. Run
    npm update
    
  3. Start the bot.

SETUP ACCOUNTS

  1. Run bot npm run start

  2. Choose option 1 to create account

  3. Choose account type Query or Sessions

  4. Session Type

  • Enter Account Name
  • Enter your phone number starting with countrycode ex : +628xxxxxxxx
  • You will be asked for verification code and password (if any)
  • Start The bot Again after account creation complete
  1. Query Type
  • Enter Account Name
  • Enter Telegram Query (you can get query by opening bot app on browser > inspect element > storage / application > session storage > telegram init params > copy tg web app data value)
  • Start The bot Again after account creation complete
  1. After bot started choose option 3 start bot

SESSION TROUBLESHOOT

If you asked to enter phone number again after sessions creation, it mean session not initialized correctly, try to delete the created sessions.

Example Case

  • example you already have 1 session (sessionA) and all good when you run bot. After that you create another session, but when you run bot, the bot asked to enter phone number again, so the problem is on (sessionB), to fix it just remove the accounts/sessionB folder and re create it or just delete all folder inside accounts directory with prefix sessions-.

QUERY TROUBLESHOOT

if your bot get eror, with some error code 401 it mean your query expired, go get new query and run bot again and choose option 4 for query modification.

NOTE

You can configure bot by opening config.js file and modify some of this param

static DISPLAY = "BLESS"; //TWIST or BLESS Display
static USEAUTOUPGRADE = true; //USE AUTO UPGRADE OR NO
static REPAINTER = true; //USE INCORRECT COLOR REPAINTER
static CUSTOMDELAYINMIN = undefined; //CUSTOM DELAY IN MINUTES EX : 60 = 60 minutes
static TEMPLATE = {
   templateID: 446378180,
   startArea: 116450,
   endArea: 165575,
   correctColor: "#6D482F",
}; //configure fren template by finding the id, color, start area and end area (is a rectangle start from top left, and end on bottom right)

Don't use bot with session type if you using telegram account that bought from someone because it can make your telegram account deleted. instead of using session type, use query type.

This bot can use Telegram Query and Telegram Sessions. if you want to use sessions, and ever use one of my bot that use telegram sessions, you can just copy the accounts folder to this bot. Also for the telegram APP ID and Hash you can use it from another bot. If you want to use Telegram Query, get your query manually.

if you got error Invalid ConstructorId try to run this npm i [email protected]

LICENSE

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


About

Bot with auto paint, auto claim mining, auto upgrade boost.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%