Jump to content
  • 0

Is it possible to remove frozen value from screen but keep it frozen?


EricB20

Question

Posted

Hi,

I am not sure if this is doable and I couldn't find any info about it. After freezing a value, could I remove it from the "saved" area of the screen but keep it frozen? In other words I want it to remain frozen but not showing on the screen. I don't think it's possible but if it is, I would certainly love to know how to do it.  Thank you

3 answers to this question

Recommended Posts

Posted

First of all, you need to know how gg freezing value works. If you freeze a value(unchanged freeze for instance) in saved list, gg will continuously edit your address with the value you try to freeze in every nano seconds you set in setting

So, if you dont want to use gg freezing which need gg and its saved list, you need another method to do that same job as gg. Like editting continuously or stopping the source cause which is trying to change your value.

Possible option is finding out function offsets related to changing or touching value on your address. Like AddHp(), GetCurrentHp(we can exploit this to give full hp), TakeDamage(we can exploit this to stop decreasing hp if we get hit by enemy).

To do this, you need to know and understand how to dump source functions, how to use debuggers, how they works internally.

Have a great journey.

 

[Edit]

You can make it with script too. Just edit same value over and over again in a loop.

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.