Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. I could give you the best example if you would tell me the app name.
  2. You often skip lots of valuable functions using Flex/2. I'll recommend you to use Class-Dump for further hacking using basic MS. 1. Download Class-Dump from cydia store 2. I showed you how to crack an app using Clutch but I will do it again 2.1 Open Terminal and type su alpine Clutch // The first time to see the binary names Clutch "BinaryName"2.2 Go to /var/mobile/Documents/Cracked2.3 Click the info button of the .IPA you just cracked 2.4 Change the extension to .zip (It's .ipa.zip now) 2.5 Open the zip file and extract the binary 2.6 Go to /var/mobile/Documents/Payload and copyt the binary to /var/mobile (You can rename it to whatever you want) 3. Create a folder at /var/mobile/ called class-dump or something 4.Open Terminal again and type su alpine class-dump -H /var/mobile/BinaryName -o /var/mobile/class-dump. // Only if you named the folder class-dump]5. Now in this folder all the header files will appear. Feel free to go through all of them and find the best functions available !
  3. You are hacking OMG: TD! Open the .plist in iFile and it shows you the error.
  4. This discussion is awkward. You can't encode sub headers as the real functions are not existing. Read tutorials how to hack branches it's really an ease. @@Javi Tech @ you differ from the topic. Your way to get the HEX doesn't make any sense
  5. SUB R0, R0, #1
  6. Or they ask me for protection
  7. Preparing Swift tutorials, yay!

  8. Hm
  9. Do what I said ..
  10. A wonderful piece taken from my poem collection https://ghostbin.com/paste/xywg2/raw The number of words exceed the maximum post count number. I am sorry about that.
  11. UDID means 'Unique Device Identifier' and is used by iTunes to verify your iDevice to firmware versions. Some tweaks also took advantage of that. To answer your question: No there is no such tweak or app iFile still knows the old file directories of iOS 7 so creating a linked register to /var/mobile/Applications/ would fix that
  12. @L33TPr0xY @NitroxicDemon Your iDevice has too few RAM to keep up the debugging process and iGameGuardian at the same time. Upgrading to a newer device (iPhone 5 or above) would fix your issue. Try an older version of GNU Debugger
  13. iPhone 5S (CDMA, A1457, A1518, A1528, A1530) iPhone 5S (GSM, A1453, A1533)
  14. @DiDA You haven made a single tweak so far how would you give any advise 8.1 is fine. Probably some other dependencies are missing
  15. Install Core Utilities
  16. AppHeads doesn't prevent background processes to suspend
  17. This is literally taken from a tutorial ... It's obviously meant to help you making this. If you don't get the tutorial leave it because you're not ready for it
  18. Impossible unless you copied the declarations to another file included
  19. Main function %hook SKPaymentTransaction - (int)transactionState { return 1; }Some things I tested to multiply the currency (maximum of 3) %hook ISOperation - (BOOL)success { return true; } %hook ISProtocolDataProvider - (BOOL) shouldProcessAccount { return true; } %hook SUPurchaseManager - (BOOL)_needsAuthenticationForPurchases:(id)fp8 { return false(nil); }
  20. It's different for every provider contact them first or check or possible solutions also on their webpage. Here in my country it's for example #100* (or other way around idc)
  21. Cydia > Installed > GameGem > Modify > Remove Fixed GameGem is the last things that you should consider for hacking. Before starting to hack with GameGem I wouldn't use any Memory Dumper at all because it's obviosuly the biggest crap ever released. It's not an excuse that you couldn't get iGG to work. Everybody does sooner or later ..
  22. But you need substrate.h for MSHook
  23. Do you mind giving me mikeyb's facebook ? ^^ Yea it's not the first time AirMAX uses offsets from caoyin or you
  24. yes it appeared dida, thank you I managed to view the uninstalled the hack that wasn't visible thank you dida - translated
  25. Make a tweak with it. Search for some lock events and combine it with the functions above
×
  • 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