Jump to content

CodeName9

ViP Pro
  • Posts

    355
  • Joined

  • Last visited

Everything posted by CodeName9

  1. Its good and all but how do I put my cracked ipas from phone and export it to pc? Well I tried ifunbox but it didn’t recognise my phone as jail-broken so I tried umm imazing and it always said ‘looking for iPhone’ when I try to copy the ipa to desktop. I never see this step included in tuts
  2. Could you answer my question please
  3. Oh okay haha, so do I just put that in on it’s own ? Then type mcesp cause I tried that and it did nothing. But thanks for helping anyway
  4. iOS 11.3.1 iPhone 6s Plus i tried what you put in the post but it says no file directory for the /usr/share/jailbreak one
  5. When I run mcesp it just says killed: 9
  6. honestly btd battles hack was fun for me.
  7. yes the error comes up it says Tweak.xm:3:1: error: redefinition of 'Level' as different kind of symbol@class Level; @class Player; @class GameState; ^
  8. Jacksons-iPad:~ mobile$ suPassword: Jacksons-iPad:/var/mobile root# cd /var/mobile/crazykingspatchv1 Jacksons-iPad:/var/mobile/crazykingspatchv1 root# make package /var/mobile/crazykingspatchv1/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/crazykingspatchv1/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak crazykingspatchv1... Preprocessing Tweak.xm... Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Compiling Tweak.xm... Tweak.xm:3:1: error: redefinition of 'Level' as different kind of symbol @class Level; @class Player; @class GameState; ^ /var/mobile/crazykingspatchv1/theos/include/QuartzCore/QuartzCore-Structs.h:114:22: note: previous definition is here typedef struct Level Level; ^ 1 error generated. make[2]: *** [obj/Tweak.xm.49859382.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [crazykingspatchv1.all.tweak.variables] Error 2 Jacksons-iPad:/var/mobile/crazykingspatchv1 root#
  9. ill show you when I take it off it makes another error
  10. it needs to be there cause one of the errors said that and when I put it there one of the errors went
  11. %hook GameState -(int) gems { return 9999999; } -(int) max_stars { return 9999999; } -(int) total_stars { return 9999999; } -(int) max_energy { return 9999999; } -(int) max_crowns { return 9999999; } -(int) tickets { return 9999999; } -(int) energy_play_cost_level { return 1; } -(int) total_crowns { return 9999999; } -(int) energy { return 9999999; } -(int) energy_refill_count { return 9999999; } -(int) energy_reward_count { return 9999999; } %end %hook @Level -(int) coins { return 9999999; } %end %hook Player -(int) get_energy { return 9999999; } %end
×
  • 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