0

we have an online game ,that some people made our life so difficult by cheating with the auto clickers apps i think the apps are made with c++ or javascript , they save the settings in it and the app works like human playing ! i tried change input ids and names , controller classes name but they keep passing it i know captcha will solve the issue , but it will make the rest of the players leave the game ..

we need detect and block any one uses auto clicker without destroying the fun of the game any ideas ?

8
  • Apply captcha only when dectect strange behavior. Commented Mar 26, 2023 at 23:20
  • Also recaptcha has an invisible option that only appears on bot detection. Just adjust the threshold to avoid being unfair with humans. Commented Mar 26, 2023 at 23:23
  • Can you put your game mechanic on a timed cool down that won't punish regular users but will delay auto-clickers?
    – Scuzzy
    Commented Mar 26, 2023 at 23:23
  • 4
    Have a look at the isTrusted property of event: MDN Commented Mar 26, 2023 at 23:38
  • what is the satisfaction of the people to play on that way? Why people have to play on that way? Maybe they are short passing something in the game that is not so useful as you think. Commented Mar 26, 2023 at 23:55

0

Browse other questions tagged or ask your own question.