Help! Skip hash check

Korriander

Platinian
Original poster
Nov 15, 2022
8
2
3
24
Poland
Hi!
Im trying to mod a game. I changed some .csv values and some .lua scripts; recompiled and it turns out before game start it compare files md5 hashes with list from server and put warning popup with modified files info before closing. Tried edit get response with no luck so im trying to find out how to skip check in game loop. Any tips where should i look for? I looked at smali but didnt find function. Game is created with cocos2D and unity.