Chess.com Bot/Cheat that finds the best move!
< Feedback on Chess.com Bot/Cheat
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;
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, 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, 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;
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)
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