Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. Actually what he supposed to have correct in the first post was indeed. There is no reason to edit it
  2. 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.
  3. I believe this is a hardware problem so we do a factory unlock. https://myimeiunlock.com/
  4. 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
  5. 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
  6. I guess the function you mean is BX LR which determines the end of the function. 2Byte BX LR : 7047 4Byte BX LR : 1EFF2FE1
  7. 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/
  8. Change to HEX view in IDA to see the changes
  9. 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
  10. 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
  11. 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
  12. 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
  13. "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."
  14. You don't hve all required packages for mobile development. Check here: Theos iOS SDK perl iOS Toolchain iphoneos headers
  15. @@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
  16. 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
  17. 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
  18. Oh I was a bit outdated. %c (-Level) then
  19. You can make a little workaround with MSHook. It hooks the function directly and doesn't depend on the Level header
  20. 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
  21. The problem has nothing to do with your SDK
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines