Blockpad Testnet automate perform task script.
- Another script, Blockpad Autoref
- Blockpad Account, Register here: https://testnet.blockpad.fun/register
- Blockpad Account Bearer Token
- VPS or RDP (OPTIONAL)
- Open your browser console, here's the tutorial YouTube
- Paste this script to browser console:
try {
const token = localStorage.getItem('token');
if (token) {
console.log('Token found:', token);
} else {
console.log('No token found in localStorage, Please login blockpad first: https://testnet.blockpad.fun/register?ref=TZSXOS');
}
} catch (error) {
console.error('Error accessing localStorage:', error);
}
- The token must be like:
eyJhbGciXXXXXX.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- Install Python For Windows: Python
- For Unix:
apt install python3 python3-pip git -y
- For Termux:
pkg install python python-pip git -y
- Download script Manually or use git:
git clone https://github.com/im-hanzou/blockpad-automate
- Make sure you already in bot folder:
cd blockpad-automate
pip install -r requirements.txt
pip3 install -r requirements.txt
- Windows and Termux:
python main.py
- Unix:
python3 main.py
- Then insert your Bearer Token
- Run this bot, use my referral code if you don't have one.
- You can just run this bot at your own risk, I'm not responsible for any loss or damage caused by this bot.
- This bot is for educational purposes only.