-
Posts
127 -
Joined
-
Last visited
Everything posted by fall2pieces
-
Thanks
-
Tutorial [PDF] IDA PRO Code Injection Tutorial
fall2pieces replied to NitroxicDemon's topic in Tutorials
Thanks! -
Ty!
-
Thanks
-
DIY Hack InstaLiker, InstaFollow, Instagram Tweak
fall2pieces replied to Insanitised's topic in DIY Cheats
Ty -
Patcher Monster Super League v1.3.4 Hacks +1
fall2pieces replied to a topic in Free Jailbreak Cheats
Thanks! -
General Dead Island: Survivors [Apple ID]
fall2pieces replied to Joka's topic in App Store Apps Discussion
Awesome! -
Thanks!
-
Thanks, going to study this a bit Why is the middle write data "writeData(0x1736C4, 0x847085E5); //write STR R7, [R5, #132] at 0x187F9C, coins" not the same location? Is this a typo or something I don't know about in hacking strings? Sorry if this is dumb.
-
Thanks
-
Help/Support Strings hack isn't working
fall2pieces replied to fall2pieces's topic in Help & Support
Any new ideas, still can't seem to get this to work -
Help/Support Strings hack isn't working
fall2pieces replied to fall2pieces's topic in Help & Support
Not sure if this is what you were wanting (function=header?) sorry it's late and my brain is starting to go fuzzy. I've been trying to get this to work for a couple days now. I don't see a subx column within IDA pro itself. -
Help/Support Strings hack isn't working
fall2pieces replied to fall2pieces's topic in Help & Support
Village Life https://s24.postimg.org/47u9w7gt1/Application_Active.png Village Life -
Help/Support Strings hack isn't working
fall2pieces replied to fall2pieces's topic in Help & Support
The .plist is the last image in the original post. -
Help/Support Strings hack isn't working
fall2pieces replied to fall2pieces's topic in Help & Support
What is given in the actual app as the bundle is is the com.playdemic.village and I set that as the bundle when setting up the tweak initially in Theos -
Help/Support Strings hack isn't working
fall2pieces replied to fall2pieces's topic in Help & Support
If you're referring to the "appdelegate" in the UIAlert code, that's what was in the template. I didn't think that changed, but I am super new to this stuff and still learning, obviously haha -
I am writing a hack in Theos using the strings method for arm64. I compile and install the tweak with no errors in Theos but the hack doesn't seem to apply to the game. I added in a UIAlert into the coding to see if the strings I was altering maybe just weren't able to be altered, but the UIAlert never popped up either which is leading me to believe after trying different strings for hours on this app, it probably wasn't even actually applying the hack to the game to begin with.... any ideas on what might be wrong? I'll upload the make file and tweak.xm file. Thanks image share
-
TuT [Mac/iOS] How To Easily Install Theos On Any iOS Device! [setuptheos]
fall2pieces replied to KingRalph's topic in Tutorials
Thanks, going to give this a shot. -
Help/Support Receiving error when trying to make package in Theos
fall2pieces replied to fall2pieces's topic in Help & Support
Well to fix the foundation one, I needed to extract the sdk but now I am receiving a new error of the same thing but it's missing logos/logos.h now. I manually pulled it from GitHub and put it in the sdks folder as well as include, but still getting error. I am about to just try a clean install of Theos as last time I never received this many errors. -
Help/Support Receiving error when trying to make package in Theos
fall2pieces replied to fall2pieces's topic in Help & Support
8.1 I also have 9.3 -
Help/Support Receiving error when trying to make package in Theos
fall2pieces replied to fall2pieces's topic in Help & Support
I see the Foundation folder in it but when I open it there are two .h files but no Fondation.h file but I can't seem to find where to download that specific header file -
I am trying to make a package in Theos and keep running into this error https://s24.postimg.org/8wgnh2hzp/IMG_1231.png I have tried the fixes on here that I found including downloading a different header folder and extracting into the include folder in Theos but I still receive the same error. Any ideas?