Chess.com Bot/Cheat

Chess.com Bot/Cheat that finds the best move!

< Feedback on Chess.com Bot/Cheat

Review: Good - script works

§
Posted: 2023-08-27

Hi, I just wanna know, what version of stockfish is this script using? Also, if its not difficult for you, can you tell me how to make a random autorun delay to seem more legit? Thank you

§
Posted: 2023-08-28

Hi, I just wanna know, what version of stockfish is this script using? Also, if its not difficult for you, can you tell me how to make a random autorun delay to seem more legit? Thank you

Hey, currently I don’t know what stockfish version is using as I released this script around a year ago. Regarding random seconds. You can use the following: Math.Random() * (max - min) + min;

§
Posted: 2023-08-29

Hey, currently I don’t know what stockfish version is using as I released this script around a year ago. Regarding random seconds. You can use the following: Math.Random() * (max - min) + min;

Thanks, you helped a lot, since you released the script a year ago, I think it's stockfish 15. I don’t really know were to put the code, but I'll figure it out.
§
Posted: 2023-08-29

Hey, currently I don’t know what stockfish version is using as I released this script around a year ago. Regarding random seconds. You can use the following: Math.Random() * (max - min) + min;

Thanks, you helped a lot, since you released the script a year ago, I think it's stockfish 15. I don’t really know were to put the code, but I'll figure it out.

Hey man, you should be to set the day in the following line “var currentDelay = myVars.delay != undefined ? myVars.delay * 1000 : 10;” replace the code after currentDelay. Should look like the following: var currentDelay = …… * 1000; (* 1000 converts milliseconds to seconds)

Post reply

Sign in to post a reply.