Jump to content

K3NNNY

Senior Member
  • Posts

    1,428
  • Joined

  • Last visited

Everything posted by K3NNNY

  1. Thank you
  2. Happy new year

    1. TiffRiv_

      TiffRiv_

      Happy New Year to you too :D

    2. TheArmKing
  3. I don't see them in /var/theos/included I only see substrate.h and logos I only have substrate.h and logos i don't know the rest
  4. Ida Mobilesubstrate Mshook
  5. "People fear what they don't understand"

  6. No problem
  7. Try go to makefile.txt and under the example_FILES = Tweak.xm Type example_FRAMEWORKS = UIKit
  8. What errors
  9. I guess you don't use this [ or this ] Instead you use this "{" "}" %hook SBIconController -(void)iconTapped:(id)fp8{ %orig; UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Mr Jump Hack + 5 Cheats!" message:@"Made by Zyko " delegate:self cancelButtonTitle:@"Dismiss" otherButtonTitles:nil]; [alert show]; } %end %hook CBJBroken +bool isDeviceJailbroken { return FALSE; } +bool isAppCracked { return FALSE; } %end %hook GameViewV7 -bool collideWithWall { return FALSE; } -int setJumpCount { return 999999999; } %end %hook LevelDescriptor -bool setLocked { return FALSE; } -bool locked { return FALSE; } -int setDeaths { return -1000000; } %end %hook SettingsManager -bool adsDisabled { return TRUE; } -void setAdsDisabled { return TRUE; } %end %hook FBInterstitialAdInternal -bool showAdFromRootViewController { return FALSE; } %end
  10. Try put + to -
  11. Are you in root?
  12. You never put %end on hook except the last one %hook SBIconController -(void)iconTapped:(id)fp8{ %orig; UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Mr Jump Hack + 5 Cheats!" message:@"Made by Zyko " delegate:self cancelButtonTitle:@"Dismiss" otherButtonTitles:nil]; [alert show]; } %end %hook CBJBroken +bool isDeviceJailbroken [ return FALSE; ] +bool isAppCracked [ return FALSE; ] %end %hook GameViewV7 -bool collideWithWall [ return FALSE; ] -int setJumpCount [ return 999999999; ] %end %hook LevelDescriptor -bool setLocked [ return FALSE; ] -bool locked [ return FALSE; ] -int setDeaths [ return -1000000; ] %end %hook SettingsManager -bool adsDisabled [ return TRUE; ] -void setAdsDisabled [ return TRUE; ] %end %hook FBInterstitialAdInternal -bool showAdFromRootViewController [ return FALSE; ] %end
  13. Each hook no more %end
  14. I'm bored so trying to get good hacks thanks
  15. Thanks I never play this game I wanna try this out with unlimited stuff
×
  • 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