Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. @@DiDA In the knowing of all this coding and other stuff I am still Novice ^^
  2. Your Bluetooth address is the same as your old WiFi address except for the last letter
  3. To undo this there is also a specific command which resets your UDID (meaning=MAC and WiFi address) to default state when it was bought. Enter Mobile Terminal and first enter superuser by typing su alpine (default password if it's not changed) nvram -d wifiaddr Well done so far. To apply all changes restore the iPhone with iTunes and you should be good ! (WHen you are jailbroken try semi-restore or similar.
  4. The enemy will die after receiving damage. It's more a one hit kill. Your theory would be a stats hack which doesn't work with GDB and it's really hard
  5. No personal requests duh
  6. The app is always installed but hidden. I wonder if I can enable debugging mode with this app
  7. @@shmoo the third is always (void**)
  8. Learn how to work with vectors
  9. No ... You can either hack the damage directly in IDA or do a little trick in GDB. In some games there is a Boolean which shows if the enemy is dead or alive. BEQ adds a condition to it which can be any amount of damage. Since the numeric 1 is true you can search that first meaning the enemy is alive. If he dies... search for 0. Repeat it until you get only a few addresses left. Hack the Boolean in IDA then
  10. Actually what he supposed to have correct in the first post was indeed. There is no reason to edit it
  11. 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.
  12. I believe this is a hardware problem so we do a factory unlock. https://myimeiunlock.com/
  13. 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
  14. 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
  15. I guess the function you mean is BX LR which determines the end of the function. 2Byte BX LR : 7047 4Byte BX LR : 1EFF2FE1
  16. 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/
  17. Change to HEX view in IDA to see the changes
  18. 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
  19. 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
  20. 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
  21. 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
  22. "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."
  23. You don't hve all required packages for mobile development. Check here: Theos iOS SDK perl iOS Toolchain iphoneos headers
  24. @@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
  25. 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
×
  • 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