Jump to content

AnotherLurker

Senior Member
  • Posts

    1,093
  • Joined

  • Last visited

Everything posted by AnotherLurker

  1. @@DiDA @@KingRalph
  2. control may reach end of non-void function means: you have not returned a value to the non-void function, and in a void function, u have returned a value, which is not right.
  3. Yea, we all need Games to Hack ever since DiDa deleted the Request Section
  4. @@Chrizk0, after all this... don't post it
  5. You don't have the Right AppDelegate since u dont know how to correctly find the App Delegate
  6. O_O u've done something wring
  7. u can't return to a void listen to the programmer
  8. @@DiDA %orig(); or compile-time error
  9. ooh iXloud bypass Everyone has iXloud
  10. @@DiDA its %orig(); not return %orig;
  11. I just realized why: add this: %orig();
  12. actually the reason for the comparatively "small" sdks for iOS 8 < is because apple has stripped the binaries of any info, making them useless, you should still have all the errors, but i suggest you use the iOS 7.1 SDK, which has no issues like this, and will run on iOS 8 just fine.
  13. isn't this visual?
  14. when you see char in a header, it usually means that is a BOOL the reason being, is that BOOL is a typedef for char so: %hook ClassName -(BOOL)isCorrect { return true; } %end @@DiDA ur answer won't do anything because that method doesn't have any BOOL arguments
    1. K3NNNY
    2. Rook

      Rook

      Best song ever

    3. Rook

      Rook

      I remember this when the first Shrek movie came out :')

  15. Stop using Flex Cloud its the same as leeching
  16. all of those suggestions work work, and most likely crash the game
  17. u need to add a } before the - (void)link method, without it, ur essentially adding - (void)link method inside another method itself like this: #import <Preferences/Preferences.h> #import <UIKit/UIKit.h> @interface BraveFrontierCheats1241ListController: PSListController { } @end @implementation BraveFrontierCheats1241ListController - (id)specifiers { if(_specifiers == nil) { _specifiers = [[self loadSpecifiersFromPlistName:@"BraveFrontierCheats1241" target:self] retain]; } return _specifiers; } - (void)link { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.iosgods.com/topic/4158-VIP-exclusive-brave-frontier-global-1241-14/"]]; } @end
  18. Gh0stByte's Family is in despair :( , Please Pray! :)

  19. Once Updated, an iPhone 4s cannot be downgraded. /locked
×
  • 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