DieckyAwsm
Platinian
I found fields offset example like this:
Then this my function:
How to retrun to original value when fireRate is non-active?
public float fireRate; //0x123
Then this my function:
if (fireRate) {
*(float *) ((uint64_t) instance + 0x123) = 0.05;
} else {
This my question ??!
}
How to retrun to original value when fireRate is non-active?