HerobrineTV

Minecraft Mining Turtle

Aug 25th, 2021 (edited)
683
0
Never
6
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.86 KB | None | 0 0
  1. local error1 = "No Fuel!"
  2. local error2 = "Tool Broken!"
  3. local tunnellenght = 3
  4. local spacebetween = 2
  5. local tunnels = 10
  6. local backway = tunnels*(spacebetween+1)
  7.  
  8. for i=1, tunnels do
  9.  
  10.     for i=1, tunnellenght do
  11.        
  12.         while turtle.detect()==true do
  13.             turtle.dig()
  14.             os.sleep(0.5)
  15.         end
  16.  
  17.         turtle.forward()
  18.    
  19.     end
  20.    
  21.     turtle.turnLeft()
  22.     turtle.turnLeft()
  23.    
  24.     for i=1, tunnellenght do
  25.    
  26.         turtle.forward()
  27.        
  28.     end
  29.    
  30.     turtle.turnRight()
  31.     turtle.dig()
  32.     turtle.forward()
  33.     turtle.digDown()
  34.    
  35.     for i=1, spacebetween do
  36.    
  37.         while turtle.detect()==true do
  38.             turtle.dig()
  39.             os.sleep(0.5)
  40.         end
  41.        
  42.         turtle.forward()
  43.         turtle.digDown()
  44.    
  45.     end
  46.    
  47.     turtle.turnRight()
  48.     turtle.refuel()
  49.  
  50. end
  51.  
  52. turtle.turnRight()
  53.  
  54. for i=1, backway do
  55.    
  56.     while turtle.detect()==true do
  57.        
  58.         turtle.dig()
  59.         turtle.digDown()
  60.        
  61.     end
  62.  
  63.     turtle.forward()
  64.  
  65. end
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • Venxavas
    37 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • User was banned
Add Comment
Please, Sign In to add comment