Jump to content

Rook

Administrator
  • Posts

    67,280
  • Joined

  • Last visited

Everything posted by Rook

  1. Nevermind.
  2. Find me an image.
  3. Rook

    Hi

    I meant RickHak.
  4. Rook

    Hi

    He's from America, not Germany.
  5. Supporters rank is for those that help the forum in any way they can. Posting a tutorial, helping members, reporting spam etc grants you the supporter rank.
  6. Mass advertisement on the video title.
  7. The author will notify you once he's done.
  8. Rook

    Hi

    Hey @@Gismo987! Welcome to iOSGods We hope you enjoy your stay and if you have any questions please don't hesitate to contact me or the staff.
  9. Nope. 1. Why do we have a moderator rank for? 2. If you can't reply, what's the point in seeing it? 3. Supporter is not staff and it's not going to be. We already have 3 ranks for staff. :thumbsup: We have a Supporters group lol Read above ^^
  10. I'll notify the Author of this hack @@AirMAX. He's able to explain why this happens.
  11. Rook

    hello

    Hey Juila! Welcome to iOS Gods! Hope you like it here.
  12. Oh damn! :clap: :thumbsup:
  13. Hello and welcome to iOSGods! For this hack to function, you will need to turn it on from 'Settings.app'. Settings.app is no special file or folder, it's simply your iPhone settings where you have the Wi-Fi, Airplane Mode toggle and everything else. Scroll down to see the new Dungeon Hunter 5 Hack and that's where you turn it on from. Hope this helps.
  14. You're welcome @ If you have any more questions, make a new support topic.
  15. Awesome!
  16. Does it work on the game though?
  17. It's an .IPA of the app on the screenshots and apparently is syncs playlists from the internet and you can listen and possibly share with your friends or something like that.
  18. I don't know if it works or not though... It just compiled without any errors. #import <CoreFoundation/CoreFoundation.h> #import <substrate.h> #import <Foundation/Foundation.h> bool (*old__ZN6PlayerCanCraftRecipeER6Recipe) (); bool $__ZN6PlayerCanCraftRecipeER6Recipe() { return true; } bool (*old__ZN6Player7HasItemEiv) (); bool $__ZN6Player7HasItemEiv() { return true; } bool (*old__ZN6Player16DiscoveredRecipeER6Recipe) (); bool $__ZN6Player16DiscoveredRecipeER6Recipe() { return true; } bool (*old__ZN6Player20FoundCraftingStationEi) (); bool $__ZN6Player20FoundCraftingStationEi() { return true; } bool (*old__ZN6Player21IsNearCraftingStationER6Recipe) (); bool $__ZN6Player21IsNearCraftingStationER6Recipe() { return true; } __attribute__((constructor)) void DylibMain() { MSHookFunction(((bool*)MSFindSymbol(NULL, "__ZN6PlayerCanCraftRecipeER6Recipe")),(bool*)$__ZN6PlayerCanCraftRecipeER6Recipe,(bool**)&old__ZN6PlayerCanCraftRecipeER6Recipe); MSHookFunction(((bool*)MSFindSymbol(NULL, "__ZN6Player7HasItemEiv")),(bool*)$__ZN6Player7HasItemEiv,(bool**)&old__ZN6Player7HasItemEiv); MSHookFunction(((bool*)MSFindSymbol(NULL, "__ZN6Player16DiscoveredRecipeER6Recipe")),(bool*)$__ZN6Player16DiscoveredRecipeER6Recipe,(bool**)&old__ZN6Player16DiscoveredRecipeER6Recipe); MSHookFunction(((bool*)MSFindSymbol(NULL, "__ZN6Player20FoundCraftingStationEi")),(bool*)$__ZN6Player20FoundCraftingStationEi,(bool**)&old__ZN6Player20FoundCraftingStationEi); MSHookFunction(((bool*)MSFindSymbol(NULL, "__ZN6Player21IsNearCraftingStationER6Recipe")),(bool*)$__ZN6Player21IsNearCraftingStationER6Recipe,(bool**)&old__ZN6Player21IsNearCraftingStationER6Recipe); } %hook AppDelegate - (void)applicationDidBecomeActive:(id)non { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Credits:" message:@"Hack By Kenny808" delegate:nil cancelButtonTitle:@"Thank You!" otherButtonTitles:nil]; [alert show]; [alert release]; } %end %hook FlurryUtil + (BOOL)deviceIsJailbroken { return false; } %end %hook EveryplayCommon + (BOOL)isJailbroken { return false; } %end Make sure you have added projectname_FRAMEWORKS = UIKit in the Makefile.
  19. Rook

    Count to 4,000

    1167
  20. Rook

    Count to 4,000

    1165
  21. Have you asked @@Aswag1 if you can post it here?
  22. Rook

    Count to 4,000

    1161
×
  • 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