Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. 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
  2. If you didn't know, all the settings are to improve Cortana's functionality. Apple is doing the same in iOS 9 with Proactive
  3. 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.
  4. 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.
  5. http://iosgods.com/topic/12622-8-ball-pool™-by-miniclip-cheats-3/
  6. 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
  7. Make every day a Saturday
  8. It wouldn't work anyway because it gets the value from a %d int, bool value or text
  9. The default hackmanager.h does not work with writeData
  10. But then every time the cheat works or doesn't work again, the poll has to be reset
  11. Copy the YouTube link into your post
  12. iOSGodsv2 (light) iOSGodsv2 (dark) IP.Board Mobile IP.Board Nerva - iOSGods
  13. Oh the old speedhack. Nobody posted it so I thought it was patched
  14. Will it install Cydia Installer 1.1.23 then?
  15. iPad 2 is the worst anyway it doesn't matter what you do
  16. I don't want to make the tutorial Make one for me with hashcheck shell extension, FTP file manager and 7zip please
  17. Ehh the file system is the same
  18. What a waste of 8 byte this will run the default actions Here you go %hook ComposeScreenController - (void)hideFilteredUsers:(id) { } %end
  19. Go to /var/theos/targets/ and rename the "Darwin-arm" folder to "Darwin-arm64" Next go to /var/theos/platform/ and rename "Darwin-arm.mk" to "Darwin-arm64.mk"
  20. NULL doesn't exist tho %hook GADBannerView -(void) setAdView:(id)fp8 { fp8 = nil; return %orig(fp8); } %end It has to work or your bundle identifier is wrong
×
  • 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