Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. Do what I said ..
  2. 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.
  3. 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
  4. @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
  5. iPhone 5S (CDMA, A1457, A1518, A1528, A1530) iPhone 5S (GSM, A1453, A1533)
  6. @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
  7. Install Core Utilities
  8. AppHeads doesn't prevent background processes to suspend
  9. 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
  10. Impossible unless you copied the declarations to another file included
  11. 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); }
  12. 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)
  13. 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 ..
  14. But you need substrate.h for MSHook
  15. Do you mind giving me mikeyb's facebook ? ^^ Yea it's not the first time AirMAX uses offsets from caoyin or you
  16. yes it appeared dida, thank you I managed to view the uninstalled the hack that wasn't visible thank you dida - translated
  17. Make a tweak with it. Search for some lock events and combine it with the functions above
  18. On what screen you stuck then
  19. Btw remove the Script _db_UnitGetHitPoints enemy buildings are one hit though what also works is Unit_GetLevelFromUpgrade
  20. void (*BKSDisplayServicesSetScreenBlanked)(BOOL blanked) = (void (*)(BOOL blanked))dlsym(RTLD_DEFAULT, "BKSDisplayServicesSetScreenBlanked"); and then use: BKSDisplayServicesSetScreenBlanked(1); // 1 to dim, 0 to undim "Dim" here means totally turn off the screen. This is what the system uses when e.g. a proximity event occurs while in a call.
  21. No supposing anymore please you are hurting my brain. Only use the 64-bit converter when your device is an iPhone 5s or above meaning 64-bit iDevices. ARM functions can not be assigned to a particular HEX value. You can try Nitroxic's strange advise and copy&paste the function but I don't think that would change something because the converter as the name sais converts ARM functions to HEX and no matter if they are written manually the ARM function is still the same. However be carefull with typing so you don't get any spelling mistakes and also the capitalization.
  22. @DiDA your tutorial is so complicated and outdated
  23. You could use the CCCrypt library to encrypt your data. These links should guide you in the right direction: http://aptogo.co.uk/2010/07/protecting-resources/ http://www.raywenderlich.com/6475/basic-security-in-ios-5-tutorial-part-1
  24. Goind to do a Teamviewer meeting soon again. This time only for teaching and questions promised
×
  • 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