This Node.js Bot script manages Multi Account for Blum bot, Unlimited Account Support and multiple blum Accounts handling DAILY CLAIM, DAILY GAMES, DAILY TASKS. The script also includes functionality to periodically send Claim BLUM tokens. If you can run your pc 24/7 then you dont need a Vps else Better buy a small VPS!! Bot can handle Thousands of BLUM Accounts AT ONCE !
Register here Blum - https://t.me/blum/app?startapp=ref_4P0iHV9xlf
- Go to telegram desktop Settings then Advance > experimental settings.
- Then Turn on
enable web inspecting
- Done ! Login to Blum Bot and inspect to get the Query ID (right click to Inspect)
- clone the repo -
git clone https://github.com/Solana0x/blumscript
- Then
cd blumscript
- Then
npm install
- Get
query_id=
from Telegram desktop by right click on your bot and then inspect - The Go to console and write
allow pasting
first then writesessionStorage.getItem('query_id');
- Then you will see output as
'query_id=AAENbsx1uxHCS49780&hash=7a153fc0cfd3e78056x3bfdd346d783036'
copy the queryid - Add
query_id=
in data.txt file every line = newquery_id=
- Repeat the process for all the Telegram accounts
- One done Run the Bot code by -
node blum.js
- If You wanted to USE proxys to be safe from Sybil ! then use
node blum-proxy.js
and add your proxis in theproxy.txt
file !! - Bot have 2 Ways 1. if you do yes (y) then it will complete the tasks also like Coinmarketcap, binance etc all tasks in app
- if you do no (n) then it will skip the task and just play game and daily checkin etc stuff.
- So, Use yes(y) may be first time then afterwards for daily usage use (n) !!
const delay = Math.floor(Math.random() * (5000 - 3000 + 1)) + 3000;
return new Promise(resolve => setTimeout(resolve, delay));
}
IF you wanted to add your Custom Random Delay than You can changed 3000
this to 0 ! 3000 means => 3 seconds delay in btw Tasks !
- AUTO FARMING BOT
- AUTO DAILY CHECKIN
- AUTO 7 hrs CHECKIN
- AUTO PLAY THE GAME
- AUTO JOIN THE TRIBE
- AUTO COMPLETE THE TASKS
- As per my suggestion you can buy residentail or datacenter proxy as per your budget from this website https://dataimpulse.com/?aff=23392 .
FOR ANY KIND OF HELP CONTACT : 0xphatom on Discord https://discord.com/users/979641024215416842
Educational Purposes Only:
This script is intended solely for educational and research purposes. The authors and contributors of this project are not responsible for any misuse of this code. Any actions taken using this code are the sole responsibility of the user.
- Non-Liability: The authors of this code do not bear any responsibility for legal or ethical violations that occur due to the use of this script. The script should only be used in a controlled, legal environment, and not for any illegal activities. Misuse of this software may result in legal actions taken against the user by third parties.
- Third-Party Liability: The author is not responsible for any actions taken by any organization, including but not limited to the Blum team, or any other entities that may use or interpret this code in any manner.
Copyright Notice:
This script is protected under the provisions of the U.S. Copyright Act of 1976, Title 17, United States Code. Unauthorized reproduction or distribution of this script, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law. For more information, please consult the full text of the law: Title 17 of the U.S. Code.