Greasy Fork is available in English.

Chess.com Bot/Cheat

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

< Chess.com Bot/Cheatについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 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

§
投稿日: 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;

§
投稿日: 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.
§
投稿日: 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)

返信を投稿

返信を投稿するにはログインしてください。