Landnage Platinian Sep 14, 2023 #1 is it possible to hook this method and if so is it just like normal void hooking ? // RVA: 0x9875B4 Offset: 0x9875B4 VA: 0x9875B4 public static void add_sessionCurrencyChanged(Action<int> value) { }
is it possible to hook this method and if so is it just like normal void hooking ? // RVA: 0x9875B4 Offset: 0x9875B4 VA: 0x9875B4 public static void add_sessionCurrencyChanged(Action<int> value) { }
E ElectricTankk123 Platinian Sep 24, 2023 #3 Landnage said: Solved I found another method to hook instead Click to expand... How did you get around hooking a static void add_? Upvote 0 Downvote
Landnage said: Solved I found another method to hook instead Click to expand... How did you get around hooking a static void add_?
D Dylandev Rookie Dec 19, 2023 #4 Could you post how you solved this I also want to do a similar timing hack Upvote 0 Downvote
mbetixz Platinian Dec 20, 2023 #5 Dylandev said: Could you post how you solved this I also want to do a similar timing hack Click to expand... use monoArray Upvote 0 Downvote
Dylandev said: Could you post how you solved this I also want to do a similar timing hack Click to expand... use monoArray