Jump to content

Rook

Administrator
  • Posts

    66,367
  • Joined

  • Last visited

Everything posted by Rook

  1. What imported folder? Follow the instructions above closely...
  2. http://iosgods.com/topic/6176-free-above-the-abyss-just-released/
  3. Oh gid guys lol. I found it on the internet
  4. A video example might be useful. If someone could do it?
  5. With great power comes great responsibility.

    1. mehdiphone

      mehdiphone

      With weak power comes huge responsabilities

       

    2. Amuyea
    3. castix

      castix

      You don't have any powers, but are responsible for 79k members :lol:

    4. Rook

      Rook

      Thanks for ruining the quote :ca:

    5. AnotherLurker

      AnotherLurker

      thats what she said

  6. You're going to have to use a tool on PC to do this. I'm not sure whether it can be done on iOS.
  7. I think people are going to confuse this and mess up their village. Good job though!
  8. I can see this looking good with a pink background for some reason
  9. No HTML. Use bbcode: [img=imgur.com/link.jpg]
  10. Keys are good?
  11. But both patchers and tweaks are easy.
  12. App Store -> Top 100 -> Categories -> Photography
  13. Action Movie FX and this other one which I can't remember..
  14. "make" just builds the .dylib "make package" builds the .dylib and makes the .deb in the project folder "make package install" builds the .dylib, makes the .deb and installs it for you on your iDevice Check the pinned tutorial in tutorials section also.
  15. Are you installing the .deb? Use the make package install command and make sure you have PreferenceLoader installed.
  16. What kind of feature is that? Can't a person lie about their age and say 99?
  17. Keep the potions hack on and try disabling just enemy level or yout attack amount.
  18. Take a look at this topic for some help also: http://iosgods.com/topic/6124-creating-a-tweakdeb-hack-using-csci-patcher/
  19. You need to edit the ProjectName.plist /ProjectName/ProjectName/Resources/ProjectName.plist and use the correct keys with tweak.xm.
  20. Example: #import "writeData.h" #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #define PLIST_PATH @"/var/mobile/Library/Preferences/com.iosgods.onepiece.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %ctor { if(GetPrefBool(@"kOHK")) //Key Name { writeData(0xEH718, 0x4FF47F40); //Modified Hex Value } else { writeData(0xEH718, 0xF0B503AF); //Original Hex value } if(GetPrefBool(@"kGems")) { writeData(0xEA76C, 0x7047); } else { writeData(0xEA76C, 0x2DE9); } }
  21. Turn off the damage hack, kill her then turn it back on.
×
  • 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