Jump to content

Elite Haxor

Member
  • Posts

    52
  • Joined

  • Last visited

Everything posted by Elite Haxor

  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
  14. So i got a email for Flex 3 and i wanna know if you would like me to upload the .DEB if given https://iosgods.com/topic/32996-flex-3-beta/
  15. [Hidden Content] PLEASE LEAVE A THANKS IF THIS WAS HELPFUL
  16. What AV is it 2013? 2015?
  17. Sure screen shot the main program so I can see what one it is
  18. There should be the 3 bot codes on gethubHere http://iosgods.com/topic/9119-bot-agario-hack/?fromsearch=1
  19. Did you get the 3 .js codes from gethub?
  20. Do you have tamper monkey ?
  21. Let me get on my PC and tell you how to do it It's really easy
  22. Easy you allow the file the be skipped over or you can just turn your AV off for the mean time
  23. Same I like HTML CSS php Python js are my top 5
×
  • 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