Jump to content

Rook

Administrator
  • Posts

    66,729
  • Joined

  • Last visited

Everything posted by Rook

  1. Restart your whole project and use this template instead: http://iosgods.com/topic/1907-update2template-custom-nic-patcherpreferencebundle-template/ The template has keys already set so all you do is just edit the %hook class & method then build to test the .deb.
  2. It has no connection to the tweak.xm. The keys aren't there. It's the default one used in the topic.
  3. Your prfbundle.plist is incomplete...
  4. Do they have their own keys though? Like kUsaBike, kAnotherBike etc?
  5. Ouch! It could have been coded better. Did you make a key for each bike?
  6. Show us your tweak.xm so we can help.
  7. He's going to need a step-by-step if he's going to do it though
  8. He means you can do it with a postinst if you know some simple bash commands and then make it into a switch if you know how.
  9. Are you sure your bundle iD is correct?
  10. Close Cydia from multitasking and try again.
  11. It works without hacks?
  12. Does the game open without Hacks? Try Safe Mode.
  13. Must be something on your phone then. It's working for others.
  14. Try disabling some features.
  15. I answered your question via PM. Try these: http://iosgods.com/topic/10027-new-get-followers-get-more-followers-for-instagram/ http://iosgods.com/topic/9975-instalikes-for-instagram-unlimited-coins/ http://iosgods.com/topic/9831-new-follow-plus-for-instagram-get-5000-more-free-real-instagram-followers-likes-referral-code-for-coins/ They work but don't expect 1,000 followers/likes in under a second. It may take a bit. Stay tuned to iOSGods also, new ones will get posted. And since this is a duplicate request over your previous one, moving this to filled. Your other one was incomplete also.
  16. I answered your question via PM. Try these: http://iosgods.com/topic/10027-new-get-followers-get-more-followers-for-instagram/ http://iosgods.com/topic/9975-instalikes-for-instagram-unlimited-coins/ http://iosgods.com/topic/9831-new-follow-plus-for-instagram-get-5000-more-free-real-instagram-followers-likes-referral-code-for-coins/ They work but don't expect 1,000 follow in under a second. It may take a bit. Stay tuned to iOSGods also, new ones will get posted.
  17. No, I don't see a way to fix this apart from restoring. You are jailbroken, but without Cydia and tweaks from it, it's useless. Can you at least see if OpenSSH is installed by connecting to the device via PuTTy?
  18. I guess it's your Bundle ID then.
  19. Where does it say that on that topic? http://iosgods.com/topic/2674-preferencesh-file-not-found-error-when-compling-patcherhelp/ Just get those headers and follow the instructions on how to apply them.
  20. Cydia does not appear on your SpringBoard? If that's the case, you can try hard rebooting by holding home + power button for 8 seconds. If Cydia still doesn't appear, you might need to restore completely, jailbreak then restore from a backup you made.
  21. Are you getting an error saying you're missing that?
  22. Try it this way: %hook Weapon -(void)setAmmo:(int)fp8 { fp8 = 999999; %orig(fp8); } -(void)setClip:(int)fp8 { fp8 = 999999; %orig(fp8); } %end %hook SoldierHostController -(BOOL)hasPower { return true; } %end
×
  • 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