Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. 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
  2. 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!

  3. Cygwin can't compile for 64bit
  4. This should help you https://github.com/castix/TappedOut/tree/master/tappedoutsettings
  5. 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
  6. You need this to create the plist controller
  7. <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]
  8. Yo Diversityy WHERE ARE YOU AT!
  9. Ok don't use my help??
  10. You mean the icons or the PSLinkListCell
  11. GDB offset is not ultimately the IDA offset
  12. Draw a big penis with paint on it.
  13. 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>
  14. and the return statement
  15. Still linked with enemies?
  16. AppCake also has a web-version. Download and extract from the ipa there
  17. - (void)setStars:(int)fp8 { fp8 = 123456; return %orig(fp8); }
  18. You can't thin a armv7 binary so directly load it in IDA.
  19. Don't force yourself to be a hacker just saying.
  20. You go to the search bar and type "how to class-dump"
  21. 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!
  22. 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
  23. Another silver team, yay.
×
  • 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