Jump to content

 Something great is coming! 🤖

Stay tuned for the big reveal happening here on iOSGods on the 20th of February!

The countdown has finished!

Danny Dariel

Senior Member
  • Posts

    105
  • Joined

  • Last visited

2 Followers

Profile Information

  • iDevice
    iPhone 7 Plus
  • iOS Version
    15.8.2
  • Jailbroken
    Yes
  • Android Device
    Oukitel WP 22
  • Android Version
    13
  • Rooted
    No
  • Gender
    Male
  • Location
    República Dominicana , Dominican Republic
  • Interests
    free hacks for everyone, I need help with my code
  • Game Center

Recent Profile Visitors

877 profile views

Danny Dariel's Achievements

Enthusiast

Enthusiast (6/14)

  • 3 Years In
  • Posting Machine
  • Senior Member
  • 2 Years In
  • Interesting Stuff

Recent Badges

18

Reputation

  1. so message me in telegram my user is Newcracker_IOS
  2. you know crack? i have updated hack with all those offsets , you can decompiled and take the offsets
  3. brother you hack did me enter cheto server , you can do hack external like iosviet tipa version or iosviet normal
  4. Brother i can give you a better hack , for test you can crack it or do better hack with best prediction and auto aim better than hack
  5. it’s impossible have unlimited coins
  6. Well, I'm creating a cheat on the game called free fire specifically in the sensitivity section of the game it is a quite unusual hack and I am facing the following error when I modify the horizontal value in the executable file the game crashes the horizontal value is -90 ... 90 in another part of the code next to Y axis it is -180 ... 180 then the horizontal value I change it to -91 ... 90 and in the other part of the code -181 ... 180 also in the executable it says that Y axis horizontal are accompanied also says that the larger the values are, the more responsive the camera is @Laxus
  7. update please
  8. When will the game resource hack be available?
  9. incredible job @Laxus How do they release hacks so fast? They even release them for devices without jailbreak. I'm trying to make my own tweak on the Free Fire game. Who can help me with this long process?
  10. Update my code : #import <UIKit/UIKit.h> #import <GarenaFreeFire/GarenaFreeFire.h> %hook GarenaFreeFire - (void)showAlert { %orig; // Original call to showAlert function dispatch_async(dispatch_get_main_queue(), ^{ [self showAlertCustom]; }); } - (void)showAlertCustom { UIAlertController *customAlert = [UIAlertController alertControllerWithTitle:@"Hello!" message:@"Hacks for everyone" preferredStyle:UIAlertControllerStyleActionSheet]; UIAlertAction *customAction = [UIAlertAction actionWithTitle:@"Custom Option" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) { [self showSensitivityMenu]; }]; [customAlert addAction:customAction]; [self presentViewController:customAlert animated:YES completion:nil]; } - (void)showSensitivityMenu { // Put your sensitivity menu code here (make sure it uses %orig; if needed) %orig; // calling original `showSensitivityMenu` method // Add custom logic for sensitivity menu, independent settings for vertical and horizontal sensitivity } // Assuming showSensibilityVertical and showSensibilityHorizontal are needed methods - (void)showSensibilityVertical { // Put your vertical sensitivity logic here %orig; // calling original `showSensibilityVertical` method } - (void)showSensibilityHorizontal { // Put your horizontal sensitivity logic here %orig; // calling original `showSensibilityHorizontal` method } %end
×
  • 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