Recoded by Naufaljct48
Special thanks to @akasaid
- Auto Claim Point
- Auto Claim Daily Reward
- Suppport Multi Account
- Input data manually (no login require)
- Auto Upgrade Pets (Optional)
- Auto Claim Cipher/Daily Combo
- Auto Buy New Pet
Start bot : HERE
-
Make sure your computer was installed python and git.
-
Clone this repository
git clone https://github.com/naufaljct48/pixelverse.git
-
Go to pixelverse
cd pixelverse -
Install python library
Windows
pip install -r requirements.txtor
python -m pip install -r requirements.txtLinux
pip3 install -r requirements.txtor
python3 -m pip install -r requirements.txt -
Get Telegram data
- Active web inspecting in telegram app, How to activate follow the video https://youtu.be/NYxHmck_GjE
- Goto pixeltap bot and open the apps
- Press
F12on your keyboard to open devtool or right click on app and selectInspect - Goto
consolemenu and copy javascript code then paste onconsolemenu - If you don't receive error message, it means you successfully copy telegram data then paste on
data.txt(1 line for 1 telegram data)
Example telegram data
query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx- If you want to add more account. Just paste telegram second account data in line number 2.
Maybe like this sample in below
1.query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx 2.query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx -
Run the bot
Windows
python bot.py
Linux
python3 bot.py