Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. public KnockbackPlus() {
  2. super("KnockbackPlus", Keyboard.KEY_B, Category.EXPLOIT);
  3. }
  4.  
  5. public void onUpdate(){
  6. if (!this.getState()){
  7. return;
  8. }
  9. if (!(Wrapper.mc.theWorld.getEntitiesWithinAABBExcludingEntity(Wrapper.mc.thePlayer,
  10. Wrapper.mc.thePlayer.boundingBox).isEmpty())) {
  11. for (int i = 0; i < 250; i++){
  12. Wrapper.mc.getNetHandler().addToSendQueue(new C03PacketPlayer(Wrapper.mc.thePlayer.onGround));
  13. }
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement