How to prevent cheating with Gamecih?

前端 未结 10 1652
孤独总比滥情好
孤独总比滥情好 2021-01-31 12:07

Background

I\'ve had problems for quite a while now with players cheating in my android game. For a strict single-player game this wouldn\'t be a big is

10条回答
  •  半阙折子戏
    2021-01-31 12:27

    Could you just check for root access on game launch? Then deny opening app or deny multiplayer mode on rooted devices? Provide a small check at the opening load screen only when app is initialized, maybe have app request super user then if user grants it try to do a harmless function not allowed without superuser then a code to check if said function was successfully then undo change and pop a message box indicating user should leave root mode try again.

    Alternately this check could be applied upon entering multiplayer mode.

    Also you could just run multiplayer mode from a server and single player from device and let single players hex edit freely.

提交回复
热议问题