Jump to content

Rook

Administrator
  • Posts

    66,566
  • Joined

  • Last visited

Everything posted by Rook

  1. Restoring is the last solution after trying some fixes first.
  2. Can you be a bit more specific? Do you get any errors while installing repos or tweaks?
  3. I can't see what it writes. Oh & btw, the profile picture now accepts transparent PNG's.
  4. Check this tutorial out: http://iosgods.com/topic/444-tutorial-how-to-make-a-preference-bundle/ Happy holidays!
  5. Rook

    30$ request

    Not sure if this is considered as hack selling or...?
  6. I'd suggest you leave before you get banned.
  7. Hey! Respect other people's work! It's not like you can do better so either use this hack or don't but your comments are unnecessary. Don't continue this or you'll get warned.
  8. This isn't a hack. It's a question.
  9. Most people would have already participated in the contest and you can't enter twice once one of your friends refer you.
  10. Here: http://www.ea.com/simcity-buildit/
  11. Yes, it's the deb from cydia. You weren't supposed to click the link, you were supposed to add it to your sources. It has been fixed now so check the first post again. Happy holidays!
  12. Lol the first pic.
  13. Yeah, you are. Why not? As long as people don't spam topics with their referral then we're good. Topic unlocked. Happy holidays guys!
  14. Not possible from what I know.
    1. WolfDesigns
    2. Chrizk0

      Chrizk0

      I still don't know how to enter :/

    3. WolfDesigns

      WolfDesigns

      @Chirizko share with the buttons then a email will tell that you've entered :) ; Avatar pic is my BO2 emblem

  15. I think there's a problem with iPad version?
  16. it's working for some. Partially works for me.
  17. I tried iTransmission 4 and the torrent files are located in: /var/mobile/Documents/config/Torrents/
  18. Awesome! If you have any more questions or problems, feel free to create a new support topic! Happy Holidays!
  19. You can now copy those two files and paste them in /Library/MobileSubstrate/DynamicLibraries/ to activate the hack. But a better way is to make the hack a .deb file so it auto does that for you. To do this, type: make package or make package install In PuTTy.
  20. Edit your makefile and add this: include theos/makefiles/common.mk TWEAK_NAME = fragger fragger_FILES = Tweak.xm fragger_FRAMEWORKS = UIKit include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" @@EvillyG00d has explained this very well here: http://iosgods.com/topic/831-tutorial-how-to-hack-using-mobile-substrate-method-hooking/
  21. The error has been generated in the popup part. Replace it all with this: %hook FraggerAppDelegate -(void)applicationDidBecomeActive:(id)application { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Welcome to Fragger" message:@"Hacked by L33T Pr0xY. Visit iOSGods.com" delegate:nil cancelButtonTitle:@"Thanks" otherButtonTitles:nil]; [alert show]; [alert release]; } %end
  22. Imma go watch the interview. See what it's all about. Have a nice time!
×
  • 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