Jump to content

Rook

Administrator
  • Posts

    67,627
  • Joined

  • Last visited

Everything posted by Rook

  1. What problem you facing?
  2. There is no password, it's just CAPCHA.
  3. Hey guys! I recently configured Google CSE and thought I'd leave some tips on how to use it and what are the benefits of using it. I personally think that Google CSE is better than IPB's default search engine but if you don't like it, you can always switch back to IPB's default by clicking the Google text and selecting 'Forums' from the dropdown menu. Google CSE also lets the user search on Google without even leaving the forum so if you are looking for an image to add to your new topic, you can do so by searching the App Name and clicking the Images tab to display images based on your search. Don't misuse it or the image tab will be removed! Also get images from safe sites like itunes.apple.com or appshopper or play.google.com etc. So yeah, hope this new feature will be helpful to members and if you don't get any results using this, be sure to try out IPB's default search also. Good luck! Note: The Google CSE popup doesn't work very well on small screens (iPhones) which are viewing the Desktop Version of the site. Works fine on iPads though.
  4. Nice one! There's also Pandora Downloader which lets you download music from Pandora. Fixed your topic up a bit
  5. I'm going to merge this with the other topic
  6. Rook

    =-=-=-=-=-=

    I think there is already one posted?
  7. Too late http://iosgods.com/topic/2235-appcake-working-on-ios-8xx/
  8. Should we keep locking them after they're solved or should we leave them open?
  9. Example: http://pastebin.com/W7TEk09e You need to read more tutorials: http://iosgods.com/topic/831-tutorial-how-to-hack-using-mobile-substrate-method-hooking/ (read near the end) Make sure you have added myhack_FRAMEWORKS = UIKit in the makefile.
  10. 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.
  11. 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
  12. That is BuddyMan2
  13. 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.
  14. Extract the SDK using iFile. I get the same error too btw
  15. Looks like an error with your theos. Did you install it correctly?
  16. 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
  17. Where's the repo for the theme?
  18. Now we're going to have to add instructions for both iOS8 & iOS7
  19. Moved to DIY Cheats. :thumbsup:
  20. Create a new support topic please.
  21. 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.
×
  • 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