Video Explicando o macro
https://www.youtube.com/watch?v=XVIirQXirrs&feature=youtu.be
$${
if(homecraft);
log(&4&lMacro Desligada);
unset(homecraft);
stop();
else;
set(homecraft);
log(&9&lMacro Ligada);
wait(100ms)
#homeless_2=1;
endif;
key(use);
wait(1);
/// Macro BY jhone_ ///
FOR(#u,0,53);
SLOTCLICK(%#u%);
SLOTCLICK(-999);
wait(8ms);
ENDIF;
NEXT;
log(&f&lBy: &9&lJhone_);
unset(homecraft);
stop();
endif;
gui();
}$$