-
Posts
99 -
Joined
-
Last visited
Everything posted by Danny Dariel
-
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
-
Mod Menu Hack Monster Legends: Collect all Cheats v17.8.2 +8
Danny Dariel replied to Zahir 's topic in Free Jailbreak Cheats
good as always -
update please
-
Mod Menu Hack Hill Climb Racing 2 v1.65.3 Cheats +1
Danny Dariel replied to K_K's topic in Free Jailbreak Cheats
Update -
Tutorial Theos Rootless Installation (Fugu/Palera1n)
Danny Dariel replied to Segfault's topic in Tutorials
Good -
Mod Menu Hack Monster Legends: Collect all Cheats v17.8.2 +8
Danny Dariel replied to Zahir 's topic in Free Jailbreak Cheats
When will the game resource hack be available? -
Mod Menu Hack Monster Legends: Collect all Cheats v17.8.2 +8
Danny Dariel replied to Zahir 's topic in Free Jailbreak Cheats
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? -
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
-
Tool Flex Converter: Convert your flex patch to tweak code in no time!
Danny Dariel replied to imp0ss1ble's topic in Tools
Working 2024? -
Update version : #import "MyTweak.h" %hook GarenaFreeFire - (void)showAlert { %orig; // Muestro mi alerta personalizada UIAlertController *customAlert = [UIAlertController alertControllerWithTitle:@"¡Hola!" message:@"Esta es tu alerta personalizada" preferredStyle:UIAlertControllerStyleAlert]; UIAlertAction *okAction = [UIAlertAction actionWithTitle:@"OK" style:UIAlertActionStyleDefault handler:nil]; [customAlert addAction:okAction]; [self presentViewController:customAlert animated:YES completion:nil]; } - (void)showSensitivityMenu { %orig; // Muestro mi menú de sensibilidad personalizado UIAlertController *sensitivityMenu = [UIAlertController alertControllerWithTitle:@"Sensibilidad" message:nil preferredStyle:UIAlertControllerStyleActionSheet]; UIAlertAction *option1 = [UIAlertAction actionWithTitle:@"Opción 1" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) { // Acción para la opción 1 }]; UIAlertAction *option2 = [UIAlertAction actionWithTitle:@"Opción 2" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) { // Acción para la opción 2 }]; UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:@"Cancelar" style:UIAlertActionStyleCancel handler:nil]; [sensitivityMenu addAction:option1]; [sensitivityMenu addAction:option2]; [sensitivityMenu addAction:cancelAction]; [self presentViewController:sensitivityMenu animated:YES completion:nil]; } %end
-
You have to have the hacking characteristics clear because later it will be a waste of time
-
Mod Menu Hack Garena Free Fire v1.100.1 +4 [Aim Assist + More]
Danny Dariel replied to Rook's topic in Free Jailbreak Cheats
@Rook update this game and put new hacks in it since most of it is useless since the game comes with aim assist that only needs to shoot, a no recoil or a semi aimbot or wallhack is better This trick is not updated, you cannot complain, you should have asked for an update since you saw that it is not updated to the corresponding version. -
My code so far: #import "MyTweak.h" %hook SBLaunchAlert - (void)alertViewWillShow:(UIAlertView*)alertView { %orig; UIAlertView *customAlert = [[UIAlertView alloc] initWithTitle:@"¡Hola!" message:@"Esta es tu alerta personalizada" delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil]; [customAlert show]; } %end %hook SBTouchHandler - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event { %orig; UIActionSheet *sensitivityMenu = [[UIActionSheet alloc] initWithTitle:@"Sensibilidad" delegate:nil cancelButtonTitle:@"Cancelar" destructiveButtonTitle:nil otherButtonTitles:@"Opción 1", @"Opción 2", nil]; [sensitivityMenu showFromRect:[touches.anyObject locationInView:touches.anyObject.window] inView:touches.anyObject.window animated:YES]; if ([sensitivityMenu clickedButtonIndex] == 0) { // Acción para la opción 1 } else if ([sensitivityMenu clickedButtonIndex] == 1) { // Acción para la opción 2 } } %end
-
Mod Menu Hack Idle Ninja Online v2372 +9 Cheats
Danny Dariel replied to AlyssaX64 's topic in Free Jailbreak Cheats
Update -
Mod Menu Hack Sausage Man v19.61 +8 Cheats
Danny Dariel replied to Zahir 's topic in Free Jailbreak Cheats
@Laxus update -
Mod Menu Hack Hill Climb Racing 2 v1.65.3 Cheats +1
Danny Dariel replied to K_K's topic in Free Jailbreak Cheats
Good job on the update lick no -
Welcome
-
What can I do with this?
-
Unity Game Hacking Tutorial [Aim Assist] - PART1 - (Offset Patching)
Danny Dariel replied to 0xSolana's topic in Tutorials
Good job -
TuT ✯[Tutorial] Making A Simple Yet, Effective Tweak From Flex (2015)✯
Danny Dariel replied to xC3FFF0E's topic in Tutorials
The level of ease of this defies every idea I have about programming and code.