Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. https://iosgods.com/topic/5435-preference-bundle-tool/?fromsearch=1
  2. Did you go to my link? https://dl.dropboxusercontent.com/content_link/Va1kT6gIUtQ0c787K8rBCCHaWyxZO9TWKrtew69a0Aq00NDrKLw7PGlfgGHgGdso/file?dl=1
  3. https://iosgods.com/topic/5054-dawn-of-magic-9/?p=116837
  4. Wrong because you first need to give the value to the argument. Nothing gets executed after the renters statement so if you equal the argument 0, you first got to do that
  5. Happy New Year!

    1. Diversityy

      Diversityy

      Happy New Year castix! <3

    2. zzmorg82

      zzmorg82

      You too z0ne!

    3. Rook

      Rook

      Happy New Year <3

    4. Valkyrix

      Valkyrix

      Happy New Year :3

    5. --Techarmor--

      --Techarmor--

      Happy New Year Casticks!

  6. Cygwin can't compile for 64bit
  7. This should help you https://github.com/castix/TappedOut/tree/master/tappedoutsettings
  8. No just add the first one in your root plist and the second code in your .mm file. Create a new plist with the name and its content is going to be the new cell
  9. You need this to create the plist controller
  10. <dict> <key>cell</key> <string>PSLinkCell</string> <key>detail</key> <string>ExampleListController</string> <key>isController</key> <string>1</string> <key>label</key> <string>Label Name</string> </dict> @interface ExampleListController: PSListController { } @[member=end] @implementation ExampleListController - (id)specifiers { if(_specifiers == nil) { _specifiers = [[self loadSpecifiersFromPlistName:@"Example" target:self] retain]; } return _specifiers; } @[member=end]
  11. Yo Diversityy WHERE ARE YOU AT!
  12. Ok don't use my help??
  13. You mean the icons or the PSLinkListCell
  14. GDB offset is not ultimately the IDA offset
  15. Draw a big penis with paint on it.
  16. The Bundle ID is in the xxx.plist file (xxx is your project name) <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Filter</key> <dict> <key>Bundles</key> <array> <string>bundle id here</string> </array> </dict> </dict> </plist>
  17. and the return statement
  18. Still linked with enemies?
  19. AppCake also has a web-version. Download and extract from the ipa there
  20. - (void)setStars:(int)fp8 { fp8 = 123456; return %orig(fp8); }
  21. You can't thin a armv7 binary so directly load it in IDA.
  22. Don't force yourself to be a hacker just saying.
  23. You go to the search bar and type "how to class-dump"
×
  • 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