Jump to content

Chrizk0

Senior Member
  • Posts

    1,289
  • Joined

  • Last visited

Everything posted by Chrizk0

  1. This is good, keep it up
  2. Thanks But make a Zip file, people can't download on mobile.
  3. Thx
  4. I can't find a mobile shout box anywhere?
  5. This app is server sided, and detects if the function changed. And no, gamegem & IAPCrazy will not work.
  6. I made one just got to update it
  7. Never had time to make a patcher.
  8. Kingdom Clash v1.4 Cheats Features: Super Speed (Troops run Super Speed) God Mode (Offline) One Hit Kill (One Hit Break Everything) Instructions: Download my .deb Put it into iFile Choose it & Press Installer Respring Launch Kingdom Clash & enjoy Download: REMOVED Credits: - Me (@Chrizk0)
  9. This happened as an issue without a jailbreak? Pretty rare.
  10. If you have iFile here's a solution that I tested on iOS 7 but it never came around as an issue on iOS 8, anyways.. Follow this text tutorial I made a while back. http://i.imgur.com/qR3Fu1B.jpg If you don't have the specific Apple file then I don't have any other solutions I can think of.
  11. My Infinite XP has a bug, I will try to fix soon. I can't crack the XP Packs in the store atm, but Ill put some more time in it soon
  12. Why would you hide it, there is nothing to leech - it's not a cheat
  13. Didn't want to tell anyone this .. Cos it's kinda my secret, but the way you can make the app work in the background while using a cheat engine is to buy & install AppHeads. AppHeads makes the app continuous while on other apps, and you can search values while playing for as long as you want.
  14. Thx
  15. Hmm There is like 10 ad links
  16. Bang it with a hammer I'm sure that would fix it
  17. Oh god.. that's a big function
  18. Lol people are still thinking it is the hack
  19. Tweak.xm #include <UIKit/UIKit.h> %hook AutoRapStyle -(BOOL)free { return true; } -(BOOL)isFree { return true; } %end %hook AutoRapAppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"AutoRap Hack" message:@"Hack made by Chrizk0, Enjoy!" delegate:nil cancelButtonTitle:@"Thanks!"otherButtonTitles:nil]; [alert show]; [alert release]; %orig(); } %endMakeFile: ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = AutoRapHack AutoRapHack_FILES = Tweak.xm AutoRapHack_FRAMEWORKS = UIKit include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard"
  20. I had a similar problem like this to
×
  • 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