Help! How to edit BigNumber?

ArmorTage

Solid & Active Platinian
Hello everyone. I have a question. After I made a dump of the game and got dump.cs. I started looking for some methods to increase damage, etc. But what I was looking for uses a non-standard class, namely BigNumber. I tried changing it as int, but the game starts to slow down terribly, and then just freezes. Any ideas?

Here is this method (in fact, there are many such methods, but without this class (there is simply no void int float, all methods go through this class) there is nothing like this or it does not work

// RVA: 0x69F024 Offset: 0x69F024 VA: 0x69F024 Slot: 30
public override BigNumber GetDamage() { }
 
Back
Top Bottom