Minecraft PC IP: play.cubecraft.net

do you think my fly will get patched?


  • Total voters
    17

_icewormy3_

Member
Dec 24, 2019
1
0
2
20
If you cant patch this fly, then more exploits will come out. Its very sad if you guys cant patch this fly
Code:
package wormyclient.hacks;

import org.lwjgl.input.Keyboard;

import net.minecraft.client.Minecraft;
import net.minecraft.network.play.client.CPacketPlayer;
import net.minecraft.network.play.client.CPacketPlayer.Position;
import wormyclient.modules.Category;
import wormyclient.modules.Module;

public class Fly extends Module {
    public Fly() {
        super("Fly", Category.MOVEMENT, Keyboard.KEY_G);
    }
    @Override
    public void onEnable() {
        mc.timer.field_194149_e = 170f;
    }
    public void onUpdate() {
        double yaw = Math.toRadians(mc.player.rotationYaw);
        double x = -Math.sin(yaw) * 2.1;
        double z = Math.cos(yaw) * 2.1;
        mc.player.motionY = -0.5;
        mc.player.lastReportedPosY = 0;
        mc.player.onGround = false;
            if(mc.player.ticksExisted % 2 == 0 && mc.gameSettings.keyBindForward.pressed) {
                mc.player.setPosition(mc.player.posX + x, mc.player.posY + 1, mc.player.posZ + z);
            } else if(mc.player.ticksExisted % 2 == 0 && !mc.gameSettings.keyBindForward.pressed && !mc.player.onGround) {
                mc.player.setPosition(mc.player.posX, mc.player.posY + 1, mc.player.posZ);
                mc.player.speedInAir = 0f;
            } else {
                mc.player.speedInAir = 0.02f;
            }
        }
        public void onDisable() {
            mc.timer.field_194149_e = 50f;
            mc.player.onGround = false;
            mc.player.motionY = -0.5;
            mc.player.speedInAir = 0.02f;
        }
    
}
 

Marieke2001

Forum Professional
Jul 2, 2015
4,115
15,509
679
It’s not that easy to patch fly cheats. There are levitation arrows, people can get shot into the air, etc. People can easily get falsely banned while there are many fly cheats out there. It’s not like they have to patch one specific fly cheat, no probably over 5 different sorts. But if you feel like you could do it better, they’re still looking for developers ;)
 
  • Like
Reactions: its_Marto03

SMS_GAMER

Member
Sep 8, 2018
25
32
19
19
List of anticheats that detects every movement hacks w/o falses:
NoCheatPlus (NCP)
AdvancedAntiCheat (AAC)
Spartan
Iris
Hawk
Horizon
Matrix
Kauri
Rock
OverFlow
AntiGamingChair (AGC)


All of these except NCP detects basically every velocity (anti knock back) and step.
NCP (which Sentinel is a skid of) has perfect flight and nofall checks that can't false if you're in 1.4-1.12.2.
AAC is made by Konsolas and has perfect movement checks. Its nofall checks do false. Its movement checks barely do, and detects literally any movement hacks, even speeds of 0.1% faster (not even kidding). It even sets back to where you're supposed to be, eg: if you're flying, it teleports you downwards, if you don't get any knock back, it teleports you to where you're supposed to be, etc. One of the only anticheats that does that to that extent.
Spartan has alright movement checks. They do false, but strangely it can detect that (idk how. spartan's weird).
Iris used to be absolute garbo, but it actually became a lot better. It barely falses, detects almost everything, but doesn't setback strangely enough.
Hawk is open source and pretty easy to skid unlike NCP. If you need a good base for an anticheat, use Hawk. It only supports 1.7-1.8.9, but it works focking well. It has pretty decent aura checks.
Horizon 2.0 has absolute amazing movement checks, but you can actually do a lowhop for like 20% speed. A bit more than a NCP YPort, but still not much. It has pretty good killaura checks.
Matrix, same thing as spartan. It has okay killaura checks.
Kauri detects every autoclicker guaranteed, almost every aimbot (except drip), and is actually one of the best anticheats. It's almost perfect.
Rock is made by the same dev as Kauri, just it's more like Horizon, well, it's basically horizon. There.
OverFlow is basically Kauri but detects more aimbots, but has more false positives, still not enough to be significant.
AGC was made for MinemenClub and is a realllllyyyy good anticheat. Not as good as Kauri, but like somewhere between Horizon and Kauri.


If you need a flight check, just skid it off of Hawk or NCP and do a bit of editing and voila, a good flight check. It's not hard to do.
 
Members Online

Team online

Latest profile posts

TheOrderOfSapphire wrote on Cultvres's profile.
Happy Birthday!:D
GiGaGekkies wrote on Cultvres's profile.
Happy Birthday
Saw this comment on YT the other day 🤣
IMG_5254.jpeg
Here's the scoreboard I made for BedWars Duos! (Team colors I used may not be used in the actual game)
1713525398483.png
Reesle wrote on Cultvres's profile.
Happy Birthday! 🎉
Top Bottom