Skip to content

KayNguyen97/Pixelversexyz-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixelversexyzbot

Auto claim for pixeltap by pixelverse

Table of Contents

Feature

  • Suppport Multi Account
  • Input data manually (no login require)

Registration

Start bot : HERE

How to Use

  1. Make sure your computer was installed python and git.

  2. Clone this repository

    git clone https://github.com/KayNguyen97/Pixelversexyz-Bot.git
  3. Go to pixelversexyzbot

    cd pixelversexyzbot
    
  4. 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
    
  5. Get Telegram data

    1. Active web inspecting in telegram app, How to activate follow the video https://youtu.be/NYxHmck_GjE
    2. Goto pixeltap bot and open the apps
    3. Press F12 on your keyboard to open devtool or right click on app and select Inspect
    4. Goto console menu and copy javascript code then paste on console menu
    5. 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
    
    1. 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
    
  6. Run the bot

    Windows

    python bot.py

    Linux

    python3 bot.py

Video Guide & Android Guide

Watch the video via following link for guidance : https://youtu.be/KTZW9A75guI

Javascript Command to Get Telegram Data for Desktop

copy(Telegram.WebApp.initData)

Thank you < 3

About

Auto Claim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages