The M.O.D. Library

Auto Heal

the auto heal macro (aka mod ), lets you automatically heal or use a consumable item in game with just one quick button press, giving you an advantage in intense battles that can help you stay alive longer auto heal is particularly useful in games that have an item wheel, such as apex, because it eliminates the need to navigate the wheel to select the item you want to use with the auto heal mod, you can quickly access and use the item without having to take your focus off the game the mod works by automating a combination of moves to quickly grab an item (such as a medikit from apex's item wheel) , then as soon as the game registers that you have the item, the mod will automate the healing action the most notable benefits of the auto heal mod include faster reaction time quickly heal or use a consumable improved chances of winning by saving time navigating menus to select and use a consumable eased gameplay prepare for your next battle as quickly as possible cronus advantage cronus advantage by having the advantage of cronus zen, players can feel more confident in their abilities and play more aggressively, leading to more wins to put it simply, the auto heal mod is a must have for players who want to heal or use a consumable as quickly as possible, without having to worry about running out of health โš™๏ธ gpc script example this is what the source code of an auto heal macro (aka mod ) looks like note that all button labels match their corresponding buttons on other controllers this example can be tuned by adding inputs to do more actions in game for example, if the script says xb1 a (xbox b button), it will also press the cross button on a playstation controller gpc auto heal main { if(event press(xb1 up)){ // check if d pad up is pressed combo run(cautoheal); // run auto heal combo } } combo cautoheal{ 	set(xb1 up,100); // output d pad up at 100% 	wait(40); 	set(xb1 up,100); // output d pad upd at 100% 	set(xb1 ly, 100); // output left analog up (select consumable wheel) 	wait(40); 	set val(xb1 a); // output a/cross at 100% 	wait(40); } โ›” warning we would like to remind our users that the use of mods, or modifications, may not be allowed in official tournaments or in compliance with the game's end user license agreement (eula) it is the user's responsibility to review the rules and regulations of a specific game or tournament prior to using any mods, to ensure that their use is in compliance with any terms and conditions failure to do so may result in disqualification or violation of the game's eula