Jump to content

Rook

Administrator
  • Posts

    66,601
  • Joined

  • Last visited

Everything posted by Rook

  1. You're supposed to edit the package name to your package name...
  2. "Missing version" You forgot a line in your control file.
  3. Reinstall WhatsApp??
  4. Run this in terminal: make package messages=yes
  5. Check these: http://iosgods.com/topic/5003-request-famousgram-followers-v223/ http://iosgods.com/topic/3503-old-app-versions/
  6. You should have a file next to your tweak.xm named "control" (no extension) If you don't, create it and add this: Package: com.replace.me Name: Name That Will Appear On Cydia Depends: mobilesubstrate Version: 1.0.0 Architecture: iphoneos-arm Description: An awesome MobileSubstrate tweak from iOSGods.com! Maintainer: DiDA Author: DiDA Section: Tweaks
  7. You do sometimes. Depending on your project.
  8. Add projectname_FRAMEWORKS = UIKit To makefile. It's needed if you're going to add a popup.
  9. #import <UIKit/UIKit.h> %hook LikeTaskDB - (BOOL)canLikeWithTime:(double)fp8 { return TRUE; fp8 = 9999; } %end %hook AppDelegate -(void)applicationDidBecomeActive:(id)argument { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Swag hack" message:@"Hacked by mehdi visit more at iosgods.com" delegate:nil cancelButtonTitle:@"Thanx" otherButtonTitles:nil]; [alert show]; [alert release]; } %end
  10. Speak with @@nkodder. Maybe he knows something which can help you. If not, you're going to have to buy it if you want.
  11. What's in your tweak.xm?
  12. Try this: -(BOOL)canLikeWithTime:(double)fp8 { %orig(true, 9999); } %end
  13. It's #import <UIKit/UIKit.h>
  14. No worries. Give it a try and if it fits your needs, mark the answer as solved.
  15. Yes, check this topic: http://iosgods.com/topic/5002-enter-your-apple-id-password-automatically-with-this-tweak/
  16. Thank you! Try a different browser or on a PC or use a VPN.
  17. So the error was in your filter?
  18. Yeah, next week.
  19. Which other forum? Did you have permissions to share this here?
  20. Did you take your anger pills for today?
  21. Actually, that comment is valid. If he keeps getting initialization failed he'll need to purchase it.
  22. Don't play the game. There was a jailbreak only hack for nitro though but it's not for latest version. Search the forum. 7,000 posts!
  23. Is this account yours? Where did you get it from?
×
  • 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