Search the Community
Showing results for tags 'TOOL'.
Found 5 results
-
Fully Cracked IDA Pro There is a Password For The Install but its inside the .zip For You Guys it installs both 32-bit and 64-bit Download: [hide]http://iosddl.net/dd0ee4c5bd595589/iOSModsIDAPro.zip https://www.iosmods.com/downloads/IDA_Pro_v7.0_and_Hex-Rays_Decompiler_(ARMx64,ARM,x64,x86).zip [/hide]
-
What is IDA all about? IDA is a Windows, Linux or Mac OS X hosted multi-processor disassembler and debugger that offers so many features it is hard to describe them all. Here is IDA Pro v6.6: [hide] https://iosddl.net/7865b573df6c6b34/ida66.zip [/hide] Here is IDA Pro v6.8: [hide] https://iosddl.net/5b25e1c5c15b63d8/DApleb1x2Fff8741.8.rar [/hide] Here is IDA Pro v7.0: [hide] https://mega.nz/#!mjgQmYSA!CIK5G2oFZtF55dNP6Cev3Cuv9TpBfDVmZhCq-A1B5aE [/hide] Here is IDA Pro v7.2: [hide] https://iosddl.net/168a025db8a85008/IDA_7.2_Cracked_(IDA_Pro_7.2_+_Key_+_HexRaySDK_+_SDK).rar [/hide] The New V7.2 Pro: Enjoy!!
-
r16Menu Template for Theos! Sample Menu UI look. Get from GitHub here [hide] r16MenuLibrary.deb - Required for menu to function Rednick16's Mod Menu Template.nic.tar [/hide] Features: * Customizable UI * Customizable menu logo * 7 different switchs: * Patcher * Patch * Regular switch * Textfield Switch wide or right * Slider Switch * Index switch * Hook Swith * Patcher and Patch switch is based on KittyMemory * Original bytes are required * Supports MSHookMemory * Write unlimited bytes to a offset Encryption: I did not include encryption you will have to make your own to encrypt nsstrings. Installation: Download the modmenu template paste in /var/theos/templates/ios/theos Usage: Open r16Logo.h and paste your own menu image <https://www.base64-encode.org/> menu.r16Logo = @"YOUR BASE 64 Here"; //for both menu and button will implement button and logo searperatly later Using a custom framework: You can set this in the function startAuthentication() inside Tweak.xm but this is not requierd. Dont worry about it skip_ menu.frameworkNamed = @"UnityFramework"; Patching variables: //call these inside ur own custom functions *(int*)[UIKeyPatch address:@"0x78" ptr:ptr] = 999; *(bool*)[UIKeyPatch address:@"0x32" ptr:ptr] = true; *(float*)[UIKeyPatch address:@"0x56" ptr:ptr] = 999.0f; Hooking methods: //toggle on or off [r16Hook toggleHook:true address:@"0x101C0E5F0" with:(void *)PlayerMoveC_Update original:(void **)&orig_PlayerMoveC_Update]; //without toggle [r16Hook hook:@"0x10276FB26" with:(void *)Player_Update original:(void **)&_Player_Update]; //shmoos HOOK(@"0x102517FB251", Player_Update, orig_Player_Update); HOOK_NO_ORIG(@"0x102517FB251", Player_Update); Patching a plain offset: [UIKeyPatch offset:@"0x104361010" byte:@"0xC0035FD6"]; [UIKeyPatch offset:@"0x104361010" byte:@"0x000080D2C0035FD6"]; // You can write as many bytes as you want to an offset i think [UIKeyPatch offset:@"0x104361010" byte:@"0x00F0271E0008201E000080D2C0035FD6"]; Patcher switch: [menu addPatcher:@"Custom Patch #1"]; //custom offsetpatcher switch live Patch Switch: [menu addPatch:@"Godmode" description:@"" offsets:@[@"0x101C350C8"] hexPatches:@[@"C0035FD6"]]; //or [menu addPatch:@"Godmode" description:@"" offsets:@[@"0x101C350C8", @"0x101C35052"] hexPatches:@[@"0xC0035FD6", @"0xC0035FD6"]]; Plain Switch: [menu addSwitch:@"Mana" description:@"Infinite mana"]; Textfield Switch Right: [menu addTextfieldRight:@"Set Weapon:" description:@""]; Textfield Switch Wide: [menu addTextfieldWide:@"Chat Spam:" description:@""]; Slider Switch: [menu addSlider:@"Custom Fov" description:@"" initialValue:1.00 minValue:1.00 maxValue:200.00]; Index Switch: [menu addIndexSwitch:@"Pick Damage" description:@"" items:@[@"10", @"20", @"40", @"80", @"120", @"140"]]; Hook Switch: //adding one hook [menu addHookNamed:@"Aimbot" description:@"" hook:@[[r16Hook hook:@"0x10276FB26" with:(void *)Player_Update original:(void **)&_Player_Update]]]; //adding infinte :) [menu addHookNamed:@"Aimbot" description:@"" hook:@[ [r16Hook hook:@"0x10276FB26" with:(void *)Player_Update original:(void **)&_Player_Update], [r16Hook hook:@"0x10276FB26" with:(void *)Player_Update original:(void **)&_Player_Update], [r16Hook hook:@"0x10276FB26" with:(void *)Player_Update original:(void **)&_Player_Update]] ]; Checking if a switch is on: bool manaOn = [menu getSwitchOnForSwitch:@"Mana"]; if(manaOn) { //stuff } //checking directly: if([menu getSwitchOnForSwitch:@"Mana"]) { //stuff } //using index string-arrays start at 0 if([menu getIndexForString:@"Pick Damage"] == 1/*20*/){ //do stuff } if([menu getIndexForString:@"Pick Damage"] == 0/*10*/){ //do stuff } Getting value from textfield and slider: //textfield int userValue = [menu getInt:@"Switch Name"]; NSString *userValue3 = [menu getNSString:@"Switch Name"]; //slider float userValue1 = [menu getFloat:@"Switch Name"]; Credits: * @Red16 * @TheArmKing * For helping meh and ideas ;-; *Ruit *[KittyMemory](https://github.com/MJx0/KittyMemory) Contact: If you find a bug in this beta version hit me up Don't spam me please.
-
Requirements: - Theos Commands: 1- iosmods (display all the patches) 2- iosmods -tsp2 (don’t really need this, this is to display whole tweak.xm in terminal) Comment Below To Reveal The Download Link For The Deb File. Download: [hide] https://anonfiles.com/vbmdA1H7p2/flex.to.theos.iosmods.com_0.0.5-1_debug_iphoneos-arm_deb [/hide] [ Warning ] ( Anyone reposting this Tweak on other Forums / Sites will get permanent ban. ) Hackright. 2021 iOSMods.com All Tweaks reserved. Image Or Video Of Tweak Tutorial on how to use it: Credits to: https://github.com/ipadkid358
-
https://github.com/Rednick16/LiveShaderTester-iOS Contributions are welcomed i plan to public chams code with simple tweak.xm project you all are welcomed to make it for me :)