Jump to content

Rook

Administrator
  • Posts

    68,026
  • Joined

  • Last visited

Everything posted by Rook

  1. Does it work on the game though?
  2. 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.
  3. 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.
  4. Rook

    Count to 4,000

    1167
  5. Rook

    Count to 4,000

    1165
  6. Have you asked @@Aswag1 if you can post it here?
  7. Rook

    Count to 4,000

    1161
  8. Nice find @@Tokyo_Ghoul! :thumbsup:
  9. An iTunes link for the lazy people.
  10. What is this?
  11. Nah, only quoters of the first post.
  12. There's nothing wrong with that comment.
  13. Rook

    Count to 4,000

    1158
  14. Fixed your thread a bit and removed the last screenshot. Good work though! :thumbsup: Is this done in Visual Basic?
  15. They all look the same
  16. Try another game lol
  17. Maybe @ can help since he made free crafting and a bunch of other features for Terraria.
  18. What does the error say?
  19. Remove the "#include" as it's not needed. Other than that, looks good to me
  20. I think you should hide the source at least.
  21. I'm proud of him. :')
  22. It's a good thing you were smart enough to avoid falling into his trap.
  23. Yeah, not everyone is a PC wiz
×
  • 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