1 người đang xem
Bài viết: 59 Tìm chủ đề
2406 37
[HEADING=2] Code auto view ads Ola City[/HEADING] *hot*

Code chạy trong trang view ads, cài Set up full auto, không né được xác minh captcha.

Mã:
if (Notification.permission !== 'granted') {
    Notification.requestPermission();
} else {
    if (document.querySelectorAll('.btn.btn.btn-sm').length !=0){
    setTimeout(()=>{
    document.querySelectorAll('.btn.btn.btn-sm')[0].click();
    },1500);}
    else{
    new Notification('captcha plz');
    }
}
 
Last edited by a moderator:

Những người đang xem chủ đề này

Back