Chat gbt makes a ncp disabler
-
import net.ccbluex.liquidbounce.event.EventTarget import net.ccbluex.liquidbounce.event.PacketEvent import net.ccbluex.liquidbounce.features.module.Module import net.ccbluex.liquidbounce.features.module.ModuleCategory import net.ccbluex.liquidbounce.features.module.ModuleInfo import net.minecraft.network.play.client.C03PacketPlayer @ModuleInfo(name = "NCPDisabler", description = "Disables the protection provided by NoCheatPlus.", category = ModuleCategory.HACKS) class NCPDisabler : Module() { @EventTarget fun onPacket(event: PacketEvent) { val packet = event.packet if (packet is C03PacketPlayer) { // Cancel the packet to bypass NCP's protection event.cancelEvent() } } }
so chat gbt made a ncp disabler i think its just a blink
-
Not perfect but this is already very good. ChatGPT does very well with our ScriptAPI. It just needs more information and examples, if you want to use it feed it with a lot of scripts and train it a little.
-
@kawaiinekololis What did you say to ChatGPT?
-
@kawaiinekololis what did you say to ChatGPT?