Autoclaim Daily Points for assisterr.ai support multiple accounts and using proxies.
- Register: https://build.assisterr.ai (Connect Twitter, Discord and complete tasks)
- Proxies (OPTIONAL)
- VPS or RDP (OPTIONAL), Get free $200 credit DigitalOcean for 60 days here: Register
- NodeJS. How to install:
- Free Proxies Static Residental:
- Paid Premium Static Residental:
- Get your Solana Wallet privatekey:
- Use Phantom Wallet
- Use Soflare. Then convert your Soflare privatekey using this script.
- Get account Tokens:
- Open https://build.assisterr.ai and make sure you already logged in and complete tasks.
- Open your browser's Developer Tools by press F12 or press Ctrl+Shift+I and navigate to the Console tab.
- Run the following commands:
function getCookieValue(cookieName) {
const cookies = document.cookie.split('; ');
for (let cookie of cookies) {
const [name, value] = cookie.split('=');
if (name === cookieName) {
return decodeURIComponent(value);
}
}
return null
}
const accessToken = getCookieValue('accessToken');
const refreshToken = getCookieValue('refreshToken');
console.log('Access Token:', accessToken);
console.log('Refresh Token:', refreshToken);
- Insert your credentials like this format to
accounts.txt
:
accessToken:refreshToken:privatekey
If you running multiple accounts just insert perlines
- Insert proxies to
proxies.txt
like this format:
http://127.0.0.1:8080
http://user:pass@127.0.0.1:8080
Only http proxies supported for now
- Download script Manually or use git:
git clone https://github.com/im-hanzou/assisterr-daily-claimer
- Open terminal and make sure you already in bot folder:
cd assisterr-daily-claimer
- Install modules:
npm install
- Run bot:
node index.js
- Run this bot, use my referrer 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.