Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Source Liquido client source leak

The code is so bad it's hurting my eyes
 
Java:
    private void killaura() {
        List list = this.mc.theWorld.loadedEntityList;
        ++this.delay;
        for (int k = 0; k < list.size(); ++k) {
            if (((Entity)list.get(k)).getName() == this.mc.thePlayer.getName()) continue;
            Entity entityplayer = (Entity)list.get(1);
            if (this.mc.thePlayer.getDistanceToEntity(entityplayer) > this.mc.thePlayer.getDistanceToEntity((Entity)list.get(k))) {
                entityplayer = (Entity)list.get(k);
            }
            float f = this.mc.thePlayer.getDistanceToEntity(entityplayer);
            int upperBound = new Integer(this.getConfigByName("delay").getValue().toString());
            int lowerBound = new Integer(this.getConfigByName("delay").getValue().toString()) / 2;
            int number = lowerBound + (int)(Math.random() * (double)(upperBound - lowerBound + 1));
            Integer n = new Integer(this.getConfigByName("range").getValue().toString());
            if (f < (float)n.intValue() && this.delay >= number && !entityplayer.isInvisible() && entityplayer.ticksExisted > 100 && !entityplayer.isDead && entityplayer.isEntityAlive()) {
                if (!this.mc.thePlayer.canEntityBeSeen(entityplayer) && !new Boolean(this.getConfigByName("TrougthWalls").getValue().toString()).booleanValue() || entityplayer instanceof EntityPlayer && !this.isNotBot((EntityPlayer)entityplayer)) continue;
                if (new Boolean(this.getConfigByName("autoblock").getValue().toString()).booleanValue()) {
                    this.mc.gameSettings.keyBindUseItem.pressed = false;
                }
                if (new Boolean(this.getConfigByName("aiming").getValue().toString()).booleanValue()) {
                    this.faceEntity(entityplayer);
                }
                Liquido.INSTANCE.target = entityplayer;
                this.mc.playerController.attackEntity(this.mc.thePlayer, entityplayer);
                this.mc.thePlayer.swingItem();
                targetany = true;
                this.delay = 0;
                if (!new Boolean(this.getConfigByName("autoblock").getValue().toString()).booleanValue()) continue;
                this.mc.gameSettings.keyBindUseItem.pressed = true;
                continue;
            }
            if (!new Boolean(this.getConfigByName("autoblock").getValue().toString()).booleanValue()) continue;
            this.mc.gameSettings.keyBindUseItem.pressed = false;
        }
        targetany = false;
    }

alter... das kann man sich nicht ansehen.
 
Java:
    private void killaura() {
        List list = this.mc.theWorld.loadedEntityList;
        ++this.delay;
        for (int k = 0; k < list.size(); ++k) {
            if (((Entity)list.get(k)).getName() == this.mc.thePlayer.getName()) continue;
            Entity entityplayer = (Entity)list.get(1);
            if (this.mc.thePlayer.getDistanceToEntity(entityplayer) > this.mc.thePlayer.getDistanceToEntity((Entity)list.get(k))) {
                entityplayer = (Entity)list.get(k);
            }
            float f = this.mc.thePlayer.getDistanceToEntity(entityplayer);
            int upperBound = new Integer(this.getConfigByName("delay").getValue().toString());
            int lowerBound = new Integer(this.getConfigByName("delay").getValue().toString()) / 2;
            int number = lowerBound + (int)(Math.random() * (double)(upperBound - lowerBound + 1));
            Integer n = new Integer(this.getConfigByName("range").getValue().toString());
            if (f < (float)n.intValue() && this.delay >= number && !entityplayer.isInvisible() && entityplayer.ticksExisted > 100 && !entityplayer.isDead && entityplayer.isEntityAlive()) {
                if (!this.mc.thePlayer.canEntityBeSeen(entityplayer) && !new Boolean(this.getConfigByName("TrougthWalls").getValue().toString()).booleanValue() || entityplayer instanceof EntityPlayer && !this.isNotBot((EntityPlayer)entityplayer)) continue;
                if (new Boolean(this.getConfigByName("autoblock").getValue().toString()).booleanValue()) {
                    this.mc.gameSettings.keyBindUseItem.pressed = false;
                }
                if (new Boolean(this.getConfigByName("aiming").getValue().toString()).booleanValue()) {
                    this.faceEntity(entityplayer);
                }
                Liquido.INSTANCE.target = entityplayer;
                this.mc.playerController.attackEntity(this.mc.thePlayer, entityplayer);
                this.mc.thePlayer.swingItem();
                targetany = true;
                this.delay = 0;
                if (!new Boolean(this.getConfigByName("autoblock").getValue().toString()).booleanValue()) continue;
                this.mc.gameSettings.keyBindUseItem.pressed = true;
                continue;
            }
            if (!new Boolean(this.getConfigByName("autoblock").getValue().toString()).booleanValue()) continue;
            this.mc.gameSettings.keyBindUseItem.pressed = false;
        }
        targetany = false;
    }

alter... das kann man sich nicht ansehen.
this looks good
 
[QUOTE = "super_craft_alex, post: 62025, member: 646"]
this looks good
[/ QUOTE]
If you want eye cancer then sure
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top