Jump to content

Rook

Administrator
  • Posts

    66,566
  • Joined

  • Last visited

Everything posted by Rook

  1. Try this: %hook knAdsManager - (bool)getEnabled{ return TRUE; } - (void)setEnabled:(bool)argument{ argument = TRUE; %orig(argument); } %end
  2. Yeah, you did it! You can find preference bundles tutorial here: http://iosgods.com/topic/444-tutorial-how-to-make-a-preference-bundle/
  3. Oh okay I'll add it to the first post right now
  4. Not necessarily. The // are simply comments made by the author which do not get executed when you compile the project but the // are for single line comments only.
  5. Do you want me to add them to the first post?
  6. Did you copy paste the exact code into the Tweak.xm and added the MYPROJECT_FRAMEWORKS = UIKit in Makefile?
  7. I guess someone should make a step by step tutorial on it.
  8. Hello! Check out this thread: http://iosgods.com/topic/2755-gdb-error-segmentation-fault-11/
  9. Rook

    Count to 4,000

    1386
  10. Rook

    Count to 4,000

    1384
  11. You can reset your email and pass by calling Apple support if the phone isn't stolen. Rude.
  12. I already edited it and moved it to the correct section.
  13. I got this one also
  14. Rook

    Count to 4,000

    1381
  15. Rook

    Count to 4,000

    1379
  16. Well, we just heard about it so yeah.
  17. Google or YouTube?
  18. Rook

    Count to 4,000

    1377
  19. Rook

    Count to 4,000

    1375
  20. Rook

    Count to 4,000

    1373
  21. Online or offline? What happens after a restart?
  22. Rook

    Count to 4,000

    1368
  23. It's better to get it from the official repo if it's free.
×
  • 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