Earned over $20k with $DOGS, so BLUM is next.
It takes just 5 minutes to set up, super easy.
Simple guide for newbies on Blum Mobile Auto-Farmer👇🧵
1 ➤ Install Kiwi Browser (Android)
➔ Visit https://play.google.com/store/apps/details?id=com.kiwibrowser.browser.
➔ Download the browser.
➔ Configure it.
2 ➤ Ignore X-Frame extension
➔ Open Kiwi Browser.
➔ Visit https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo?hl=en.
➔ Now you can use Blum in Kiwi Browser.
3 ➤ Telegram Web
➔ Visit http://web.telegram.org.
➔ Log in to your Telegram account.
➔ Open the Blum bot.
4 ➤ Get authorization token
➔ Open the Blum Bot.
➔ Click on the 3 dots.
➔ Click on "Developer Tools" > "Network".
➔ Select "Balance."
➔ Find authorization token, starts with "Bearer..."
➔ Save it somewhere.
If there is no "Balance," reload the page with Blum.
5 ➤ Set up the script
➔ Go to "Console".
➔ Enter "Allow pasting".
➔ Enter the code from the next tweet (also available on Telegram: https://t.me/redkendl_alpha, better to copy from there).
➔ Don't press Enter until the next tweet.
6 ➤ The script
const play = 5
const authen = "YOUR_TOKEN"
clear()
async function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
async function playAndClaimGame() {
for (let i = 0; i < play; i++) {
console.log(` - ${i}. Start Play game..`)
const _points = Math.floor(Math.random() * (120 - 80 + 1)) + 110;
const headers = {
'accept': 'application/json, text/plain, /',
'accept-language': 'en-US,en;q=0.9',
'authorization': authen,
'origin': 'https://telegram.blum.codes',
'priority': 'u=1, i',
'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128", "Microsoft Edge WebView2";v="128"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"Windows"',
'sec-fetch-dest': 'empty',
'sec-fetch-mode': 'cors',
'sec-fetch-site': 'same-site',
'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'
}
delete headers["content-type"]
const response = await fetch('https://game-domain.blum.codes/api/v1/game/play', {
method: 'POST',
headers: headers,
});
const responseData = await response.json();
const gameid = responseData.gameId;
console.log(` - GameId: ${gameid}`)
const _sleep = Math.floor(Math.random() 11 + 50) 1000
console.log(` - sleep: ${_sleep / 1000}s`)
await sleep(_sleep)
headers["content-type"] = 'application/json'
delete headers["content-length"]
const claim = await fetch('https://game-domain.blum.codes/api/v1/game/claim', {
method: 'POST',
headers: headers,
body: JSON.stringify({
'gameId': gameid,
'points': _points
})
});
const claimText = await claim.text();
console.log(` - Play status: ${claimText}. Points: ${_points}`)
const _sleep2 = Math.floor(Math.random() 6 + 15) 1000
console.log(` - sleep: ${_sleep2 / 1000}s`)
await sleep(_sleep2);
}
console.log(" - [ DONE ALL ] ")
}
(async () => {
await playAndClaimGame();
})();
7 ➤ Auth Replacement
➔ After pasting the code, find "YOUR_TOKEN" at the beginning.
➔ Replace it with the Auth token you saved a few steps earlier.
➔ And press "Enter."
Note: Don't delete quotes (" ").
8 ➤ Script work
➔ Open the Blum game.
➔ The script will play the game for you.
➔ Log in daily to earn more tickets.
➔ Turn script on every day.
9 ➤ Risk Warnings
➔ Avoid running these scripts on your primary account.
➔ Over time, this script will gain more automation features.
➔ Although the code is designed to mimic human actions, there's no absolute guarantee.
➔ Any consequences to your BLUM account are your responsibility.
➔ If the script does not work, it might be due to Blum's slow server load.
NOTE:
IF YOU THIS TYPE OF CONTENT ON BINANCE SQUARE AND ON X, DON'T FALL FOR IT. THIS IS ALL FALSE CONTENT & LIE AND YOUR ACCOUNT WILL BAN.
That's it for today folks,
Thanks for reading! For more insightful crypto content,
Follow Me @Crypto PM
Stay updated with the latest trends and analyses in the crypto world!