Jump to content

Todeskuss

Senior Member
  • Posts

    325
  • Joined

  • Last visited

Everything posted by Todeskuss

  1. use [img=http://i.imgur.com/YerA8Bm.jpg]
  2. Please don't forget, I'd like to learn about this. Thanks for helping Oh also ,The override type for the (?) is 'struct'..
  3. Yes I do know a second language. It's called C++. I know many languages. C#, Java, Python, ARM, HTML, CSS, PHP
  4. >says he's intelligent/smart >misspells "create" Get outta here ( ͡° ͜ʖ ͡°)
  5. And I'm baffled myself as how you got into the Supporters group. Did you whine and throw a fit until you got promoted? I'm just trying to help, and it wouldn't hurt if you were more explanatory
  6. Flappy Golf. Search results didn't show up a hack for this on iOS Gods so I decided to use this opportunity to learn method hooking and then eventually publish the hack, even though the game's kinda dead anyway.
  7. Cuz it doesn't start with "com". When you went in console and typed "/var/theos/bin/nic.pl" and created your tweak or whatever and typed in your bundle ID, you put "iosgods.com.rot8". It's gotta be "com.iosgods.rot8" or similar. See what's first? "com". We are talking about the Bundle ID of the ENTIRE PROJECT. Not what's typed up top in your Tweak.xm, Mr. Ignoramus. Third time explaining. If you don't got it this time then there's nothing else to tell you.You're just helpless and shouldn't be making patchers.
  8. So how exactly is my method supposed to appear in Tweak.xm? "-(unsigned int) receiveContactEvent" didn't work
  9. EXACTLY. This one doesn't start with 'com', which is why it doesn't work! *sigh* You can't teach those who don't listen. Good luck with your ignorance m8
  10. I FREAKING KNOW! *facepalm* Dude the issue is your bundle ID. Stop trying to change facts so you don't have to admit you're wrong. They always start with "com". Okay?
  11. Yes I know. You made this one (iosgods.com.rot8), DiDA made the com.asd.preferences. All you did just now was change "iosgods.com.rot8" in Tweak.xm to "com.asd.preferences". You can't just change text when you're under a completely different tweak with a completely different bundle ID.
  12. because you most likely created the tweak/patcher under a different bundle ID. You can't just change the text in Tweak.xm
  13. because your bundle ID is wonky
  14. You totally screwed up your bundle ID. 'com' always starts it. Always.
  15. Looks like you messed something up in Preferences.mm that you shouldn't have
  16. I had the same issue you did. In your plist, change what's under "defaults" (com.asd.preferences) to the bundle ID of your actual tweak/patcher. Then in Tweak.xm change this: #define PLIST_PATH @"/var/mobile/Library/Preferences/preferences.plist"to this: #define PLIST_PATH @"/var/mobile/Library/Preferences/com.asd.preferences.plist"
  17. No he's asking for it to return 1 or 2 depending on certain toggles. Not just to return 2.
×
  • 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