Jump to content

Rook

Administrator
  • Posts

    67,623
  • Joined

  • Last visited

Everything posted by Rook

  1. I see there's an rsync package in the cydia.radare.org repo. Install that and try compiling it!
  2. I think you should quote his post so he gets a notification.
  3. I just compiled it like the way you gave me and it did not give me any rsync: command not found errors but it gave me an error with the ninja.mm file. Yours was like this: #import "ninja.h" @implementation ninjaListController - (id)specifiers { if(_specifiers == nil) { _specifiers = [[self loadSpecifiersFromPlistName:@"ninja" target:self] retain]; } return _specifiers; } @end // vim:ft=objc - (void)link { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.iosgods.com"]]; } The -(void) part should be added before the @end otherwise the last function will just be left out. #import "ninja.h" @implementation ninjaListController - (id)specifiers { if(_specifiers == nil) { _specifiers = [[self loadSpecifiersFromPlistName:@"ninja" target:self] retain]; } return _specifiers; } - (void)link { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.iosgods.com"]]; } @end // vim:ft=objc Here's how it appears on my settings: And also, the switch was auto turned on and it might sometimes cause problems so I suggest you make it by default to be 'off'. <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <true/> // Change to false <key>defaults</key> <string>com.iosgods.ninja</string> <key>key</key> <string>kFreeWeaponUpgrade</string> <key>label</key> <string>Weaponupgrade</string> </dict> Check your PM. I've resent you the project files. Let me know if you still get the rsync: command not found error.
  4. Were you able to get it?
  5. There is a Mac version included in the download links.
  6. You got that on Cydia right? Cos I got that too. I think there's a problem with their Package... I'm in bed right now, I'll see what I can do tomorrow.
  7. They've added protection so that no one can download their debs unless you're downloading it from Cydia? Why can't you download it?
  8. You should of left the original question and started a new topic. This'll look confusing now About the error, I remember having it also and I've fixed it but I can't remember how. Post your project files in the cheater section or PM me them so I can take a look.
  9. Awwww okay then
  10. I just edited it haha
  11. Haha Thanks! I didn't really create the video, I just changed some texts and rendered it But that 720p tho
  12. No, there's no need to do that. Just add iOSGods instead JKJK, you can do whatever you like
  13. If that's the case then I might restart the posting hacks on YouTube process Here's your template btw: https://www.sendspace.com/file/vtivz9 Couldn't really add YouTube.com/iSpongeBob10 in the circle because I would have to make the text really small to fit the circle completely..
  14. I'll see what I can do but YouTube will terminate your account since you have the word "HACK" on every video..
  15. I'll merge them then.
  16. Is there a difference compared to this one? http://iosgods.com/topic/807-this-means-war-all-versions/
  17. CrackAddict is easier.
  18. Title edited and topic moved. :thumbsup:
  19. This works with a Jailbroken device only.
  20. Glad you got it working! Topic locked. If you have any more questions, open a new support topic.
  21. Did you download the latest debugger from cydia.radare.org?
  22. Nice tutorial EG! Thanks for posting this!
  23. This is all visual. None of them actually work.
  24. This patcher will only work on 32bit. It won't be a problem since you have an iPad 3.
  25. Rook

    GDB Cheating

    alpine with all small characters? If that's not it then you've probably changed it.
×
  • 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