Auto claim for pixeltap by pixelverse
- pixelversexyzbot
- Table of Contents
- Feature
- Registration
- How to Use
- Video Guide & Android Guide
- Javascript Command to Get Telegram Data for Desktop
- Support
- Thank you < 3
- Suppport Multi Account
- Input data manually (no login require)
Start bot : HERE
-
Make sure your computer was installed python and git.
-
Clone this repository
git clone https://github.com/KayNguyen97/Pixelversexyz-Bot.git
-
Go to pixelversexyzbot
cd pixelversexyzbot
-
Install python library
Windows
pip install -r requirements.txt
or
python -m pip install -r requirements.txt
Linux
pip3 install -r requirements.txt
or
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
F12
on your keyboard to open devtool or right click on app and selectInspect
- Goto
console
menu and copy javascript code then paste onconsole
menu - 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
Watch the video via following link for guidance : https://youtu.be/KTZW9A75guI
copy(Telegram.WebApp.initData)