Jump to content

Johnkittz

Senior Member
  • Posts

    1,481
  • Joined

  • Last visited

Everything posted by Johnkittz

  1. Yes please @DiDA HELP lol
  2. I signed them but these errors pop up now Hunters-iPhone:~ mobile$ su Password: Hunters-iPhone:/var/mobile root# ldid -S strip Hunters-iPhone:/var/mobile root# ldid -S git Hunters-iPhone:/var/mobile root# ldid -S clang Hunters-iPhone:/var/mobile root# ldid -S clang++ Hunters-iPhone:/var/mobile root# ldid -S id Hunters-iPhone:/var/mobile root# ldid -S perl Hunters-iPhone:/var/mobile root# cd /var/mobile/Proje cts/pouhack Hunters-iPhone:/var/mobile/Projects/pouhack root# mak e package /var/mobile/Projects/pouhack/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/Projects/pouhack/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak PouHack... Preprocessing Tweak.xm... Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Compiling Tweak.xm... Tweak.xm:4:137: error: redefinition of '_logos_orig$_ungrouped$Coins$have' ...SEL); static int (*_logos_orig$_ungrouped$Coi... ^ Tweak.xm:4:14: note: previous definition is here static int (*_logos_orig$_ungrouped$Coins$hav... ^ Tweak.xm:9:12: error: redefinition of '_logos_method$_ungrouped$Coins$have' static int _logos_method$_ungrouped$Coins$hav... ^ Tweak.xm:2:12: note: previous definition is here static int _logos_method$_ungrouped$Coins$hav... ^ 2 errors generated. make[2]: *** [obj/Tweak.xm.ea1e550d.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [PouHack.all.tweak.variables] Error 2 Hunters-iPhone:/var/mobile/Projects/pouhack root#
  3. Do you know how to sign them? Or is there a tutorial on the forum you could link?
  4. Every time I go to make package with my tweak I get this Hunters-iPhone:~ mobile$ su Password: Hunters-iPhone:/var/mobile root# cd /var/mobile/Proje cts/pouhack Hunters-iPhone:/var/mobile/Projects/pouhack root# mak e package /var/mobile/Projects/pouhack/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/Projects/pouhack/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak PouHack... Preprocessing Tweak.xm... Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Compiling Tweak.xm... /bin/sh: line 1: 15080 Killed: 9 clang++ -x objective-c++ -c -I"/var/mobile/Projects/pouhack" -DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/pouhack/theos/include -include /var/mobile/Projects/pouhack/theos/Prefix.pch -Wall -Werror -isysroot "/var/mobile/Projects/pouhack/theos/sdks/iPhoneOS8.1.sdk" -arch armv7 -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_3_0 -miphoneos-version-min=3.0 -I/usr/include -include "logos/logos.h" ./obj/Tweak.xm.mm -o obj/Tweak.xm.ea1e550d.o make[2]: *** [obj/Tweak.xm.ea1e550d.o] Error 137 make[1]: *** [internal-library-all_] Error 2 make: *** [PouHack.all.tweak.variables] Error 2 Any fix?
  5. Thank you for letting me know I'm inputting it correctly it's my first tweak for a game I'm working on just wanna make sure everything is right
  6. I put the Brackets just for a boarder that's not actually in my code my code goes like this %hook Coins -(int)have { Return 99999; } -(int)fromclean { Return 9999; } %end
  7. Okay I'm getting into coding slowly i wanna make sure what I am putting is right so here's my code for Pou [ %hook Coins -(int)have { Return 99999; } %end] If hook the class I was told I can add to it like this [ [ %hook Coins -(int)have { Return 99999; } -(int)given { Return 9999; } %end] Again I'm just making sure I'm inputting it correctly thanks for the help
  8. I installed Pou from AppCake
  9. I've been getting errors when trying to run the command make package after finally coding tweak but these pop up (Obj/tweak.xm.d6a7cb7a.o error 137) (Internal-library-all error 2) (PouPwner.all.tweak.variables error 2)
  10. Awesome tutorial man
  11. I need help the app Pou is not showing up when I type the command Rasticrac -m all other apps show but Pou Clutch see's it but fails with a bus error 10 when trying to crack it
  12. I don't know how lol
  13. Thanks so much for your help man I didn't know you could test iPA's through appcake you've been very helpful
  14. Yes I have a screen shot I took just incase anybody asked and yes i downloaded from appcake's repo I made sure it was the lastest version
  15. How do I test it using appcake? And yes I know but I'm trying to learn coding slowly I know the basics but trying to get more advanced Pou will be the first test app for hacking for me
  16. I finally got the ASLR error dealt with now I'm facing bus error 10 after clutch supposedly complete's does anybody know a fix?
  17. It seemed to work no more ASLR Error's thanks for your help man also is 4.3 mb right for the iPA of Pou?
  18. Nothing is working for me it's keep saying ASLR is enabled then fails with killed 9 I've moved lipo to the directories I also ran all the right commands for lipo
  19. I'm trying to use Clutch on Pou but I keep getting killed 9 I've done everything needed for iOS 9 but keep getting it can anybody help?
  20. What's the best app to hack for beginners just to get the feel of it I'm using Theos I know the basic Stuff about coding looking to getting into more advanced stuff soon I hope any suggestions would be amazing
  21. I really didn't think about it to much I don't really use flex for anything I was asking about class dumps than flex came up in the conversation thanks for letting me know this castix btw love your Hacks bro
  22. I didn't know flex could dump headers I just found out about it! can somebody explain how flex does this? I thought it was just for making patches tweaks ect....
  23. I need help with getting headers from a certain game is this still possible on iOS 9? If it is can somebody explain how to do this I've forgotten it's been so long
  24. sai11 you should make a repo on yourepo.com if is what your saying true you could release it on there and Do you have the Url for the repo amuyea?
×
  • 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