Advertisement
billsoccerstar

Minecraft: Reach Hack

Mar 28th, 2012
6,996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. static boolean reach = false;
  2.  
  3. ================================================================
  4.  
  5. if(Varibles.reach)
  6. {
  7. fontrenderer.drawString("[M] Reach", 2, 132, 0x32CD32);
  8. }else
  9. fontrenderer.drawString("[M] Reach", 2, 132, 0xDC143C);
  10. if(Varibles.step)
  11. {
  12.  
  13. ================================================================
  14.  
  15. }
  16. if(checkKey(Keyboard.KEY_M))
  17. {
  18. Varibles.reach = !Varibles.reach;
  19. }
  20.  
  21. =================================================================
  22.  
  23. public float getBlockReachDistance(){
  24. if(Varibles.reach)
  25. {
  26. return 1000F;
  27. }else
  28. {
  29. return 4f; } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement