Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. Shop prices can be edited
  2. I have accounts on almost every elo If you need a boosting service send me a PM on iOSGods including your Steam profile, your current CS:GO rank, how you would see yourself in terms of skill, playstyle and aim, your goal CS:GO rank after the boost. You can also ask fo wins only regardless of an uprank. Please make sure to have a working microphone and be able to speak English good enough for crucial communication and teamplay. I will not boost Russians...
  3. You need to install GBA/GBC Roms from inside the GBA4iOS app. Use the search or webbrowser feature and visit common Rom websites (just google some) @@Lkear
  4. But you said yourself that you don't have VLC2 installed, Flex only displays installed apps
  5. https://iosgods.com/topic/5435-preference-bundle-tool/?fromsearch=1
  6. Did you go to my link? https://dl.dropboxusercontent.com/content_link/Va1kT6gIUtQ0c787K8rBCCHaWyxZO9TWKrtew69a0Aq00NDrKLw7PGlfgGHgGdso/file?dl=1
  7. https://iosgods.com/topic/5054-dawn-of-magic-9/?p=116837
  8. 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
  9. 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!

  10. Cygwin can't compile for 64bit
  11. This should help you https://github.com/castix/TappedOut/tree/master/tappedoutsettings
  12. 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
  13. You need this to create the plist controller
  14. <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]
  15. Yo Diversityy WHERE ARE YOU AT!
  16. Ok don't use my help??
  17. You mean the icons or the PSLinkListCell
  18. GDB offset is not ultimately the IDA offset
  19. Draw a big penis with paint on it.
  20. 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>
  21. and the return statement
  22. Still linked with enemies?
  23. AppCake also has a web-version. Download and extract from the ipa there
  24. - (void)setStars:(int)fp8 { fp8 = 123456; return %orig(fp8); }
×
  • 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