Jump to content

Alihackali

Senior Member
  • Posts

    213
  • Joined

  • Last visited

Everything posted by Alihackali

  1. hi Is there a new way to integrate the mode menu and work without jailbreak? Because I see @X204 posting game Modmenu without jailbreak and they work normally any new @Rook any help @Happy Secret @Puddin @AlyssaX64 @Laxus thanks
  2. @X204hi bro Do you have any tutoring or how to make a real mod menu that works without jailbreak? Because I see that you have made mod menu without jailbreak. thanks
  3. @X204hi bro Do you have any tutoring or how to make a real mod menu that works without jailbreak? Because I see that you have made mod menu without jailbreak. thanks
  4. but this not just Only supports iOSGods Debs ? or to all i use ted2 mod menu and r16 menu
  5. Thanks @Rook but that way it’s works for non jailbreak? Or just for jailbreak?
  6. any help @Rook @Happy Secret @Puddin @AlyssaX64 @Laxus thanks
  7. hi I have a problem in some games. I extract the correct offset and I face this problem. When I use the speed offset, the enemies and I become very fast. I just want the player to become fast. Game Name : Tacticool offset : 0x2B3C2C4 // Game.CharacterLogic.c [Address(RVA = "0x2B3C2C4", Offset = "0x2B3C2C4", VA = "0x2B3C2C4")] public float ModifyMovement(float speed) { return default(float); }
  8. im using r16 modmenu #import "Menu.h" void setUp() { /****** [r16Hook hook:@"0x10198FA54" with:(void *)Player_Update original:(void **)&_Player_Update]; [r16Hook hook:@"0x10198FA54" with:(void *)ItemCheck original:(void **)&_ItemCheck]; [menu addPatch:@"Godmode" description:@"Leave this on you won't die" offsets:@[@"0x10198FA54", @"0x10198FA54"] hexPatches:@[@"0xC0035FD6", @"0xC0035FD6"]]; ******/ [menu addSwitch:@"Inf-Mana" description:@"Leave this on infinite mp" ]; [menu addSlider:@"Custom Fov" description:@"Set your custom fov" initialValue:1.00 minValue:1.00 maxValue:200.00]; [menu addTextfieldWide:@"ChatSpam" description:@"Set your custom chatspam or value"]; [menu addTextfieldRight:@"Spawn Item:" description:@""]; [menu addTextfieldRight:@"Item Amount:" description:@""]; [menu addTextfieldRight:@"Set_MaxMinions" description:@"Use this to surpass max minions limit"]; [menu addIndexSwitch:@"Damage" description:@"" items:@[@"mana", @"godmode", @"item", @"Increased", @"High", @"Ohk"]]; } void startAuthentication() { #import "r16Logo.h" menu.socialShareMessage = @"Im using @@APPNAME@@ Cheats by @@USER@@"; menu.sharingIconBorderColor = rgba(0xffffff, 1.0); //only color that needs to be set r16Theme.baseColor = rgba(0xfc03df, 0.9); //r16Theme.headerBackground = rgba(0x5f04cf, 1.0); //r16Theme.footerBackground = rgba(0x5f04cf, 1.0); //r16Theme.menuBackground = rgba(0x7300ff, 0.9); //r16Theme.keyOnColor = rgba(0x8423fa,1.0); //r16Theme.keyOffColor = rgba(0x7b00ff,0.9); //r16Theme.menuShadowColor = rgba(0x7200fc, 0.9); [menu closeTaps:1 width:270 maxVisableToggles:5 title:@"@@APPNAME@@" credits:@"Made by @@USER@@"]; setUp(); } static void didFinishLaunching(CFNotificationCenterRef center, void *observer, CFStringRef name, const void *object, CFDictionaryRef info) { timer(0.1){ startAuthentication(); }); } void launchEvent() { CFNotificationCenterAddObserver(CFNotificationCenterGetLocalCenter(), NULL, &didFinishLaunching, (CFStringRef)UIApplicationDidFinishLaunchingNotification, NULL, CFNotificationSuspensionBehaviorDrop); } __attribute__((constructor)) static void initialize() { launchEvent(); }
  9. any help thanks @Laxus @Puddin @Zahir @Rook @AlyssaX64
  10. Hello can someone help me? I have this code I want when the mode menu image is clicked Sends me to a website or any other link [menu closeTaps:1 width:270 maxVisableToggles:5 title:@"@@APPNAME@@" credits:@"Made by @@////i want to put the link here////@@"]; same like iosgods mods when clicked image send me to website setUp(); } @Rook anyhelp please
  11. i have mod menu ted 2. i made game cheat with mod menu ted2 but when i make package install with the iphone rootless the game not working well crash
  12. is there any modmenu supports rootless ?? because mod menu ted2 not supports yet anyone knows Please When I support Mod ted2 with rootless the game well Crashing Thanks @Rook 😊
  13. the offset is correct Because I made modmenu and its works fine and same hex i explan what i did i extracted the UnityFramework and put it in hxd and Search the Offset what i find it in dnspy and i find it in hxd and replace it with the hex like this 0090261EC0035FD6 and save the UnityFramework and replace it with the old on in game and i repack it and install it and later it crash
  14. i did find the offset in dnspy and i did replace the hex byprogramme hxd to this 0090261EC0035FD6 high number and save the UnityFramework and put it it in game replace the old one and later the game when install it dont work crashing
  15. nop modmenu ted2 work only for palera1n rootless not working with Dopamine.
×
  • 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