
DeMoN3X
Senior Member-
Posts
215 -
Joined
-
Last visited
Everything posted by DeMoN3X
-
Help/Support How to find a unity framework offset with lldb on IDA ?
DeMoN3X replied to DeMoN3X's topic in Help & Support
? -
Hello, I have a problem following the following tutorial: https://iosgods.com/topic/58415-educational-how-to-use-ida-v70s-ios-live-debugger/ I managed to hang the game with debugserver, but once I want to launch the process, I have two error messages that appear, yet the executable is present in the specified path. https://i.postimg.cc/J0SkxT0Y/3-EC5-DB94-335-C-4549-98-AB-3-C899-C81-F421.jpghttps://i.postimg.cc/C1LkxB97/49312-D30-2509-42-B0-94-A4-5202-BEB2-C8-F2.jpg Thank you in advance for your help.
-
Hello, The method works for one switch, but when I try on several switches the game crashes, why? Code : float userValue = [[switches getValueFromSwitch:NSSENCRYPT("Custom speed")] floatValue]; float(*old_get_speed)(void *this_); float get_speed(void *this_) { if([switches isSwitchOn:@"Custom speed"]) { return old_get_speed(this_) * [[switches getValueFromSwitch:@"Custom speed"] floatValue]; } return old_get_speed(this_); } float userValue2 = [[switches getValueFromSwitch:NSSENCRYPT("Custom speed2")] floatValue]; float(*old_get_speed2)(void *this_); float get_speed2(void *this_) { if([switches isSwitchOn:@"Custom speed2"]) { return old_get_speed2(this_) * [[switches getValueFromSwitch:@"Custom speed2"] floatValue]; } return old_get_speed2(this_); } float userValue3 = [[switches getValueFromSwitch:NSSENCRYPT("Custom FOV")] floatValue]; float(*old_get_fov)(void *this_); float get_fov(void *this_) { if([switches isSwitchOn:@"Custom FOV"]) { return old_get_fov(this_) * [[switches getValueFromSwitch:@"Custom FOV"] floatValue]; } return old_get_fov(this_); } %ctor { MSHookFunction((void *)getRealOffset(0x101XXXXXX), (void *)get_speed, (void **)&old_get_speed); MSHookFunction((void *)getRealOffset(0x101XXXXXX), (void *)get_speed2, (void **)&old_get_speed2); MSHookFunction((void *)getRealOffset(0x101XXXXXX), (void *)get_fov, (void **)&old_get_fov); } void setup() { Thank you in advance for your help
-
Other Final Fantasy VIII v.1.0.0 + 4 [Offsets]
DeMoN3X replied to asianqueen's topic in Coding Center
gg -
Help/Support Support iPhone 8 and more, ted2 template
DeMoN3X replied to DeMoN3X's topic in Help & Support
I also tried this, with several different launch times, the problem persists. -
Help/Support Support iPhone 8 and more, ted2 template
DeMoN3X replied to DeMoN3X's topic in Help & Support
I checked, but it seems that MShook is not the problem, I tried another template, and it works. But I would like it to work on Ted2 template, it's a strange problem, where does the problem come from then? -
Help/Support Support iPhone 8 and more, ted2 template
DeMoN3X replied to DeMoN3X's topic in Help & Support
What could be the reason? I just tried substitute, and my mod menu crashed. And that in I install Cydia Substrate, it works. -
Hello, Friends of mine can't use my mod menu because they have devices above iPhone 8 and so they use Substitute. The mod menu crashes on opening for them, how to add support for their devices with the ted2 template? Thank you in advance for your help.
-
Gg
-
Soul Knight Hacked Offsets for tweak.xm +3 [unlimited energy ammo] And more
DeMoN3X replied to 0xNoctis 's topic in Coding Center
Gg -
8 Tweaks to increase users performance
DeMoN3X replied to EMDamaker's topic in iOSGods Archives's General Cydia
Gg -
Mod Menu Hack Basketball Stars™ v1.30.0 +11
DeMoN3X replied to TimidNova's topic in Free Jailbreak Cheats
Ok good -
Gg
-
Gg
-
Mod Menu Hack Jurassic World™: The Game v1.81.5 +10 Cheats
DeMoN3X replied to Zahir 's topic in ViP Cheats
Gg