
Mr. Hyperion
Senior Member-
Posts
302 -
Joined
-
Last visited
Everything posted by Mr. Hyperion
-
I corrected it but only the voids don't work
-
Just the voids Only the voids are NOT working!
-
I'm hacking trivia crack and it works when turning on in flex2! But when I ms hook it, it's not working the hack. I have the make file and control properly made 100% but the hack isn't working. Can you please pin point where/why not working?? Mainly WHATS WRONG WITH THE -VOIDS?Here is my tweak.xm: %hook PRQuestionViewController -(bool) characterWinTutorial { return TRUE; } %end %hook PRAnswersGroupView -(void) setWrongAnswerSelector:(SEL)arg1 { return %orig; } %end %hook PRPowerUp -(int) cost { return 0; } %end %hook PRGameViewController -(bool) shouldShowPowerUpTips { return TRUE; } %end %hook PRGameViewController -(bool) willShowPowerUpTip { return TRUE; } %end %hook PRQuestionViewController -(void) showCorrectAnswer { return %orig; } %end %hook PRAccountManager -(bool) userHasUnlimitedLives { return TRUE; } %end
-
T
-
I don't have DEBIAN OR LIBRARY folder.
-
How do I convert a .dylib to .deb in MTerminal on iOS 9.0.2 iPhone 6?? I cploaded a hack and now I don't know how to convert it to deb. I first typed in "make" in MTerminal. It made the .dylib file. I uploaded to binary tools (armconverter.com) and cp loaded the dylib. Now how do I make it into a .deb?
-
Ok will do bothWhen come from school at 4:30
-
Flappy Golf 2: search for the game: com.noodlecake.flappy2: 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). - iFile Hack Features: -All balls unlocked -All trails unlocked -All hats unlocked -All powerups unlocked -Unlimited eggs -Shield On (go through lasers...) -Gravitational hole (aim for hole) Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the .deb Cydia 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 .deb 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 open the game and enjoy! 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: - @Asianplus (me making it) - @@castix for helping me - @@AxCE for helping me Hack Video/Screenshots: https://youtu.be/eh8wFm3hp7M Instagram: prozawesomeness
- 40 replies
-
- 63
-
-
-
-
-
-
-
Guide How to build Debugserver for any iOS (Mac only)!
Mr. Hyperion replied to Oxytyramine's topic in Tutorials
Can you plz send my the link for debugserver for iPhone 6 (arm64) iOS 9.0.2?? -
Hope
-
Have to check out
-
Great
-
Hmm
-
I need help with LLDB
-
[Objective C]How to change the slide to unlock text
Mr. Hyperion replied to a topic in Coding Center
Thx -
[Tweak.xm] Mission Impossible: Rogue Nation (The easiest version)
Mr. Hyperion replied to Goggwell's topic in Coding Center
R -
D
-
A
-
Help/Support MAC SSH INTO IPHONE ERROR
Mr. Hyperion replied to Mr. Hyperion's topic in Help & Support
I installed usbmuxd. How do I use it to connect to my phone? On Mac! Cause it's still giving me same error - failed to get connection from a remote gdb process -
Help/Support MAC SSH INTO IPHONE ERROR
Mr. Hyperion replied to Mr. Hyperion's topic in Help & Support
Everything on Windows did same for Mac -
Help/Support MAC SSH INTO IPHONE ERROR
Mr. Hyperion replied to Mr. Hyperion's topic in Help & Support
I don't know how to specify even further but all I did was follow didas tutorial for making LLDB work on Windows. But that's all I did. But no one knows how to fix! -
[Cydia Substrate Code Injection]Crossy Road Tweak.xm
Mr. Hyperion replied to a topic in Coding Center
Thx