Jump to content

Chrizk0

Senior Member
  • Posts

    1,289
  • Joined

  • Last visited

Everything posted by Chrizk0

  1. Thx
  2. I can't find a mobile shout box anywhere?
  3. This app is server sided, and detects if the function changed. And no, gamegem & IAPCrazy will not work.
  4. I made one just got to update it
  5. Never had time to make a patcher.
  6. 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)
  7. This happened as an issue without a jailbreak? Pretty rare.
  8. 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.
  9. 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
  10. Why would you hide it, there is nothing to leech - it's not a cheat
  11. 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.
  12. Thx
  13. Hmm There is like 10 ad links
  14. Bang it with a hammer I'm sure that would fix it
  15. Oh god.. that's a big function
  16. Lol people are still thinking it is the hack
  17. 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"
  18. Well not just one post solved it tho a lot of them did
  19. lol yeah I was thinking that
×
  • 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