Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $${
- //Loops forward and sprint keys to autorun
- // Remove the comment tags (//) from before keyup(jump); and keydown(jump); to make the script jump while it's sprinting
- if(autowalk);
- unset(autowalk);
- keyup(sprint);
- keyup(forward);
- // keyup(jump);
- stop();
- else;
- set(autowalk);
- do;
- keydown(sprint);
- keydown(forward);
- // keydown(jump);
- wait(500ms);
- in(#foodtimer);
- if(%#foodtimer% > 500);
- pick(golden_carrot);
- if(%ITEM% = "golden_carrot");
- do(100);
- key(use);
- loop;
- inc(#atefood);
- else;
- disconnect();
- endif;
- endif;
- while(autowalk);
- endif;
- stop();
- }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement