Jump to content

help with offset please


Alihackali

8 posts in this topic

Recommended Posts

Posted

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 

Offset is 1021B0D08

Posted
On 2/27/2021 at 9:42 PM, D red said:

Well if u could give us the instructions, we could help u a bit more

Spend Money   when I use the money the amount increases and not decreases. What should I do?

[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;
}

Posted
On 2/27/2021 at 11:49 PM, Apps96 said:

Spend Money   when I use the money the amount increases and not decreases. What should I do?

[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;
}

you need to check on IDA PRO what’s going on at 0x21B0FC

or you can hook it also, but i would recommend u to check on IDA

Posted
6 hours ago, D red said:

you need to check on IDA PRO what’s going on at 0x21B0FC

or you can hook it also, but i would recommend u to check on IDA

sir her is with ida spend money  @D red

 

up4net-ida.pngup4net-ida2.png

Posted
5 hours ago, Apps96 said:

sir her is with ida spend money  @D red

 

up4net-ida.pngup4net-ida2.png

i would try this

0x1021B0D08 : MOV W8, #31.0

0x1021B0D0C : RET

i don’t know what value is hold in W8 but i suppose it’s the Money.

You can debug the game to see what’s in X8

Posted
On 3/1/2021 at 8:19 PM, D red said:

i would try this

0x1021B0D08 : MOV W8, #31.0

0x1021B0D0C : RET

i don’t know what value is hold in W8 but i suppose it’s the Money.

You can debug the game to see what’s in X8

sir I just want the way who I can when I spend money it  increases and not decreases. what hex I have to use because I want make it as tweak not edit at binary Because I have a lot of Games like this not just this. @D red

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines