Jump to content
  • 0

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


EricB20
 Share

Question

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

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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.

Edited by Lover1500
more info
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.