@dragonlp скорее всего тебе попались куки другой страны где запрещен google если это логи то встречаются иногда такие когда сам гугл перенаправляет на левый сайт
[[BLACKLIST]] = ['1', '10', '2', '20', '30'] //список ID
[[RANDOM_NUMBER]] = 30 //случайное число
if ([[BLACKLIST]].indexOf([[RANDOM_NUMBER]].toString()) > -1) {
log('Да, число найдено!')
} else {
log('Нет, число не найдено!')
}
@gurkin4 нет конечно, это действие берет адрес с тега <a href="">, все норм сайты более с менее норм защитой давно уже строят на чистом js, где ссылок в коде вообще нет и не было
@support сейчас я уже не вижу такой галочки, где она? Как сделать, чтобы в нескольких потоках брало все фото из файла по очереди и загружало на все аккаунты?
I actually tried it for a time.
Theres is only one solution for it which I know, which theoretically should work but I didnt tested it yet.
The Funcaptcha Module is not working for some reason.
You have to make an post/get request to to the 2captcha api or other solver which supports arkoselab funcaptcha. https://2captcha.com/p/funcaptcha. https://rucaptcha.com/api-rucaptcha#solving_funcaptcha_new
Afterwards you have to put the token inside the the value from fc-token.
Im not sure if there is a way to automate this process.
Probably there is a way with javascript or with simple BAS modules.
Im sure there are more solution for it but the most people want money for it :(
I hope that I was able to help you.