Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. - (void) viewDidLoad { [super viewDidLoad]; self.view.backgroundColor = [UIColor redColor]; }
  2. Edit the parameters to your liking [I][self setBackgroundColor:[[/I][I]UIColor colorWithRed[/I]:1.0 green:1.0 blue:1.0 alpha:1.0]];
  3. They should have compiled for arm64 also but no doubts they have actually
  4. You will need to wait for iOS 9 release
  5. You should learn to use Xcode
  6. Just the normal uialertview code with an if parameter that opens a second popup
  7. Filza is for losers. If you have Dropbox the 'Open in...' button is on the left handside. Apps from Cydia are not User Applications meaning you can't view them in the Applications folder of your AppStore apps. They are found in /var/db/stash/_.EF6Oil/Applications
  8. or what DiDA just said
  9. Extract the .deb with iFile or Filza and extract again the data.gz archive. In the new folder Library/MobileSubstrate there are 2 files , a dylib and the bundle id .plist. Change their name and repack everything to a new deb (or just move everything inside the Library folder to its install path)
  10. Extract one of the .debs and change the dylib + .plist name
  11. That son of a **** DiDA got me a knife in CS:Go. I will never forget that donation

    1. Show previous comments  2 more
    2. NitroxicDemon

      NitroxicDemon

      Just a game lmao

    3. Klepto

      Klepto

      Gives you a knife, but I play a lot more than you. Seems legit

    4. blazebinder
    5. Goggwell

      Goggwell

      Why didn't I get a knife :(

  12. Technically, as they have a company called iOSGods <- What does that even mean?
  13. Wolf Online says it ally. The data be of online games is not stored inside a save file on your device. What you found is probably a benchmark for the server to sync
  14. Everything is correct here but note that if the user doesn't download your Tweak directly from Cydia the .deb installation will end up with a result code 256 and not install the dependencies automatically with your package.
  15. 0xbac8 is not the offset
  16. If this doesn't work you owe me $5
  17. You have an iPad Mini
  18. @Gh0stByte brought me here because he's my bro
  19. Requirements Cydia Substrate PreferenceLoader Features No Cheat Code Format Restrictions (Allows you to use old Gameshark codes) All Events Available And Never Expire Original Gameboy Advance Startup Animation Instructions Download my .deb, open it with iFile and press 'installer'. Intro Animation Open /var/mobile/Documents and copy the Intro.mp4 Go to /var/mobile/Containers/Bundle/Application/*/GBA4iOS.app Override the Intro.mp4 with the new one Intro Animation must be enabled in GBA4iOS! Download [Hidden Content] Credits castix
  20. ITz_keser is right with his permission calculation chart. The sum of read write execute give you the permissions 777 = 1 + 2 + 4, 1 + 2 + 4, 1 + 2 + 4 665 = 2 + 4, 2 + 4, 1 + 4 Here is a more accurate chart Permission Type Octal Value Letter Value “sticky” bit 1 t set user ID 4 s set group ID 2 s read 4 r write 2 w execute 1 x That would mean 6755 is a special permission and sets -rwsr-sr-x / read write set user/group ID read, set user/group ID read, execute
  21. 6755 is impossible
  22. Useless it's all the same easy code like you said
  23. Ok so why you need me again?
×
  • 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