NOT PIXEL Telegram Mini App Bot Auto
Note
This is a paid script that requires a valid license key to operate. For more information, please visit the Dzuhri Auto page.
- Auto Refferal
- Auto Claim
- Auto Paint
- Auto Upgrade Boost
- Auto Clear Tasks 🔥🔥🔥 (not all missions)
Warning
When using session mode
, please make sure to only add a Telegram account with an ID number below 65xxxxx
. You can check your ID by using @userinfobot
. If your ID is higher than this, your account will be automatically banned.
- VPS
- Windows
- Mac
- Android (using Termux)
Before setting up the bot, ensure the following are installed:
All the configurations can be set in the .env file.
Name | Description | Default |
---|---|---|
LICENSE_KEY | Dzuhri Auto License Key | |
API_ID / API_HASH | API and API HASH from telegram account | |
REF_LINK | Put your refferal link here | my ref link |
AUTO_UPGRADE_PAINT_REWARD | Enable auto upgrader paint boosts | True |
AUTO_UPGRADE_RECHARGE_SPEED | Enable auto upgrader recharge speed boosts | True |
AUTO_UPGRADE_RECHARGE_ENERGY | Enable auto upgrader recharge energy boosts | True |
AUTO_TASK | Enable auto complete tasks | True |
USE_CUSTOM_TEMPLATE | Use costum template | False |
CUSTOM_TEMPLATE_ID | id of custom template | 1006282664 |
PAINT_COLOR | paint color | 000000 |
USE_RANDOM_TEMPLATES | enable use random templates | True |
RANDOM_TEMPLATES_ID | id of random templates | [917981974, 7319890725, 1972552043] |
NIGHT_MODE | night mode | False |
SLEEP_TIME | sleep time | [0, 7] |
DELAY_EACH_ACCOUNT | delay between each accounts in seconds | [10, 15] |
SLEEP_TIME_BETWEEN_EACH_ROUND | delay between each iteration in seconds | [1000, 1500] |
USE_PROXY_FROM_FILE | enable using proxy | False |
- Go to my.telegram.org and log in using your phone number.
- Select
API development tools
and fill out the form to register a new application. - Record the
API_ID
andAPI_HASH
provided after registering your application in the.env
file.
To get the Query ID, read this guide.
Once you have the Query ID, add it to the query_ids.txt
file.
If you're using multiple accounts, simply add each query ID on a new line, like this:
query_id=xxxxxxxxx-User1
query_id=xxxxxxxxx-User2
To use proxy, read this guide.
To buy cheap proxy, buy cheap proxy here
Run the following command to clone the repository:
git clone https://github.com/dzuhri-auto/notpixel.git
Once cloned, navigate to the project directory:
cd notpixel
Run the following commands based on your operating system:
Windows (Using Powershell) :
py -m venv venv
.\venv\Scripts\Activate
pip3 install wheel
pip3 install -r requirements.txt
cp .env-example .env
Mac / Linux :
python3 -m venv venv
source venv/bin/activate
pip3 install wheel
pip3 install -r requirements.txt
cp .env-example .env
Note : dont forget to edit .env
file
After installation, you need to input your license key in the .env
file.
If you don't have a license key yet, you can purchase one here: Buy the license key
Once you have it, add it to your .env
file like this:
LICENSE_KEY="Your License Key"
Run the bot using the following commands, depending on your operating system:
Windows (Using Powershell) :
.\venv\Scripts\Activate
py main.py
Mac / Linux :
source venv/bin/activate
python3 main.py