Airyzz / zombie-cafe-revival

Reverse engineering and reviving an (un)dead mobile game!
37 stars 6 forks source link

Code to change toxin price? #8

Closed jacoboi13 closed 6 months ago

jacoboi13 commented 6 months ago

Well I saw your post here: https://airyz.xyz/p/zombie-cafe-revival/

regarding about microtransactions replacement, I searched this repo using grep and github code finder about the code you changed, but couldn't find it.

I really wanted to lower the toxin price since it's way pricey to have it, is there any code to change to change the toxin price?

I really wanted to exploit the dollars of the game using game guardian but it will be harder.

Airyzz commented 6 months ago

The toxin buy price is set in data json file. https://github.com/Airyzz/zombie-cafe-revival/blob/4af1684c4fa89813f4f67668d848efd672b16425/src/assets/data/furnitureData.bin.mid.json#L5828

you will need to convert the json file back to the expected .bin.mid file with the build tools

jacoboi13 commented 6 months ago

The toxin buy price is set in data json file.

https://github.com/Airyzz/zombie-cafe-revival/blob/4af1684c4fa89813f4f67668d848efd672b16425/src/assets/data/furnitureData.bin.mid.json#L5828

you will need to convert the json file back to the expected .bin.mid file with the build tools

Thanks so much! Also I managed to use game guardian and exploit the in-game dollars but what I said is that the toxin price is kinda expensive even 1M dollar will be easily drained with the current toxin price. Anyway I appreciate your work!