Advertisement
ExcaliburNUMNUM

OBY MINE script

Nov 6th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. //above is TEST code
  3.  
  4. LOG(OBY S3 Running......);
  5. WAIT(1);
  6. LOG(Teleporting to Start of Laying Redstone);
  7.     WAIT(5t);
  8.     ECHO(/tpto <3078> <64> <4640>);
  9.     WAIT(35t);
  10. DO(8);
  11.  
  12. //LOG(OBYMINE SCRTIPT RUNNING);
  13.  
  14.     //CENTERING
  15.     LOOK(270,90);
  16. //LOG(centered);
  17.     //WEST DOWN
  18.     WAIT(45t);
  19.     ECHO(/jumpto);
  20.     WAIT(45t);          
  21.     LOOK(270,33);
  22.     //WEST @ block for picking obsidian
  23.     WAIT(45t);
  24.     LOOK(270,33);
  25. //Added Extra Look at block for picking Due to lag issues.
  26.  
  27.     //WEST @ block for picking obsidian
  28.     WAIT(45t);
  29.     LOOK(270,33);
  30.     //WEST @ block for picking obsidian
  31.     WAIT(45t);
  32.  
  33.  
  34. //Start of Distance Script
  35.     // SET(#xpos,%XPOS%);
  36.     SET(#xpos,%XPOS%);  //this is where we set our position.
  37.     DEC(#xpos,65);  //how we determine how far
  38.     //you want inc if Increasing Number, Dec if Decreasing Number
  39.     PICK(278);  //Type of Block to Place/OR/ Type of Tool To USE
  40.     KEYDOWN(sneak);
  41.     KEYDOWN(forward);
  42.  
  43. DO;  
  44.     //BREAK BLOCKS
  45.     WAIT(2t);
  46.         EXEC(pic.txt,"pic");
  47.     WAIT(47t);STOP("pic");
  48. //LOG(ONE block picked);
  49.     UNTIL(#xpos >= XPOS);
  50.         WAIT(8t);
  51.         KEYUP(forward);
  52. //LOG(KEYUP);    
  53.     //WAIT(40t);STOP("pic");
  54.     //postion z(something) =  (player z foot postion)
  55.  
  56. //LOG(64 OBY Mined!);
  57.  
  58. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  59.    
  60. //      TPTO XYZ
  61. LOG(Teleporting to Start of Laying Redstone);
  62.     WAIT(5t);
  63.     ECHO(/tpto <3012> <64> <4640>);
  64.     WAIT(1t);
  65.     LOOK(270,90);
  66.     WAIT(50t);
  67.  
  68. //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  69.  
  70.  
  71.     //WAIT(5t);
  72. //LOG(REDSTONE SCRTIPT RUNNING);
  73.  
  74.     //CENTERING
  75.     LOOK(270,90);
  76.     //WEST DOWN
  77.     WAIT(25t);
  78.     ECHO(/jumpto);
  79. //LOG(centered);
  80.     WAIT(45t);      
  81.     LOOK(270,50);
  82.     //WEST @ block for placing redstone
  83.     WAIT(15t);
  84.  
  85.  
  86.     // SET(#xpos,%XPOS%);
  87.     SET(#xpos,%XPOS%);  //this is where we set our position.
  88.     INC(#xpos,66);  //how we determine how far
  89.     //you want inc if Increasing Number, Dec if Decreasing Number
  90.  
  91.     //KEYDOWN(sneak);
  92.     //KEYUP(sneak);
  93.     KEYDOWN(back);
  94.    
  95.  
  96. DO;  
  97.     //PLACE BLOCKS
  98.     WAIT(2t);
  99.     EXEC(placeredstone.txt,"place");
  100.     WAIT(2t);STOP("place");
  101.     UNTIL(#xpos <= XPOS);
  102.     WAIT(2t);
  103.     KEYUP(back);
  104.     WAIT(2t);
  105. //LOG(KEYUP (back));
  106.  
  107.  
  108.     //CENTERING
  109.     //WEST DOWN
  110.     WAIT(30t);
  111.     LOOK(270,90);
  112.     WAIT(45t);
  113.     ECHO(/jumpto);
  114. //LOG(centered);
  115.     WAIT(45t);      
  116.     LOOKS(270,50);
  117.     //WEST @ block for placing redstone
  118.     WAIT(45t);
  119. //LOG(64 Redstone Placed!);
  120.     WAIT(2t);
  121.  
  122. //LOG(Waiting For Macheen to MAKE OBY!);
  123.     WAIT(4t);
  124.     EXEC(healfeed.txt,"healfeed");
  125.     WAIT(12t);STOP("healfeed");
  126.     WAIT(650t);
  127.     //now do that 8 times
  128. LOOP;
  129.     WAIT(4t);
  130.     ECHO(/tpto afk);
  131.     WAIT(4t);
  132. STOP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement