Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. Why do you alway use @"kKey" and not @"key"
  2. 1. You need to edit the package traffic to enable free inApp purchases 2. Set up a proxy server to run your packages 3. Have an external server to run the script 24/7
  3. It's hard to read that font when it's so fast
  4. Laxus has an Apple developer account that let's him sign anything, also dylibs
  5. .deb files are installers for dylibs or whatever. If you can't use the content of the .deb on a non-jailbroken device, you can't use the .deb
  6. Hi, can you remake this image for me? http://speedyyy.deviantart.com/art/Z-Logo-217210150 ​ It's perfect but I don't want the watermarks in it. Thanks
  7. Anti Ban works but don't play No Guideline matches for now. I need to fix something
  8. You deleted all of Cydia's system files. The best thing you can do is doing a clean restore and jailbreak again or use Cydia Impactor and jailbreak
  9. If you didn't know, all the settings are to improve Cortana's functionality. Apple is doing the same in iOS 9 with Proactive
  10. Basically the idea is a version check. When somebody creates a cheat topic they have to fill in another form with the iTunes URL and another with the hack version. The system compares the version of the AppStore with the thread and auto gives a warning when the cheat is outdated. This is really spare idea but I thought about it after Raggnar's suggestion.
  11. From my experience it works on all GLU games and Trinity Interactive games. It should work on some other games as well like Dead Trigger but I can't give a complete list.
  12. http://iosgods.com/topic/12622-8-ball-pool™-by-miniclip-cheats-3/
  13. Requirements Cydia Substrate PreferenceLoader Features Anti Ban Unlimited Guideline See Trough Scratchers (Tap the 'x' button to close and save scratchers if you won't win) Instructions Download my hack, open it with iFile and press 'installer'. Enable the cheats from preferences. Download [Hidden Content] Credits z0ne
  14. case NUMBER: { UIAlertView *alert = [[UIAlertView alloc]initWithTitle:hack.hackName message:[NSString stringWithFormat:@"Current set %@ value = %f",hack.hackName, [[hack getvalue]floatValue]] delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"Set Hack",nil]; [alert setAlertViewStyle:UIAlertViewStylePlainTextInput]; [[alert textFieldAtIndex:0] setKeyboardType:UIKeyboardTypeNumberPad]; [alert show]; [alert release]; } break; case BOOLEAN: { UIAlertView *alert = [[UIAlertView alloc]initWithTitle:hack.hackName message:[NSString stringWithFormat:@"Current set %@ value = %s", hack.hackName, [[hack getvalue]boolValue] ? "Yes" : "No"] delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"Yes",@"No",nil]; [alert show]; [alert release]; } break; case TEXT: { UIAlertView *alert = [[UIAlertView alloc]initWithTitle:hack.hackName message:[NSString stringWithFormat:@"Current set %@ value = %@",hack.hackName, [hack getvalue]] delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"Set Hack",nil]; [alert setAlertViewStyle:UIAlertViewStylePlainTextInput]; [alert show]; [alert release]; } break; default: break; There is not such a thing that support memory address. If your not doing MS hacks you need to overwrite the whole IGM source
  15. Make every day a Saturday
  16. It wouldn't work anyway because it gets the value from a %d int, bool value or text
  17. The default hackmanager.h does not work with writeData
  18. But then every time the cheat works or doesn't work again, the poll has to be reset
  19. Copy the YouTube link into your post
×
  • 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