Hello everyone! I'm originally a programmer in Java.
And this time, I'm going to start Android modding.
However, I have a problem that I can't solve with my knowledge, so I'm asking here.
I'm trying to make a Free Weapon Craft hack in a game called PG3D.
First I dumped the game using il2cppDumper

Then I opened dnSpy and started looking for the value by comparing it with the 16.6.1 version (Because Latest Version is Obfucated).
And I found something called NumOfCraftCurrency in BankController.

I think CraftCurrency means Weapon Parts
So I opened the HxD Editor and edited the value to FF 00 A0 E3 1E FF 2F E1 (255, Credit From https://polarmods.com/threads/more-useful-hex-codes-v2.97/).

And I compiled it using ApkEasyTool and installed it on the android emulator.

But when I run the game, it immediately bans. Even if I press restart, it will be banned again.
And I still haven't been able to figure out the cause of the problem.
Also I'm not even sure if modifying NumOfCraftCurrency is correct.
Does anyone know which part is related to the weapon part?
And this time, I'm going to start Android modding.
However, I have a problem that I can't solve with my knowledge, so I'm asking here.
I'm trying to make a Free Weapon Craft hack in a game called PG3D.
First I dumped the game using il2cppDumper

Then I opened dnSpy and started looking for the value by comparing it with the 16.6.1 version (Because Latest Version is Obfucated).
And I found something called NumOfCraftCurrency in BankController.

I think CraftCurrency means Weapon Parts
So I opened the HxD Editor and edited the value to FF 00 A0 E3 1E FF 2F E1 (255, Credit From https://polarmods.com/threads/more-useful-hex-codes-v2.97/).

And I compiled it using ApkEasyTool and installed it on the android emulator.

But when I run the game, it immediately bans. Even if I press restart, it will be banned again.
And I still haven't been able to figure out the cause of the problem.
Also I'm not even sure if modifying NumOfCraftCurrency is correct.
Does anyone know which part is related to the weapon part?
Last edited: