Jump to content

K3NNNY

Senior Member
  • Posts

    1,428
  • Joined

  • Last visited

Everything posted by K3NNNY

  1. Yea I compile it thanks i just fix some mistakes ... And the hack is working
  2. I went to use my sister computer and found this function I search for craft and recipe and this what I found #import <CoreFoundation/CoreFoundation.h> #import <substrate.h> #import <Foundation/Foundation.h> bool (*old__ZN6PlayerCan14CraftRecipeER6Recipe) (); bool $__ZN6Player14CanCraftRecipeER6Recipe() { 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, "__ZN6Player14CanCraftRecipeER6Recipe")),(bool*)$__ZN6Player14CanCraftRecipeER6Recipe,(bool**)&old__ZN6Player14CanCraftRecipeER6Recipe); 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 Iam still getting errors this game is terrarai and feature is freecraft I know this hack exist but I was just practicing
  3. lol thanks....
  4. thank you
  5. Really?.... Lol Nvm then lol
  6. I don't know
  7. but still got those error about this $__ZN6PlayerCanCraftRecipeER6Recipe
  8. If you want to test it Test here
  9. Terraria
  10. #import <CoreFoundation/CoreFoundation.h> #import <substrate.h> #import <Foundation/Foundation.h> #include <substrate.h> #include <string.h> bool (*old__ZN6PlayerCanCraftRecipeER6Recipe) (); bool $___ZN6PlayerCanCraftRecipeER6Recipe() { return true; } __attribute__((constructor)) void DylibMain() { MSHookFunction(((bool*)MSFindSymbol(NULL, "__ZN6PlayerCanCraftRecipeER6Recipe")),(bool*)$__ZN6PlayerCanCraftRecipeER6Recipe,(bool**)&old__ZN6PlayerCanCraftRecipeER6Recipe); } The feature is free crafting I was just practicing
  11. got it thanks
  12. Nice work
  13. Ikr and why people like it anyways
  14. Don't get hex editing works
  15. Candy crush is getting boring!!!!
  16. Your always welcome
  17. Welcome To iOSGods Hope you like it here
  18. Idk but iAPKenny sounds wierd
  19. I may make my own IAPFree

    1. Show previous comments  8 more
    2. MikkA

      MikkA

      Watching ;)

       

    3. Gh0stByte

      Gh0stByte

      when you use the NIC use com.apple.UIkit as the bundle identifier (Will inject into every app ;) ), then %hook SKPaymentTransaction -(int)transactionState { return 1; } %end DONE! :D Easy as that to make a simple one :p RickHak is also making one... O.o

    4. K3NNNY

      K3NNNY

      Yea ik but some apps didn't work on LocalIAPStore I'll try my best to find the method

       

  20. I may make my own IAPFree
×
  • 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