Bom a Macro é o Seguinte , Uma Macro de Sprint Como Qlqr Outra . So qm tem 1 Coisa de Diferente Nela .
Quando vc Abre / Inventário /chat Ela Continuara Correndo .
Mais 1 Coisa Qnd vc Liga ela Exemplo /x1 Pa trocar o SET . Qnd ela For bater Na Parede Ela Irá voltar Qnd a parede For Detectada .
A Macro Cód .
Para Colocar o Macro é So Aperta esc Ir em :: Options :: Controls... Dps Macro Settings . Escolher Uma Letra Que Nao Esteja em :: Vermelho ::
E SIM AS CINZAS mais Isso Ctz q Todos Sabem ! .
Codigo
$${if(x);unset(x);unsprint;log(&3 Desligado);STOP;else;set(x);log(&3 Correndo!);endif; do;ifmatches(%GUI%,None);if(%#tr%>0);keyup(ForWard);endif;dec(#tr,%#tr%);if(KEY_W);sprint;else;unsprint;endif; else;&dir=%DIRECTION%; ifmatches(%GUI%,Inventory|Chat|Chest|Furnace);keydown(FORWARD);SPRINT;ifmatches(%DIRECTION%,N);#a=-1;#b=0;&op=SOUTH;endif;ifmatches(%DIRECTION%,S);#a=+1;#b=0;&op=NORTH;endif;ifmatches(%DIRECTION%,W);#a=0;#b=-1;&op=EAST;endif;ifmatches(%DIRECTION%,E);#a=0;#b=+1;&op=WEST;endif;getidrel(%#b%,1,%#a%,#d,);getidrel(%#b%,0,%#a%,#c,);if((%#c%!=0)|(%#d%!=0));;&dir=%&op%;endif;look(%&dir%); if(KEY_S);ifmatches(%DIRECTION%,N);#a=-1;#b=0;&op=SOUTH;endif;ifmatches(%DIRECTION%,S);#a=+1;#b=0;&opNORTH;endif;ifmatches(%DIRECTION%,W);#a=0;#b=-1;&op=EAST;endif;ifmatches(%DIRECTION%,E);#a=0;#b=+1;&op=WEST;endif;getidrel(%#b%,1,%#a%,#d,);getidrel(%#b%,0,%#a%,#c,);if((%#c%!=0)|(%#d%!=0));&dir=%&op%;endif;look(%&dir%);keydown(back);else;keyup(back);endif; if(KEY_A);ifmatches(%DIRECTION%,N);#a=-1;#b=0;&op=SOUTH;endif;ifmatches(%DIRECTION%,S);#a=+1;#b=0;&opNORTH;endif;ifmatches(%DIRECTION%,W);#a=0;#b=-1;&op=EAST;endif;ifmatches(%DIRECTION%,E);#a=0;#b=+1;&op=WEST;endif;getidrel(%#b%,1,%#a%,#d,);getidrel(%#b%,0,%#a%,#c,);if((%#c%!=0)|(%#d%!=0));&dir=%&op%;endif;look(%&dir%);keydown(left);else;keyup(left);endif; if(KEY_D);ifmatches(%DIRECTION%,N);#a=-1;#b=0;&op=SOUTH;endif;ifmatches(%DIRECTION%,S);#a=+1;#b=0;&opNORTH;endif;ifmatches(%DIRECTION%,W);#a=0;#b=-1;&op=EAST;endif;ifmatches(%DIRECTION%,E);#a=0;#b=+1;&op=WEST;endif;getidrel(%#b%,1,%#a%,#d,);getidrel(%#b%,0,%#a%,#c,);if((%#c%!=0)|(%#d%!=0));&dir=%&op%;endif;look(%&dir%);keydown(right);else;keyup(right);endif; if(KEY_SPACE);keydown(jump);else;keyup(jump);endif;inc(#tr,1);endif; endif;loop;}$$
Clique para expandir...