videoearn / videoearner

Autoplays videos to generate income
2 stars 0 forks source link

Hello Sir question about captcha #3

Closed FMDose89 closed 6 months ago

FMDose89 commented 6 months ago

How can I change the captcha service? I have a more favorable service I have AРI

videoearn commented 6 months ago

Hello, If the captcha service has same url paths as cap.guru api then you can change that in windows hosts file to point to the IP address of the new captcha solver. If your IP address of new solver is 34.5.5.34 then you will have to update your hosts file in windows as mentioned below. Hosts file in windows is mentioned in the following path c:\Windows\System32\Drivers\etc\hosts

34.5.5.34  api.cap.guru

Similarly this has to be changed in /etc/hosts file if you are using linux OS.

Thank you

videoearn commented 6 months ago

You have to check with the respective captcha solver to see if the APIs are similar.

FMDose89 commented 6 months ago

I have now : IP address Xevil Url address Xevil and API key how can I use it in script?

videoearn commented 6 months ago

Hello, As mentioned earlier, you can use it as long as Xevil sends you coordinates similar to cap.guru. Please try replacing hosts file as mentioned above.

Thank you

videoearn commented 6 months ago

The latest file has open source code for content.js. You can modify the script accordingly.

Thank you

FMDose89 commented 6 months ago

Thhank u so much!

FMDose89 commented 6 months ago

I cant change this mess (--silent-debugger-extension-api) on chrome how fix it????

videoearn commented 6 months ago

Did you give a space before --silent?