-
Posts
2,379 -
Joined
-
Last visited
Everything posted by castix
-
Actually what he supposed to have correct in the first post was indeed. There is no reason to edit it
-
Compatibility depends on your iDevice. You can download the app through 3rd party tools like Appcake etc. but you won't be able to play them because your device is either too low and you can't enjoy them or the apps crash.
-
Help/Support Activate iPhone 4S without a SIM Card
castix replied to pain172's topic in Help & Support
I believe this is a hardware problem so we do a factory unlock. https://myimeiunlock.com/ -
Onii-chan dakedo ai sae areba kankeinai yo ne Naruto Meitantei Conan Dragonball Kiss x sis Highschool of Dead Seitokai Yakuindomo Ore no Imouto ga Konnani Kawaii Wake ga Nai Black★Rock Shooter ..and some other commercial Anime series on TV
-
Change MOV R0,#0 to MOV R0,#1 at the location sub_3C1FC4 BL links to the function which holds the value of the boolean. Remember #0 = false; #1= true
-
I guess the function you mean is BX LR which determines the end of the function. 2Byte BX LR : 7047 4Byte BX LR : 1EFF2FE1
-
How do you know the new offset without changing the HEX. Meh, try using an ARM > HEX converter http://iosgods.com/topic/686-tool-windows-arm-hex-converter-v401/
-
Change to HEX view in IDA to see the changes
-
All the rewards you get here are real. You can get banned for entering too many points. Always check back to see if your ranking is in the top list Requirements iFile PreferendeLoader Features Unlimited Reward Points Instructions Download my hack, open it with iFile and press 'installer' Downloads [Hidden Content] Credits castix Proof: http://iosgods.com/topic/4552-iosgods-exclusive-lotteryhub-cheats/?p=152807 http://iosgods.com/topic/4552-iosgods-exclusive-lotteryhub-cheats/?p=152857
-
Picture captured by the new iPhone 6 but yea you messed up your device. Use semi-restore or do a hard reset with iTunes if neccessary
-
Just get the hacks here on iOSGods. If you can't find them here you won't find it somewhere else. Repos with hacks also just upload what we cheaters post here
-
Help/Support Downgrading from 8.1.3 to 8.1.2?
castix replied to xDigitalClips's topic in Help & Support
Yes. The only possible way for you would be if you own an iPhone 4. Because then if you got the old iOS 8.1.2 SHSH .blobs saved you can downgrade with TinyUmbrella more to that in another topic. I think the question is solved now DiDA and my answers were correct if you'd like to refer to this later -
Help/Support Downgrading from 8.1.3 to 8.1.2?
castix replied to xDigitalClips's topic in Help & Support
"It will be no longer possible to downgrade to iOS 8.1.2 from iOS 8.1.3 as Apple has just stopped signing iOS 8.1.2 file. This was confirmed by Callum Jones, who runs the ipsw.me site, that provides real-time signing status for iOS firmware files." -
You don't hve all required packages for mobile development. Check here: Theos iOS SDK perl iOS Toolchain iphoneos headers
-
@@shmoo #include <substrate.h> int(*old_getMoney)(void *self); int getMoney(void *self) { return 9999; } %ctor { MSHookFunction(((int*)MSFindSymbol(NULL,"__ZN10Characters5Money8GetValueEv")),(int*)getMoney, (void**)&old_getMoney); } Here is the working version. Find the mistakes you made yourself and edit your tutorial
-
Help/Support Can i make an iPhone App On Window Without Developer Account ?
castix replied to IronHeart's topic in Help & Support
Yea you canny use any text editor (yes even plain text editors) to create your app however to submit it to the AppStore you need the developer license -
GFX I'm taking a break from hacking
castix replied to KingRalph's topic in GFX Club's GFX - Graphic Studio
Hmkay cya -
To backup old files use a file utility such as iFunbox or iTools Drag all the .deb files you want on your computer from your iDevice Flex patches can be found at /var/mobile/Documents/Flex/patches.plist
-
Help/Support Help with this weird error: QuartzCore-Structs.h Level Level
castix replied to Insidious's topic in Help & Support
Oh I was a bit outdated. %c (-Level) then -
Help/Support Help with this weird error: QuartzCore-Structs.h Level Level
castix replied to Insidious's topic in Help & Support
%class Level; above all Class hooks -
Help/Support Help with this weird error: QuartzCore-Structs.h Level Level
castix replied to Insidious's topic in Help & Support
Add %class Level -
Help/Support Help with this weird error: QuartzCore-Structs.h Level Level
castix replied to Insidious's topic in Help & Support
You can make a little workaround with MSHook. It hooks the function directly and doesn't depend on the Level header -
Help/Support Help with this weird error: QuartzCore-Structs.h Level Level
castix replied to Insidious's topic in Help & Support
This doesn't make sense what you wanted to do ? typedef struct Level Level tells the tweak that Level has to be replaced with Level -
The problem has nothing to do with your SDK