Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. IP chat is comfortable for mobile users like iPhone or iPad. I would love to see IP Chat embedded in the index page. I also like privat chats and there are never more than 10 people using itat the same time so the limit wouldn't be a disadvantage
  2. Or #include System files are marked with <....> and others with "...."
  3. If you do return %orig it will return the Boolean by default. @DiDA Sorry if my first post was wrong. Here is the new format - (BOOL)canLikeWithTime:(double)fp8 { return true; fp8 = 9999; }
  4. It's actually better if this is in DIY cheats, also for advertising the said VIP cheats
  5. - (BOOL)canLikeWithTime:(double)fp8 { return true(9999); } Instead fp8 you can write what you want. This is just the way I do it (and Apple). The first function variable which is BOOL here always comes first. Put the arguments in brackets.
  6. The laughs at the end of his comment meant to point irony or sarcasm. He obviously uses pirated software for everything. I'll laugh if one day it screws his device
  7. I believe it's a driver issue then. Apple recently detects jailbreak tools and maybe also other 3rd party software
  8. Stubborn kid that comment was absolutely unnecessary
  9. XRef operators are the same.
  10. Why not updating your old thread I also posted all the offsets there
  11. Waiting for the Master_Copy still please reply to PM's
  12. It does because some of them have iOS support
  13. Here is a Tweak.xm which you will maybe also like to include (it has some more features) [Hidden Content]
  14. Oh whata pitty. What about log files and screenshots ? It should be used for everything and not just tools for Windows/Mac. You can also create a virus for iphoneos and since there are some Anti-Vir apps on iOS you can see the results of them for dylibs etc.
  15. Add the function to attach files to a post. You may should also add the requirement of a virustotal test in association to prevent malware
  16. I will send you my Tweak.xm for it
  17. @ILuc123 Look at the release date of the video .. it's throughout the time Apple signed iOS 8.1.2
  18. I'm using your Fragger alert to show you %hook FraggerAppDelegate -(void)applicationDidBecomeActive:(id)alert { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"Fragger Hacked Successfully" message:@"Hacked by L33TPr0xY from iOSGods.com!!" delegate:selfcancelButtonTitle:@"Close" otherButtonTitles:@"iOSGods", @"Credits", nil]; [credits show]; [credits release]; %orig; } -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *credits = [alertView buttonTitleAtIndex:buttonIndex]; if([credits isEqualToString:@"iOSGods"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://iOSGods.com"]]; } } if([credits isEqualToString:@"Credits"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"THE OTHER WEBSITE YOU WANT TO REFER"]]; } } %end
  19. Game Over then. The only 3 ways were to install Open SSH via iFunbox (I believe iTools doesn't need AFC2, not sure), iFile or directly from Cydia
  20. I wouldn't do it if I were you. The best thing is to learn hacking using Cydia Substrate before you try weird things on your iDevice. That also saves some annoying support topics in which we (and certainly me) have to help you with easy things.
  21. Do you have iFile working?
  22. Don't put anything on the top i you don't call function terms of another method
  23. You can make the popup appear only once per app launch so you modify the condition or what you say..
  24. You switched things: It's BOOL and true
×
  • 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