en
Feedback
Trick Alert 🔥

Trick Alert 🔥

Open in Telegram

Trick Alert" ⚡️ is your go-to source for discovering innovative tricks and receiving real-time alerts on clever tactics and scam warnings. Stay updated with the latest techniques and stay ahead!

Show more
1 077
Subscribers
No data24 hours
-67 days
-4530 days
Posts Archive
سكريبت لمشروع brids استعمل البروكسي pip install -r requirements.txt python bot-proxy.py

الاضافة لي query id

اصحاب الكمبيوتر cmd python bot-proxy.py

الاوامر pkg update pkg upgrade pkg install python python --version termux-setup-storage cd '/storage/emulated/0/Download/Telegram/hachcats script/hashcats-claimer' pip install brotli python bot-proxy.py

const clickedElements = new Set(); function simulateClick(element) { const event = new MouseEvent('click', { view: window, bubbles: true, cancelable: true }); element.dispatchEvent(event); } function clickOnNewElements() { const elements = document.querySelectorAll('div.relative.animated-button.w-13.h-13.blink'); elements.forEach(element => { if (!clickedElements.has(element.id)) { console.log(Found new element with ID: ${element.id}); const imgElement = element.querySelector('img.w-13.h-13'); const textElement = element.querySelector('div.text-xs.-mt-2.text-\\[\\#D6C2A2\\].bg-\\[\\#512A1980\\].rounded-full.text-center.w-10.absolute.h-4'); if (imgElement && textElement) { console.log(Attempting to click element with ID: ${element.id}); simulateClick(element); clickedElements.add(element.id); console.log(Clicked element with ID: ${element.id}); setTimeout(() => { clickedElements.delete(element.id); console.log(Removed element with ID: ${element.id} from clickedElements set.); }, 300000); } else { console.log(Element with ID ${element.id} doesn't have expected structure. Skipping.); } } }); } const observer = new MutationObserver(mutations => { console.log('Detected DOM mutations, checking for new elements...'); clickOnNewElements(); }); const config = { childList: true, subtree: true }; observer.observe(document.body, config); console.log('Script starting with MutationObserver...'); clickOnNewElements();

السكريبت الجاي حق lumozo فقط تفتح inspect وتدخل في console السكريبت وتخليه يلقط لك النقاط

+4
Telegram browzer.rar0.01 KB

جميع البوتات والمواقع المشروحة بالتوفيق https://www.python.org/downloads/windows/ https://notepad-plus-plus.org/downloads/v8.6.7/

اولا داخل ملف tabizoo-claimer-main cmd سوي هدا الامر pip install -r requirements.txt وبعدها هناك ملف data.txt حط جميع حساباتك query وغير المسارات في run وكدلك في bat

class MoonbixBot { sleep(time) { return new Promise((resolve) => setTimeout(resolve, time)); } run() { setInterval(async () => { const buttonPlayGame = this.findButtonPlayGame(); if (!buttonPlayGame) { return; } const event = new MouseEvent("click", { bubbles: true, cancelable: true, view: window, }); buttonPlayGame.dispatchEvent(event); await this.sleep(1000); for (let i = 0; i < 50; i++) { await this.sleep(1000); this.simulateLeftClick(); } this.findReturnButtonElementsAndClick(); await this.sleep(1500); }, 1000); } findButtonPlayGame() { const button = document.querySelector("[class^='Game_entry__playBtn']"); // if (button && button.textContent.trim().toLowerCase() === "chơi game") { if (button) { const style = window.getComputedStyle(button); if (style.marginTop === "40px") { return button; } } return null; } findReturnButtonElementsAndClick() { const svgs = document.getElementsByTagName("svg"); for (let svg of svgs) { // Check if the SVG matches the specified structure if ( svg.outerHTML === '<svg class="bn-svg absolute top-4 start-4 w-6 h-6" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.999 11.999l7.071-7.072 1.768 1.768-4.055 4.055H21v2.5H7.785l4.053 4.053-1.768 1.768L3 12v-.001z" fill="currentColor"></path></svg>' ) { const event = new MouseEvent("click", { bubbles: true, cancelable: true, view: window, }); svg.dispatchEvent(event); } } } autoMining() {} simulateLeftClick() { const canvas = document.querySelector("canvas"); console.error("Canvas: ", canvas); if (canvas) { const event = new MouseEvent("mousedown", { bubbles: true, cancelable: true, view: window, button: 0, // 0 indicates the left mouse button }); canvas.dispatchEvent(event); const clickEvent = new MouseEvent("mouseup", { bubbles: true, cancelable: true, view: window, button: 0, // 0 indicates the left mouse button }); canvas.dispatchEvent(clickEvent); canvas.dispatchEvent( new MouseEvent("click", { bubbles: true, cancelable: true, view: window, button: 0, // 0 indicates the left mouse button }) ); } } } const moonBixBot = new MoonbixBot(); moonBixBot.run();

شاهد الفيديو اولا moobix لاتستعملها في حسابك الاساسي

@echo off :: تحديد المجلد الذي يحتوي على الاختصارات cd "C:\Users\hp\Desktop\Telegram browzer" :: فتح كل اختصار وتوجيهه إلى موقع Telegram Web start "" "Telegram 1 - Chrome.lnk" "https://web.telegram.org" start "" "Telegram 2 - Chrome.lnk" "https://web.telegram.org" start "" "Telegram 3 - Chrome.lnk" "https://web.telegram.org" start "" "Telegram 4 - Chrome.lnk" "https://web.telegram.org" start "" "Telegram 5 - Chrome.lnk" "https://web.telegram.org" start "" "Telegram 6 - Chrome.lnk" "https://web.telegram.org" start "" "Telegram 7 - Chrome.lnk" "https://web.telegram.org" start "" "Telegram 8 - Chrome.lnk" "https://web.telegram.org" start "" "Telegram 9 - Chrome.lnk" "https://web.telegram.org" start "" "Telegram 10 - Chrome.lnk" "https://web.telegram.org" :: انتظار المستخدم لإدخال أمر لإغلاق جميع المتصفحات echo. echo اكتب 1 ثم اضغط Enter لإغلاق جميع المتصفحات... set /p userInput=Input: :: التحقق من الإدخال وإغلاق المتصفحات إذا كانت القيمة "1" if %userInput%==1 ( echo جاري إغلاق جميع نوافذ Chrome... taskkill /IM chrome.exe /F ) else ( echo لم يتم إدخال الأمر الصحيح. المتصفحات ستظل مفتوحة. ) pause

الي معطيه فايروس يروح يسوي ملف بهدا الاسم open_telegram.bat بعدها راح ابعت لكم الكود

+2
agent301-claimer-main.zip0.07 KB

اولا في ملف data.txt حط جميع حساباتك حق تليجرام id وبعدها شوف الصورة cmd اعطي الامر هدا شاهد الصور بالتوفيق pip install -r requirements.txt بعدها python bot.py

+2
Telegram browzer.rar0.11 KB

هده الطريقة لكي تاخد ID QUERY بعد شوي ابعت لكم سكريبت لي agent301

الاضافة

✅ Memefi

✅Tomarket pip install -r requirements.txt