Eugenenoble2005 / chesscheat

10 stars 4 forks source link

dont work now #6

Open Netario00 opened 4 days ago

Netario00 commented 4 days ago

Manifest version 2 is deprecated, and support will be removed in 2024. See https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline for details.

{ "manifest_version": 2, "name": "Chesscheat", "version": "1.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_specific_settings": { "gecko": { "id": "chesscheatextension@gmail.com" } }, "description": "Always see the optimal move in any chess.com game. Guarantees wins almost 100% of the time", "content_scripts": [ { "js": ["scripts/main.js"], "matches": [ "https://www.chess.com/", "https://chess.com/" ] } ] }

Netario00 commented 4 days ago
Eugenenoble2005 commented 3 days ago

Still Works on firefox. Try using that till i find time to read through the new specs.

Netario00 commented 1 day ago

it worked firefox but the cheat dosnt work good i cant even beat paul murphy bot you know how to fix the cheat better?

Eugenenoble2005 commented 10 hours ago

If you installed from the firefox webstore, reinstall manually by cloning this repo and adding it to firefox in dev mode. A recent pull request fixed the depth property and provides more accurate moves.

Netario00 commented 7 hours ago

did that still loses i follow all red things and still lose it says i gonna sac my queen and its a blunder i dont win anything on it i just lose the queen

Eugenenoble2005 commented 2 hours ago

well, i guess if you want more accurate calculations, you can try to adjust the depth parameter yourself. Fork and change this code to something like this:

   if(userAgent.includes("mobile"))
        depth="45";
    else
        depth="45";

You can keep experimenting with various depths till it works well for you. Larger depths can take longer to calculate and slow your browser down.

Netario00 commented 34 minutes ago

ok thx