Hello, I hope someone helps me with this offset. I want a hex, to make it when I use the money the amount increases and not decreases. What should I do?
I know if I make it false, money is not diminished when I buy something, but I want it when I buy something The amount increases Every time I buy something
Thanks for the help
Spend Money
[Token(Token = "0x60050C4")]
[Address(RVA = "0x21B0D08", Offset = "0x21B0D08", VA = "0x1021B0D08", Slot = "7")]
public bool SpendMoney(double amount)
{
return default(bool);
or this offset get money what hex I have to use please
[Token(Token = "0x60050C0")]
[Address(RVA = "0x21B09FC", Offset = "0x21B09FC", VA = "0x1021B09FC", Slot = "4")]
public double get_Money()
{
return 0.0;
}