Jump to content

bR34Kr

ViP Pro
  • Posts

    1,323
  • Joined

  • Last visited

Everything posted by bR34Kr

  1. To add a popup (just to test) add this code void showPopup() { UIAlertController *msgAlertController = [UIAlertController alertControllerWithTitle:@"Test" message:@"This hook works" preferredStyle:UIAlertControllerStyleAlert]; [msgAlertController addAction:[UIAlertAction actionWithTitle:@"Close" style:UIAlertActionStyleDefault handler:nil]]; [[[[UIApplication sharedApplication] keyWindow] rootViewController] presentViewController:msgAlertController animated:YES completion:nil]; } And you can call this function any time to show a popup. So you can call this in your hooked function to see if it hooks correctly or if you want to confirm your tweak gets injected do this: %hook UIViewController -(void)viewDidLoad { showPopup(); %orig(); } %end
  2. What you can do to add a custom value is do: ADD X20, X20, #0xFF This would set X20 to the result of the addition of the value of X20 and the value 0xFF (255) You can specify your own value by converting it to hexadecimal. Note: I don't recommend using additions, since when the value will be increased over its type limit, it I'll cause it to wrap around. This means it will wrap around to its smallest value. Try setting it to a static value so your coins don't go negative at some point.
  3. Hi all. A tweak I am making that hooks to every app must access a shared directory. Since some apps are sandboxed, most directories I try to access return an "Operation not permitted" error. So is there a directory that any app, sandboxed or not, can access and create directories and files in?
  4. Can you provide the errors that occur when you try to compile? The +/- before methods indicate their type. So when it's a + sign before the method, this means it's a class method, so the method belongs to the class and not an instance of that class. - signs before methods indicate they're instance methods, so they're not directly callable from the class but from an instance of that class.
  5. Updated: Please use the search bar located on the top-right corner of iOSGods. Modded/Hacked App: Call of Duty®: Mobile by Activision Publishing, Inc. Bundle ID: com.activision.callofduty.shooter iTunes Store Link: https://apps.apple.com/au/app/call-of-duty-mobile/id1287282214?uo=4&at=1010lce4 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate or Substitute. Hack Features: - Q-Vision (Rainbow) Now with Battle Royale! Say a big thank you to @absolut1on for making it possible! Some reports of the hack not working have been made. I am aware the game got updated and will do my possible to fix it as soon as possible Please be patient as at the time of writing I am not able to update Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/ Modded Android APK(s): https://iosgods.com/forum/68-android-section/ For more fun, check out the Club(s): https://iosgods.com/clubs/ I AM NOT RESPONSIBLE FOR ANY BANS! iOS 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. Make sure it successfully installs, otherwise see the note below. STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game. STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game. NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Credits: - @bR34Kr - @absolut1on Cheat Video/Screenshots:
  6. Welcome! If you want to start creating hacks, there's a bunch of resources on this site to get you started. Particularly this one: Cheers and happy hacking!
  7. Yeah but if it's iOS 11 minimum it probably uses a framework not supported on my version or that was updated which I can't support. Sorry
  8. @Agacy Sorry. I can't do it as I'm on iOS 10 and the game requires iOS 11. Cheers!
  9. I'm currently making a library with Theos which needs to hook, so I took the Tweak project in Theos. Problem is, it generates a .dylib file so I don't know how to include it as a static library inside another project.
  10. :rofl:

    1. Dylan0

      Dylan0

      No sh!t Sherlock 😂😂😂

  11. Best Ted Talk ever

     

    1. Rook

      Rook

      Oooo ahaha I'm interested already!

    2. Matt134654324
  12. Hello! This is a new tool I have been working on which makes OpenGL hacking way easier. With this piece of software you can Dump the ID of every active uniform being rendered. Highlight every shader using a specific uniform at runtime Here is a little demo. Unfortunately, I will not be releasing this software nor its source to the grand public. If you would like to receive a copy please PM me but I will only answer to those who deserve one. Cheers!
  13. When you have IDA Pro and stuff, the next thing is to crack apps. Now depending on your version you will need software so if you are on iOS 11+ use CrackerXI. To use it go in command line. After you cracked your app and it's in the .ipa format. UnZip it (because yes, .ipa is just a .zip) and load the binary (file with no extension and that has executable permissions) in IDA. Use the default settings on there. Now that's it's loaded up there's plenty of techniques to hack games, such as strings, debugging, instance variables, etc, etc. But you will find great TuTs in the Tutorials section specific to each technique. Good luck!
  14. Убедитесь, что вы выполняете каждый шаг правильно.
  15. Modded/Hacked App: World of Warships Blitz by WARGAMING Group Limited Bundle ID: net.wargaming.wowsblitz iTunes Store Link: https://itunes.apple.com/us/app/world-of-warships-blitz/id1205558961?mt=8&uo=4&at=1010lce4 Mod 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: - Teleport - Radar Hack (<= iOS 10) -> An alternative is teleporting and will show all people on radar - Marker Hack (<= iOS 10) Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/ Modded Android APK(s): https://iosgods.com/forum/68-android-section/ For more fun, check out the Club(s): https://iosgods.com/clubs/ 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. Make sure it successfully installs, otherwise see the note below. STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game. STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game. NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Credits: - @Joey for helping me - @bR34Kr Cheat Video/Screenshots: N/A
  16. You could also change what the game sends to the server. If it's post requests then it's pretty easy.
×
  • 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