✨ Something great is coming! 🤖
Stay tuned for the big reveal happening here on iOSGods on the 20th of February!
The countdown has finished!
-
Posts
291 -
Joined
-
Last visited
Everything posted by Elreys
-
Help/Support [THEOS] Preference Bundle Code Injection Not Working?
Elreys replied to Elreys's topic in Help & Support
I try now to create simply a tweak without button, i like to remember you that i have a Ipad Air , i change also the Make file for 64 Device, the creation work fine, but if the game are still not affected, if a change this manually with hex editor they work perfectly. I dont know if the problem are the code: #import <Foundation/Foundation.h> #import "writeData.h" %ctor{ writeData(0x29E0CC,0x8042); } Please help me :wallbash: :wallbash: -
Help/Support [THEOS] Preference Bundle Code Injection Not Working?
Elreys replied to Elreys's topic in Help & Support
I tried but unfortunately won't work, I did exactly this that you writes -
Hi Guys, i create succesfully my first debian file, i see also the Preference Menu on my IPAD, i can switch GOD MODUS, LevelSkip etc. But the game are not affected if i change the code with HEX Editor manually they works perfect. Tweak.xm CODE : #import <Foundation/Foundation.h> #import "writeData.h" BOOL GOD; %ctor { GOD = [[[NSDictionary dictionaryWithContentsOfFile:@"var/mobile/Library/Preferences/com.Zagor1979.plist"] valueForKey:key@"GOD"] boolValue]; if(GOD) { writeData(0x1C2064,0x3501); //------> new adds r5 , r5 , #0x1) } { writeData(0x1C2064,0x002E); old } } I try more things but unfortunally they dont work great.. I need you Help Master DIDA Thanks for your Support
-
DiDA i try but this guide ist not complete, ithink thex miss somthing ? http://imgur.com/dddbgrf,LkZDQcZ
-
Hi SuperGIU i try also to create a new Preference bundle but i receive this error : error: expected function body after function declarator if(GetPrefBool(@"kInvincible")) this are my file content : I try with this file: #import <Foundation/Foundation.h> #import "writeData.h" #include <unistd.h> #define PLIST_PATH @"/private/var/root/spidy/spidermanultimate/Resources/SpiderManUltimate.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %ctor if(GetPrefBool(@"kInvincible")) { writeData(0x47842,0x3501); } { writeData(0x1C4551,0x002E); }; What is wrong ? Thks ELREYS
-
Hi Guys, i need your help , to unterstand a litlle be the register on ARM, i found this address: 002B2CB2 |.>71AAF64A |movw r1, #0xafaa From 0x002B2CA4 002B2CB6 |. 4F8F1A7 |sub.w r4, r7, #0xf8 002B2CBA |. 1ABF2C0 |movt r1, #0xab 002B2CBE |. 9807 |ldr r0, [sp, #0x1c] 002B2CC0 |. 4479 |add r1, pc 002B2CC2 |. 6942 |ldr r2, [r0, #0x14] 002B2CC4 |. 4620 |mov r0, r4 002B2CC6 |. C824F250 |blx ._sprintf 002B2CC2 |. 6942 |ldr r2, [r0, #0x14] ----- r2 is the required level to locked the level , i try this : 1. register write r2 1 to change the required level from 55 to 1 i see the change in lldb but if a run with c continue, nothing are changed What is wrong ? Thanks Guys
-
Thk
-
Help/Support IDA Pro route a function to a differnet function
Elreys replied to Elreys's topic in Help & Support
Laxus what you mean exactly i like to unterstand this explanation becuase i think this is the only way to cheat the system. -
Help/Support IDA Pro route a function to a differnet function
Elreys posted a topic in Help & Support
Hi Guys, its possible to route a game function in a different one, i tell you my idea i found a tutorial function - that mean free continue fall non death super jump eccc, then we have a second normal function, death non free continue, if we can ropute this function on the event its perfect but the question is its thi way possible ??? IDA ---> Normal : BL sub_1E59DC | Tutorial ----> BL sub_DCFC4 I need you help Guys Thanks ELREYS -
thks
-
what yo mean ?? When i change this in IDA the app work perfectly, its a really simply change cmp r0,r0, but if a create q tweak the app crash ...
-
Hi Guys .. have a stupid question, if i apply a code injection app crash only when i click on the buy button. Couled be the worng syntax coding way: This are my Tweaks code : #import <Foundation/Foundation.h> #import "writeData.h" %ctor{ writeData(0x5f48E,8042); On IDA i see ----> Link http://imgur.com/VwxQzPl,yoqmw09,MX8rODc i tried with writeData(0x5f48E,0x8042) but sam result } Thanks
-
Guys sorry again on the end was , the wrong AppSync : Sorry i clicked to fast on Enter Key ... The AppSync Unified Beta was the problem --- really thanks Dida for your support, I leave now i go Home by and have a nice Weekend
-
Thanks, good idea i will do my Ipad is ios 7.1.2
-
Ok i will do, what i can do to reste my cydia package ?? to a defualt save stand
-
No work perfect, if i change again in standart mod crash .... :wallbash: :wallbash:
-
Guys its really crazy on my Iphone 6 Plus work perfectly with the same GameCenter User id, i thin i have an issues with my Cydia on Ipad, or what you think ?
-
Hi Guys, since yesterday i have crash only with GL Games, did you know what is happen ? Thanks ELREYS
-
Laxus Aswag my interesting its not the Game but , the understanding how workstation this new protection, I like complicated explanation, or real magic Im like to learn it really, try to explain me , i would really appreciate Ps: sorry for my bad English
-
This are my reserch, on IDA, what you think are this the right position or offset ?? http://imgur.com/WFMrcbh,ftR3io6,rmMlGVn
-
I try all this step but unsuccesfull, , its interesting i receive no Break 31 http://imgur.com/aD9gcQb
-
I try all this step but unsuccesfull,
-
Hi Guys i hope you can help me, with this topic.. i like to hack Spiderman Unlimited Gameloft, i try to attach this but i receive Fault error 11... i know this is Ptrace(), check What i can do to disable or bypass Thanks Guys