##Đặc trưng -Tự động tăng tốc -Tự động hợp nhất mèo -Tự động mua mèo miễn phí -Tự động xóa mèo cấp thấp -Tự động thu thập tiền thưởng Airdrop
- **Bật gỡ lỗi USB**trên thiết bị của bạn.
- Trong Cài đặt Telegram, cuộn xuống hết cỡ, nhấn và giữ số phiên bản hai lần.
- Chọn Bật gỡ lỗi WebView trong Cài đặt gỡ lỗi.
- Kết nối điện thoại của bạn với máy tính và mở chrome://inspect/#devices trong Chrome – bạn sẽ thấy Ứng dụng nhỏ của mình ở đó khi khởi chạy ứng dụng này trên điện thoại.
- Tải xuống và khởi chạy **Phiên bản Beta**của Telegram Desktop trên Windows hoặc Linux (chưa được hỗ trợ trên Telegram Desktop cho macOS).
- Đi tới Cài đặt > Nâng cao > Cài đặt thử nghiệm > Bật kiểm tra chế độ xem web.
- Nhấp chuột phải vào WebView và chọn Kiểm tra.
- Tải xuống và khởi chạy **Phiên bản Beta**của Telegram macOS.
- Nhấp nhanh 5 lần vào biểu tượng Cài đặt để mở menu gỡ lỗi và bật “Gỡ lỗi ứng dụng mini”.
Thực hiện theo các bước bên dưới để khởi chạy tập lệnh:
-
Mở trò chơi trong Ứng dụng web Telegram và trình kiểm tra web của trình duyệt của bạn. Bạn có thể thực hiện việc này bằng cách nhấp chuột phải vào trang và chọn **"Inspect"**hoặc "Inspect Element"(tùy thuộc vào trình duyệt).
-
Đi tới tab **"Sources"**trong trình kiểm tra web.
-
Tìm tệp "bundle-*.js". Nó nằm trong thư mục "tgCat/game/cat/js".
-
Mở tệp **"bundle-*.js"**và tìm dòng có điều kiện A([R("leaguechange")], N.prototype, "updateBg", null),.
-
Đặt Brake Point tại đường này. Bạn có thể thực hiện việc này bằng cách nhấp vào số dòng ở bên trái của mã hoặc nhấn phím F9trên bàn phím.
-
Tải lại trang bằng cách nhấn F5trên bàn phím.
-
Chuyển sang tab "Bảng điều khiển". Trong bảng điều khiển ở cuối trang, nhập tập lệnh đã sao chép và nhấn phím Enter.
const consoleRed = 'font-weight: bold; color: red;';
const consoleGreen = 'font-weight: bold; color: green;';
const consolePrefix = '%c [AutoBot] ';
console.clear();
console.log(`${consolePrefix}Đang chèn...`, consoleGreen);
try {
function onClickAuto() {
P.cat.isAuto = !P.cat.isAuto;
if (P.cat.isAuto) {
this.ani8.play(0, true);
Laya.timer.loop(500, this, this.checkAuto);
this.checkFreeCat();
this.m_btn_AutoSetting.visible = true;
} else {
Laya.timer.clearAll(this.checkAuto);
this.ani8.stop();
Laya.timer.loop(5000, this, this.checkSum);
this.m_btn_AutoSetting.visible = false;
}
this.m_img_StopAuto.visible = !P.cat.isAuto;
u(`AutoBot ${P.cat.isAuto ? 'đã kích hoạt' : 'đã tắt'}!\n\nĐược crack bởi @bibo318`);
}
// Gán hàm onClickAuto vào prototype của N thay vì M
N.prototype.onClickAuto = onClickAuto;
console.log(`${consolePrefix}Script đã tải`, consoleGreen);
console.log(`${consolePrefix}Được crack bởi @bibo318`, consoleGreen);
} catch (e) {
console.log(`${consolePrefix}Đã xảy ra lỗi, điểm dừng được đặt không đúng!`, consoleRed);
console.log(`${consolePrefix}Vui lòng làm theo hướng dẫn, và bạn sẽ thành công :*`, consoleRed);
console.log('https://github.com/bibo318/AutoBot-Catizen');
}
- Để tắt trình gỡ lỗi, hãy quay lại tab **"Sources"**và nhấp vào Brake Point để xóa nó. Bạn cũng có thể nhấn lại phím F9để xóa Brake Point.
bibo318
####################English#################### ###English
- Auto accelerate
- Auto merge cats
- Auto buy free cats
- Auto delete low-level cats
- Auto collect Airdrop rewards
- Enable USB debugging on your device.
- In Telegram Settings, scroll all the way down, and tap and hold the version number twice.
- Select Enable WebView debugging in Debug Settings.
- Connect your phone to your computer and open chrome://inspect/#devices in Chrome – you will see My Little App there when you launch the app on your phone.
- Download and launch the Beta version of Telegram Desktop on Windows or Linux (not supported on Telegram Desktop for macOS).
- Go to Settings > Advanced > Experimental settings > Enable web view inspection.
- Right-click on WebView and select Inspect.
- Download and launch the Beta version of Telegram macOS.
- Quickly click 5 times on the Settings icon to open the debug menu and enable “Debug Mini Apps”.
Follow the steps below to launch the script:
-
Open the game in the Telegram web app and your browser's web inspector. You can do this by right-clicking on the page and selecting "Inspect" or "Inspect Element" (depending on the browser).
-
Go to the "Sources" tab in the web inspector.
-
Find the "bundle-*.js" file. It is located in the "tgCat/game/cat/js" directory.
-
Open the "bundle-*.js" file and find the line with the condition A([R("leaguechange")], N.prototype, "updateBg", null),.
-
Set a Breakpoint at this line. You can do this by clicking on the line number to the left of the code or by pressing F9 on your keyboard.
-
Reload the page by pressing F5 on your keyboard.
-
Switch to the "Console" tab. In the console at the bottom of the page, paste the copied script and press Enter.
const consoleRed = 'font-weight: bold; color: red;';
const consoleGreen = 'font-weight: bold; color: green;';
const consolePrefix = '%c [AutoBot] ';
console.clear();
console.log(`${consolePrefix}Đang chèn...`, consoleGreen);
try {
function onClickAuto() {
P.cat.isAuto = !P.cat.isAuto;
if (P.cat.isAuto) {
this.ani8.play(0, true);
Laya.timer.loop(500, this, this.checkAuto);
this.checkFreeCat();
this.m_btn_AutoSetting.visible = true;
} else {
Laya.timer.clearAll(this.checkAuto);
this.ani8.stop();
Laya.timer.loop(5000, this, this.checkSum);
this.m_btn_AutoSetting.visible = false;
}
this.m_img_StopAuto.visible = !P.cat.isAuto;
u(`AutoBot ${P.cat.isAuto ? 'đã kích hoạt' : 'đã tắt'}!\n\nĐược crack bởi @bibo318`);
}
// Gán hàm onClickAuto vào prototype của N thay vì M
N.prototype.onClickAuto = onClickAuto;
console.log(`${consolePrefix}Script đã tải`, consoleGreen);
console.log(`${consolePrefix}Được crack bởi @bibo318`, consoleGreen);
} catch (e) {
console.log(`${consolePrefix}Đã xảy ra lỗi, điểm dừng được đặt không đúng!`, consoleRed);
console.log(`${consolePrefix}Vui lòng làm theo hướng dẫn, và bạn sẽ thành công :*`, consoleRed);
console.log('https://github.com/bibo318/AutoBot-Catizen');
}
- To disable the debugger, go back to the "Sources" tab and click on the Breakpoint to remove it. You can also press F9 again to remove the Breakpoint.
bibo318