Solved what to do if there is no update function in the class

Status
Not open for further replies.

libModz

Awesome Active Platinian
Jun 2, 2022
163
29
28
UK
If you're hooking a method, look for another update function in a different class and try that.

If you're hooking a field offset, try to use any of the other methods in that same class, for example "awake"
 
  • Like
Reactions: RazerTexz

fedesito

Platinian
Jun 11, 2023
6
5
3
25
no
A good rule of thumb if you really need the instance of a class is to look for static fields/methods/properties that contain an instance of that class. BNM also allows to make your own update functions.
 

Exequel

Platinian
Jan 14, 2024
41
5
8
15
You need find Like this

If there is A

Class Money

Then you find this

GetGold GetGold
This is no type so you have to search GetGold Till you see A Field Then You Can use The Update in the Class that Don't Have Update
 

Francois284Modz

Awesome Active Platinian
Jun 10, 2018
187
2,438
193
26
france
If you open the dump DLLs inside dnspy right click on the class and click analyse you will see all class that also implement or call that class sometimes there is nothing but sometimes there is then you can just make a pointer from that class to the instant of your class to access everything that's in your class is a bit hard to explain but your get it done
 
  • Like
Reactions: RazerTexz

DaRealPanDa

Co-Administrator
Staff member
Supporting-Team
Global Moderator
Social Media
Mar 12, 2018
6,771
15,628
2,120
27
Skyrim
This isn't even a full question.

Others helped you already so
 

DaRealPanDa

Co-Administrator
Staff member
Supporting-Team
Global Moderator
Social Media
Mar 12, 2018
6,771
15,628
2,120
27
Skyrim
Thread will be set to "solved" and closed.
When you're not happy with that just send me a message and i will re-open the thread for you.

Thanks.
 
Status
Not open for further replies.