project maker - working great- zennoposter dont use mouse

  • Автор темы Автор темы xNoname
  • Дата начала Дата начала

xNoname

Client
Регистрация
11.09.2024
Сообщения
29
Реакции
8
Баллы
3
Hi,
I work a lot on zennodroid, but I'm forced to start using zennoposter as well. I have a problem that's probably been discussed many times, but I haven't found anything that could help. If there's a solution to my problem in another thread, please refer me to the specific thread and close this thread.

Specifically, when creating an email account in Project Maker, the bot imitates mouse movements, which eliminates the captcha issue. However, if I upload the same recording to zennoposter and try to run it, at the end of registration, I can't register the account because the "create account" button doesn't unlock, which is due to the lack of mouse movement. Of course, I have the emulation level block set to maximum quality in the recording itself, and in the project settings, I have full mouse emulation. However, this doesn't enable mouse movements on the instances, so the bot can't be scaled.
Is it possible to solve my problem in any way?
 
Hello,
Could you tell what browser type do you use in zennoposter? CEF, Chromium or maybe new ZennoBrowser?
 
hi, im using chromium,
i solved my problem using code C##
C#:
Развернуть Свернуть Копировать
instance.EmulationLevel = "SuperEmulation";
instance.UseFullMouseEmulation = true;

+ if some click was not done corectly - use javascript codes with code of site from DOM/developer tools. :)
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)