So im trying to make my OP mod menu for BTD6 over to android but its not letting me call a function. ive tried many ways with no luck using LGL Mod Menu. im trying to call this void as i did in iOS version (this code is from android version) // RVA: 0xC74969 Offset: 0xC74969 VA: 0xC74969 Slot: 57 public virtual void WinMatch() { } and for the mshook i use simulation on ios version but there is also a update function aswell // RVA: 0xC6A167 Offset: 0xC6A167 VA: 0xC6A167 Slot: 19 public virtual void Simulate() { } // RVA: 0xC74246 Offset: 0xC74246 VA: 0xC74246 Slot: 53 public virtual void Update(float delta) { } this is how i had my setup auto WinMatch = reinterpret_cast<void(*) (void *)>(getAbsoluteAddress(targetLibName, 0xC74969)); void (*old_DT1)(void *instance); void DT1(void *instance) { if (instance != NULL && WinToggle) { WinMatch(instance); } return old_DT1(instance); } MSHookFunction((void *)getAbsoluteAddress(targetLibName, 0xC6A167), (void *) DT1, (void **) &old_DT1); also tried this WinMatch = (void (*)(void *)) getAbsoluteAddress("libil2cpp.so", 0xC74969); and this is the button case case 11: WinToggle = !WinToggle; break; hope someone can help me with this as ive been trying many tutorials and many ways with no luck for 2 days now but cant find a way to make this work. i found some that say this but where would i hook into the update or simulation function void (*old_WinMatch)(void *instance); void WinMatch(void *instance) { if(instance != NULL && WinToggle) { old_WinMatch(instance); } old_WinMatch(instance); } MsHookFunction((void*)getAbsoluteAddress(targetLibName, 0xC74969), (void*) WinMatch, (void**) &old_WinMatch); thank you in advanced if you can help me with this
from iOSGods RSS Feed https://ift.tt/OE31t7X
Subscribe to:
Post Comments (Atom)
-
Yubo Yoti bypass Requirements: Yubo app Jailbroken iPhone Apps Manager Brain Steps: Open Apps Manager Locate Yubo in Apps Manager and open i...
-
Modded/Hacked App: Simply Guitar by JoyTunes by JoyTunes Bundle ID: com.joytunes.SimplyGuitar iTunes Store Link: https://ift.tt/2ANDd7d Mod ...
-
I don't know how this happened, i was trying to install Kinemaster modded version on my iPhone 7 running iOS 14.0.1, maybe it's beca...
-
Hey everyone I am running Ipad 6th generation running ios 14.0 32 gb capacity with 19.1 gb left I used sideloadly yesterday to install an ap...
-
Hello! I am using this for practice using a dummy Snapchat account I've made and created a My Eyes Only tab. Now, if you don't know ...
-
Hello, does anyone know why I cannot use my Apple password or password from apple servers? Sideloadly version 0.16.1 Checking iOS version......
-
As the title says upon installing Last Day on Earth with sideloadly i get this error ERROR: Guru Meditation 6020bc@89:f11511 Call to np_clie...
-
Hello friends, So I have a problem with Sideloadly, I installed it on my (32x bit Windows 7) laptop (SONY) and tried opening it, but when I ...
-
Hello, I am currently running with an iPhone XR on IOS 12.2. I am trying to install ipa files through cydia impactor but keep receiving this...
-
Netflix is now offering users a chance to win a free subscription for 83 years. The company calls it the “immortal” Netflix account. T...
No comments:
Post a Comment