Jump to content

Rook

Administrator
  • Posts

    66,382
  • Joined

  • Last visited

Everything posted by Rook

  1. Keys are good?
  2. But both patchers and tweaks are easy.
  3. App Store -> Top 100 -> Categories -> Photography
  4. Action Movie FX and this other one which I can't remember..
  5. "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.
  6. Are you installing the .deb? Use the make package install command and make sure you have PreferenceLoader installed.
  7. What kind of feature is that? Can't a person lie about their age and say 99?
  8. Keep the potions hack on and try disabling just enemy level or yout attack amount.
  9. Take a look at this topic for some help also: http://iosgods.com/topic/6124-creating-a-tweakdeb-hack-using-csci-patcher/
  10. You need to edit the ProjectName.plist /ProjectName/ProjectName/Resources/ProjectName.plist and use the correct keys with tweak.xm.
  11. 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); } }
  12. Turn off the damage hack, kill her then turn it back on.
  13. Search the forum for that. Someone uploaded their headers for you to use.
  14. Yes, of course! You replace 0xOFFSET with your offset (0x1234) and 0xHACKEDHEX with your modified hex value. Then the 2nd row, replace 0xoffset again with the same pffset and use the original hex value before modifying it so when users turn the switch off, it reverts to the original hex.
  15. Yeah, install iFile and download the .deb straight from safari where you'll get an option to "open in iFile.." After. Tap on that option then you'll be sent to where the .deb is located and with some more options in a popup. Tap on installer then done. Make sure it finishes with result code 0 aand you have the dependancies installed.
  16. Rook

    Count to 4,000

    1509
  17. You don't need to fill that. Just grab the .tar archive, place it in /var/theos/templates/iphone/ then run the NIc and select iosgods/cscipatcher option.
  18. Use my template and just replace offsets and hex
  19. I've been using this that's why I said I had one
  20. Holy moly a tutorial from @@Klepto???
  21. You succeeded!
×
  • 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