Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. 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
  2. You need this to create the plist controller
  3. <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]
  4. Yo Diversityy WHERE ARE YOU AT!
  5. Ok don't use my help??
  6. You mean the icons or the PSLinkListCell
  7. GDB offset is not ultimately the IDA offset
  8. Draw a big penis with paint on it.
  9. 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>
  10. and the return statement
  11. Still linked with enemies?
  12. AppCake also has a web-version. Download and extract from the ipa there
  13. - (void)setStars:(int)fp8 { fp8 = 123456; return %orig(fp8); }
  14. You can't thin a armv7 binary so directly load it in IDA.
  15. Don't force yourself to be a hacker just saying.
  16. You go to the search bar and type "how to class-dump"
  17. This is more like OPK (One Position Kill) whereas everyone is one the same position for you. If you know how you can make yourself outside of the map and still have the enemies in front of you Good job!
  18. Maybe I'll do some Summoners War or MKX projects when I got time

    1. Diversityy

      Diversityy

      :no.: Summoners War is mine and already hacked. :gtfo:
    2. Klepto

      Klepto

      ^^^ f**king rekt.

    3. ilnurius

      ilnurius

      Please do update on the MKX :)

    4. Mark99201
  19. Another silver team, yay.
  20. 1. Yes. 2. Integers are number variables. 3. Other iOS Kits the game uses. For example lots of apps use StoreKit . 4. Depending on the security and how the game was written. Flex is not a real powerful tool though. 1. The command for Theos is /var/theos/bin/nic.pl for using the NIC templates. 2. cydo is not from Cydown. Uninstall the old perl first without having the other in the install queue and it should work. 3. You need the latest perl for iOS 9. 4. Here.
  21. Sometimes the player data is stored locally on your device. If it's a server based game it can be in Gamecenter, Facebook, a company intern database (HIVE, Madfinger Games, Gameloft) or as you said on a server connected with your UDID.
  22. You both have one hit. Try to hit him first or stun the enemies with a skill first
  23. What do you think you are doing when you create patches. Using dumped classes
×
  • 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