Auzgame / userscripts

A collection of my projects and a place where users can submit issues.
2 stars 1 forks source link

random time #16

Closed changsweet closed 6 months ago

changsweet commented 6 months ago

can random time move precise. for exam 1.5-2.5, the bot only recognize it as 1-2.

Auzgame commented 6 months ago

can random time move precise. for exam 1.5-2.5, the bot only recognize it as 1-2.

After the time passes, the bot begins processing the best move to make, which this is the part that can take some time to complete adding on to the delay. I do plan on optimizing this at some point by adding pondering

changsweet commented 6 months ago

and if i want to play depth 7. i press A to auto move. it will change the depth to 11.

Auzgame commented 6 months ago

The QWERTY keyboard represents different strengths A corresponds to 11 and for a strength of 7 you'd use the 7th key being u

jameslope commented 6 months ago

can random time move precise. for exam 1.5-2.5, the bot only recognize it as 1-2.

Bro if your move always 2.5 or 1.5 chess com will detect that and ban you immediately. To be honest this random time is very good it will think sometimes and move faster and make premove. If cheat on chess com this is the best

changsweet commented 6 months ago

i mean. if i setup de lay 1-2 or 1.9-2.9 . the bot only took it as 1-2. in bullet you cant setup slower. and every microsec setup matter

Auzgame commented 6 months ago

i mean. if i setup de lay 1-2 or 1.9-2.9 . the bot only took it as 1-2. in bullet you cant setup slower. and every microsec setup matter

If u set it as 1-2 and it goes after 1-2 that means its working as intended. no?

changsweet commented 6 months ago

broooooooooooooo. if i setup 1.9-2.9. the bot still move around 1-2. why so hard to understand

changsweet commented 6 months ago

should count one more decimal

Auzgame commented 6 months ago

Might just be browser dependent. Idk, the minimum allowed value is 0.1. If no value is present the bot runs at 10 ms or .01 second delays

changsweet commented 6 months ago

its ok bro. i changed ParseInt to ParseFloat.

Auzgame commented 6 months ago

Yeah, that makes sense now I'll probably change that in the next update. Thank you for this.