Jump to content

Rook

Administrator
  • Posts

    66,349
  • Joined

  • Last visited

Everything posted by Rook

  1. Dude. Don't leave your first post like this. Edit it back the way it was when you asked the question and maybe post your solution here so it helps everyone else. Open a terminal and type this in: make package messages=yes It'll show you everything that's happening during the build phase and it'll show you where the error is coming from.
  2. Did Furoow mark his comment as solved? :angry: Build your tweak based on this: %hook BMMenuItemStars - (void)setStarsCount:(unsigned int)fp8 animated:(BOOL)fp12 { fp12=true; fp8=999999999; %orig(fp8, fp12); } %end %hook PBSlotsManager -(unsigned int)getSpinsCount { return 999999999; } %end %hook PBGlobalStatistic -(int)coinsCount { return 999999999; } %end
  3. That is BuddyMan2
  4. Take a look at this working tweak.xm for buddyman: %hook BMMenuItemStars - (void)setStarsCount:(unsigned int)fp8 animated:(BOOL)fp12 { fp12=true; fp8=999999999; %orig(fp8, fp12); } %end %hook PBSlotsManager -(unsigned int)getSpinsCount { return 999999999; } %end %hook PBGlobalStatistic -(int)coinsCount { return 999999999; } %end Add your extra stuff but follow the above code.
  5. Extract the SDK using iFile. I get the same error too btw
  6. Looks like an error with your theos. Did you install it correctly?
  7. Try this: %hook PBGlobalStatistic -(int)money { return 99999; } -(int)coinsCount { return 99999; } -(BOOL)itemIsBought:(id)id { return TRUE; id = [NSNumber numberWithBool:TRUE]; %orig(id); } -(BOOL)buyItemWithPrice:(int)inCoins:(BOOL) { %orig(TRUE, 1, TRUE); } -(int)money { return 99999; } %end %hook PBExperienceManager -(float)experienceForNextLevel { return 1; } -(float)experienceForLevel:(unsigned int) { %orig(1, 1); } %end %hook BMNotepadBaseItemCell -(BOOL)itemBought { return TRUE; } %end
  8. Where's the repo for the theme?
  9. Now we're going to have to add instructions for both iOS8 & iOS7
  10. Moved to DIY Cheats. :thumbsup:
  11. Create a new support topic please.
  12. Never experienced that issue. I suggest you Google or maybe dual-boot another fresh copy of Windows 8 and try running Mac on vmware in there.
  13. Windows 10 is meh. I'd still upgrade though. Are you on Windows XP? You also need a CPU which supports Hardware Virtualization.
  14. Yeah, his songs were meaningful unlike modern day rappers *cough*lil wayne*cough*
  15. 2Pac is the best.
  16. They should be inside the archive
  17. This happens with all Packages? Do you have enough free space in your device? Can you check usr/bin and see if you have the dpkg file there and set permissions to root, wheel and 755? And maybe re-jailbreak your iPad so it can copy over the core files again.
  18. I think it might have had something to do with your iTunes version. Update it.
  19. Topic unlocked. Link updated! Enjoy everyone and don't forget to support the author @@CoolHomer.
  20. Might have been something with your computer. Glad you got it working! Topic locked. If you have any more questions, feel free to create a new support topic.
  21. Yeah, from what I'm reading evasi0n has stopped Jailbreaking. And probably removed any necessary files from their server which may be why you're getting that error. You can install the Jailbreak offline using the tutorial above or you can update to iOS 8...
  22. As long as your phone still boots up you're good I guess? You phone still does boot up right?
  23. Awesome! Nice proof pics
×
  • 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