This repository provides automation scripts for interacting with the Paw Wallet platform, including the Robot Cat Game. It supports tasks such as handling multiple accounts, enforcing referrals, completing missions, claiming mining rewards, and submitting daily combo codes.
- Account Management: Automatically processes multiple accounts.
- Referral Enforcing: Applies referral codes to accounts.
- Game Tasks: Automates missions, mining sessions, and upgrades.
- Dynamic User-Agent: Randomly assigns a user-agent to simulate real user behavior.
- Daily Combo Submission: Submits daily combo codes to earn rewards.
- Error Handling: Provides robust error logging and retries.
- Node.js installed on your system.
- Input files:
accounts.txt
: Contains account details in the formatqueryId,walletAddress
.user-agent-phone.txt
: Contains a list of user-agent strings.
- Clone or download this repository:
git clone https://github.com/ganjsmoke/paw-wallet.git cd paw-wallet
- Install dependencies:
npm install
- Prepare the input files:
accounts.txt
: Each line should havequeryId
andwalletAddress
separated by a comma:queryId1,walletAddress1 queryId2,walletAddress2 queryId3,walletAddress3
user-agent-phone.txt
: Add one user-agent string per line.
- Run the main script:
node index.js
- The script will loop through the accounts, enforce referrals, complete missions, and perform other game-related tasks.
- Use the
combo.js
script to submit the daily combo code:node combo.js
- Make sure
accounts.txt
anduser-agent-phone.txt
are prepared.
REFERRER_ID
: The referral ID applied to all accounts. Currently set to259015677
.
If you find this script useful, support the author by using the following link to interact with the bot: https://t.me/Pawwalletbot?start=g259015677
Feel free to submit issues or pull requests to improve this script.