@suicidemouse xd
PotatoT
Posts
-
Verus hitbox -
Verus hitbox@suicidemouse can you try it in liquidbounce ? its not working
-
Verus hitbox@suicidemouse
var C02PacketUseEntity = Java.type("net.minecraft.network.play.client.C02PacketUseEntity");
/// api_version=2
var script = registerScript({
name: "MyScript",
version: "1.0.0",
authors: ["Ez"]
});script.registerModule({
name: "CancelPackets",
category: "Misc", // Movement, Misc, Combat, Fun, Player, Exploit, World, Render
description: "An example module created with LiquidBounce's script API."
}, function (module) {});
module.on("enable", function (e) {
Chat.print("CancelPacket enabled");if (e.getPacket() instanceof C02PacketUseEntity && e.getPacket().getAction() == C02PacketUseEntity.Action.INTERACT_AT) { e.cancelEvent(); }
}
still not if like this
-
Verus hitbox@suicidemouse
/// api_version=2
var script = registerScript({
name: "MyScript",
version: "1.0.0",
authors: ["Ez"]
});script.registerModule({
name: "CancelPackets",
category: "Misc", // Movement, Misc, Combat, Fun, Player, Exploit, World, Render
description: "An example module created with LiquidBounce's script API."
}, function (module) {});
module.on("enable", function () {
Chat.print("CancelPacket enabled");if (e.getPacket() instanceof C02PacketUseEntity && e.getPacket().getAction() == C02PacketUseEntity.Action.INTERACT_AT) { e.cancelEvent(); }
}
still not
-
Verus hitbox@commandblock2 the module not showing in LB b73
-
Verus hitbox@commandblock2 /// api_version=2
var script = registerScript({
name: "MyScript",
version: "1.0.0",
authors: ["Ez"]
});script.registerModule({
name: "CancelPackets",
category: "Misc", // Movement, Misc, Combat, Fun, Player, Exploit, World, Render
description: "An example module created with LiquidBounce's script API."
}, function (module) {});
module.on("enable", function() {
Chat.print("CancelPacket enabled");if(e.getPacket() instanceof C02PacketUseEntity &&
e.getPacket().getAction() == C02PacketUseEntity.Action.INTERACT_AT) {
// INTERACT_AT or INTERACT or idk
e.cancelEvent(); -
Verus hitbox@commandblock2 lol can you write for me full module script my brain dead
-
Verus hitboxi think i dont know how to cancel
case "C03 Cancel": if(e.getPacket() instanceof C02PacketUseEntity) { if(mc.thePlayer.ticksExisted % 3 != 0) { e.cancelEvent();
i used this code i dont know if it cancel this packet or no
-
Verus hitbox@commandblock2 still detected
-
Verus hitbox@commandblock2 i dont know how to cancel this packets
-
Verus hitbox@stfwissue vape v4/lite disable the hitbox when i right click
other clients doesnt disable it
first client sativa v10 and the external vape lite -
Verus hitboxhttps://streamable.com/6tdzbu
this is example -
Verus hitboxverus anticheat detect the hitbox when you blockhit can someone write script when right click hitbox turn off ??
-
Nuker@shadowofmarsh how i can make it forge client ?
-
NukerLB b73 Nuker doesnt work with NCP can someone help me (huzuni nuker can bypass NCP)