Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. On what screen you stuck then
  2. Btw remove the Script _db_UnitGetHitPoints enemy buildings are one hit though what also works is Unit_GetLevelFromUpgrade
  3. 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.
  4. 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.
  5. @DiDA your tutorial is so complicated and outdated
  6. 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
  7. Goind to do a Teamviewer meeting soon again. This time only for teaching and questions promised
  8. On iPad there is a button to close the keyboard
  9. Hidden section
  10. Oh I thought you're skilled enough for that I guess just the notification is also fine ..
  11. Add a new 'Outdated' button next to the 'Report' button to directly report an outdated cheat. The notification should also be received by the author as well if he wants to update it.
  12. Here is the situation: Enemy health = 100 If incoming damage = 100 , enemy is dead After hacking it If incoming damage = 1 , enemy is dead
  13. Requirements iFile PreferendeLoader Features High Drop Chance Unlimited Money (get some) Unlimited EXP (get some) Unlimited Donuts (get some) Unlimited Special Currency (get some) Unlimited Items Instructions Download my hack, open it with iFile and press 'installer' Downloads [Hidden Content] Credits castix
  14. Just saying ..this is the best tutorial for learning IDA you will ever find
  15. Your promotion system doesn't work for me
  16. @@DiDA In the knowing of all this coding and other stuff I am still Novice ^^
  17. Your Bluetooth address is the same as your old WiFi address except for the last letter
  18. 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.
  19. 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
  20. No personal requests duh
  21. The app is always installed but hidden. I wonder if I can enable debugging mode with this app
  22. @@shmoo the third is always (void**)
  23. Learn how to work with vectors
  24. 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
×
  • 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