Jump to content

Patricktph

Senior Member
  • Posts

    2,778
  • Joined

  • Last visited

Everything posted by Patricktph

  1. Welcome! What's good:)
  2. Welcome to Awesome,helpful IG
  3. Welcome
  4. Do I paste The whole thing into Tweak.xm ?
  5. I keep getting this I don't know how to fix it Tweak.xm:18:4: error: use of undeclared identifier 'GetPrefBool' if(GetPrefBool(@"kPlan")) { ^ 1 error generated. make[2]: *** [obj/Tweak.xm.af20312e.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [magicPiano.all.tweak.variables] Error 2 iPhone:/var/mobile/magicpiano root# THIS IS THE LINE IN THE TWEAK.XM %hook MagicSubscriptionPlan -(int) period { if(GetPrefBool(@"kPlan")) { return 999999999; } return %orig; } %end
  6. Welcome to IG
  7. Reply to my pm I think I got something
  8. Testing
  9. Did you get it in I file or...
  10. Testing 1; good job
  11. Hello.. Welcome to IG
  12. Thank you Shmoo Thank you Dida
  13. Don't we this really work
  14. But you still level up right.. I think that's still good;)
  15. You actually get points from it and you move up levels I tested it
  16. Hacked App: Trivia Crack iTunes Link: https://itunes.apple.com/us/app/trivia-crack/id651510680?mt=8&uo=4 Bundle ID: com.etermax.preguntados Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Answer is always correct Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the .deb hack file from the link above. Step 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the cheat installation. Step 6: Now respring or reboot your iDevice and make sure you have met all the requirements mentioned above. Step 7: Open the game. Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Credits: @patricktph
  17. I did I got an error again > here Linking tweak magicPiano... Undefined symbols for architecture armv7: "_OBJC_CLASS_$_UIAlertView", referenced from: objc-class-ref in Tweak.xm.af20312e.o ld: symbol(s) not found for architecture armv7 clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [obj/magicPiano.dylib.64873355.unsigned] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [magicPiano.all.tweak.variables] Error 2 iPhone:/var/mobile/magicpiano root# THIS IS MY Make file ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = magicPiano magicPiano_FILES = Tweak.xm MagicPino_FRAMEWPRKS = UIKit include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" AND THIS IS WHAT I PASTED IN THE TWEAK.XM %hook PianoAppDelegate -(void)applicationDidBecomeActive:(id)argument { UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"Hacked By Patricktph aka Techpro Hacker" message:@"This hack is going to give you VIP + More" delegate:nil cancelButtonTitle:@"Let's Go" otherButtonTitles:nil]; [alert show]; [alert release]; } %end I did I got an error again > here Linking tweak magicPiano... Undefined symbols for architecture armv7: "_OBJC_CLASS_$_UIAlertView", referenced from: objc-class-ref in Tweak.xm.af20312e.o ld: symbol(s) not found for architecture armv7 clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [obj/magicPiano.dylib.64873355.unsigned] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [magicPiano.all.tweak.variables] Error 2 iPhone:/var/mobile/magicpiano root# THIS IS MY Make file ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = magicPiano magicPiano_FILES = Tweak.xm MagicPino_FRAMEWPRKS = UIKit include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" AND THIS IS WHAT I PASTED IN THE TWEAK.XM %hook PianoAppDelegate -(void)applicationDidBecomeActive:(id)argument { UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"Hacked By Patricktph aka Techpro Hacker" message:@"This hack is going to give you VIP + More" delegate:nil cancelButtonTitle:@"Let's Go" otherButtonTitles:nil]; [alert show]; [alert release]; } %end
  18. dang, that sucks, im still on the ios 8.4 jailbreak so idk, and try to re jailbreak
  19. after you have installed the deb file try to respring/reboot your device then try again
  20. for the score its just you
×
  • 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