Jump to content

Method for not changeable values in games?


Ghost0501

Recommended Posts

  • Moderators
Posted

Meaning, a value you don't have to freeze with gg, just edit and be done?

Yea, if game is one with lib file, can edit lib in memory. No freezing.

Posted
7 minutes ago, NoFear said:

Meaning, a value you don't have to freeze with gg, just edit and be done?

Yea, if game is one with lib file, can edit lib in memory. No freezing.

No I mean like finding a value that is not changing in the game. Let say the maximum jump hight or when I want to upgrade something that cost 100 and when I upgrade that value don't change the upgrade always cost 100. How can I find it if it's not changing?

And there is nothing beside 100 so the group search here will not work. 

  • Moderators
Posted

Becomes time consuming. Typically get good following pointers.

Can try text search of item name and work backwards to find price. Or focus on something with larger unique value. Then learn memory format and patterns to help find a smaller less unique value.

Posted
1 hour ago, NoFear said:

Becomes time consuming. Typically get good following pointers.

Can try text search of item name and work backwards to find price. Or focus on something with larger unique value. Then learn memory format and patterns to help find a smaller less unique value.

I found it by text search "Upgrade for 100" then I changed the 100 to 1. And it says "Upgrade for 1" but I I wanna upgrade it takes 100 from my money. 

And no the game is 100% not protected or have any encrypted values.

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.