Jump to content

Rook

Administrator
  • Posts

    66,708
  • Joined

  • Last visited

Everything posted by Rook

  1. Take a look at this topic for some help also: http://iosgods.com/topic/6124-creating-a-tweakdeb-hack-using-csci-patcher/
  2. You need to edit the ProjectName.plist /ProjectName/ProjectName/Resources/ProjectName.plist and use the correct keys with tweak.xm.
  3. 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); } }
  4. Turn off the damage hack, kill her then turn it back on.
  5. Search the forum for that. Someone uploaded their headers for you to use.
  6. 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.
  7. 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.
  8. Rook

    Count to 4,000

    1509
  9. 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.
  10. Use my template and just replace offsets and hex
  11. I've been using this that's why I said I had one
  12. Holy moly a tutorial from @@Klepto???
  13. You succeeded!
  14. I'm not sure, just guessing because I can't find any other reason why it's not working right now. But you might be able to get it back from someone else's iPhone?
  15. Maybe the woman's voice is corrupted???
  16. Try changing the Voice region also. Make it a man.
  17. Just keep your Jailbreak and enjoy it. Big deal if Siri doesn't talk back.
  18. If you're on iOS 8.2 then restore. If you're Jailbroken, don't restore. Or you can wait for someone else to see this and help.
  19. Have you tried asking different questions??
  20. Do you get the answer but no sound?
  21. How about Siri settings? All good?
  22. Try talking to her while in Safe Mode
×
  • 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