Jump to content

Elite Haxor

Member
  • Posts

    52
  • Joined

  • Last visited

Recent Profile Visitors

1,001 profile views

Elite Haxor's Achievements

Newbie

Newbie (1/14)

63

Reputation

  1. Yeah that's true Python is really easy to get a hang of its a lot like English lol
  2. Welcome to the community I've myself took computer science and I love to code my strongest are HTML / CSS JavaScript Php Python Batch
  3. #define PLIST_PATH @"/var/mobile/Library/Preferences/com.EliteHaxor.x.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook something -(int)method { if(GetPrefBool(@"kKey")) { return 9999999; } return %orig; } -(int)gems { if(GetPrefBool(@"kGems")) { return 9999999; } return %orig; } -(unsigned int)lives { if(GetPrefBool(@"kLives")) { return 9999999; } return %orig; } %end %hook SomethingElse -(BOOL)SomeMethod { if(GetPrefBool(@"kKEY5")) { return TRUE; } return %orig; } -(BOOL)SomeMethod2 { if(GetPrefBool(@"kKEY6")) { return FALSE; } return %orig; } %end
  4. Yes the tweak.xm is where your hacks go the template will just put it in a patcher form
  5. You can get it here http://iosgods.com/topic/1907-update-v11template-custom-nic-patcherpreferencebundle-template/
  6. You need this template You also need %end
  7. Can someone please tell me away to encrypt my tweak so I don't have anyone looking at my codes?
  8. i wanna make a header in a patcher with just text and not an image i don't like the black bars with the image i wanna have a clean perfect look if this method is only for some members feel free to TV me or PM me
  9. CodeCadamy is Great to code
  10. Yeah the phone locker
  11. When I had my 360 I was in that twice and I got ban 3 days latter
  12. Thanks haha
  13. Removed
×
  • 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