-
Posts
715 -
Joined
-
Last visited
Everything posted by de2ndlaw
-
Try to end your settings in multi task and restart it again. Either that or Elimo does not like you
-
Thanks!
-
Help/Support CSCI patcher help: working with Writedata.h header
de2ndlaw replied to de2ndlaw's topic in Help & Support
Thanks, sent you a PM. -
Help/Support CSCI patcher help: working with Writedata.h header
de2ndlaw replied to de2ndlaw's topic in Help & Support
I see. In that case, could you please suggest a way for me to go about doing this? I have also tried writeData(0x377314, [iosgods objectForKey:@"kItemID"] intValue]); And entered an integer inside instead, but the app crashes, and I believe this is because the hex was not properly formatted into 16 bit little endian, which is what I would like it to be. -
Help/Support CSCI patcher help: working with Writedata.h header
de2ndlaw posted a topic in Help & Support
I am trying to have a hex (edit: int) value entered by the end user into a text box defined by psedittextcell in a referenced plist, to be used as a reference to replace an original hex at a certain predefined offset, looking like this: Writedata (0xOFFSET, 0x"hex value from text box"); I have tried defining a string in advance that extracts the input and formats it as 0x"8 digit hex", as that is what I want the length of the hex to be (4 bytes). I have the following code: NSDictionary *iosgods = [NSDictionary dictionaryWithContentsOfFile:PLIST_PATH]; NSString *ItemID = [NSString stringWithFormat:@"0x%08X",[[iosgods objectForKey:@"kItemID"] intValue]]; writeData(0x377314, ItemID); But this returns an error during compilation saying that the candidate function is not viable, no known conversion from "NSString*" to 'unsigned int' for 2nd argument: bool writeData (vm_address_t offset, unsigned int data) { 1 error generated. Could anyone shed some light on what I am doing wrongly? Thank you in advance! -
Thanks!
-
Yeah, this does not work with kevv's deb, as they target different binary versions. You need the 1.3.22 clean cracked binary for my deb to work.
-
Update: Created a .deb file for Zahir side binary, now you can have almost all of the cheat features toggled on or off after installing the .deb file, and no longer need two binary files. The clean cracked binary is sufficient.
-
Nevermind it's fixed, thanks to @@DiDA
-
Thank you!
-
[Tweak.xm] Mission Impossible: Rogue Nation (The easiest version)
de2ndlaw replied to Goggwell's topic in Coding Center
Thanks! -
So I have encountered the exact same issue, doing something similar to what Javi did here. The app crashes upon startup, which did not happen once I uninstalled the .deb, so the cause was isolated to the problematic deb itself. If it helps, I used the CSCI patcher template posted by DiDA here: http://iosgods.com/topic/2355-updatetemplate-custom-nic-code-injection-patcher-template/ I am especially interested in how those entries with multiple offset editing should be handled, as well as those with overly long hex edits requiring them to be split up to avoid errors during calculation arising from implicit conversion from long long to unsigned int. I feel that incorrect splitting as done above is at least part of the cause of the crash. Is any kind soul willing to help? Thank you in advance!
-
Thanks! Much appreciated
-
You need to go into the settings menu created by the deb file. It is under your idevice settings, you should see a tab called brave frontier (not the one which came with the app). There is a debug menu toggle in there.
-
and I dont mean to be an ass but a registered dietitian will know that ketosis doesn't matter. don't mind me, maybe I'm just jealous that you lot over there can get EC so freely.
-
lol at extra fats that legumes and lentils have.
-
Major update: Added in another version of the mod compilation based on Zahir's binary. Use this if you like the toggle functions of the iosv64 patcher.