1

Macro / Keybind Mod AutoSoup Script

WiguMC's Avatar WiguMC12/4/16 7:46 am
1 emeralds 6.2k
This is my new and first Macro / Keybind Mod Script. It has auto inventory refill, and it's fast. I will make new updates to this script.

$${
do;
if(%HEALTH% <= 13);
wait(2ms);
pick(mushroom_stew);
wait(2ms);
key(use);
wait(2ms);
key(drop);
wait(2ms);
gui(inventory);
getslot(rabbit_stew,#soup,9);
slotclick(%#soup%,l,true);
gui();
slot(1);
endif;
loop;
}$$


So this code eats mushroom stew when your health is 13 or lower. If the server you are playing on uses rabbit stew, just replace mushroom with rabbit.

Link to Macro / Keybind Mod: Download Macro / Keybind Mod

How to install this script:

1. Create a text document (.txt) in .minecraft/mods/macros/
2. (Sometimes .minecraft/liteconfig/common/macros/ (in my case))
3. The name can be anything (but it has to be .txt!)
4. Paste the code above to the .txt file you created

Help! I don't know how to use Macro / Keybind Mod!

This is starting (not scripting) guide: https://www.youtube.com/watch?v=qMVEtMlkFNc

Can you do X?

Just ask below...
Posted by WiguMC's Avatar
WiguMC
Level 1 : New Crafter
1

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome