Jump to content
  • 0

Script with Offsets


YeetMeister

Question

8 answers to this question

Recommended Posts

finding what assigns the variable and just change the value of that before it reaches it like if there is a method like Damage(int DMG)
and in that method assigns the variable like this this.Damage = DMG;

You could reassign  DMG before it gets loaded into Damage

sorry if this isnt a good explanation. 

Link to comment
Share on other sites

1 minute ago, F0zG0d said:

finding what assigns the variable and just change the value of that before it reaches it like if there is a method like Damage(int DMG)
and in that method assigns the variable like this this.Damage = DMG;

You could reassign  DMG before it gets loaded into Damage

sorry if this isnt a good explanation. 

Ima use this, but still do you know the other way too? I wanna learn that

Link to comment
Share on other sites

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.