Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

PotatoTP

PotatoT

@PotatoT
About
Posts
15
Topics
2
Shares
0
Groups
0
Followers
1
Following
1

Posts

Recent Best Controversial

  • Verus hitbox
    PotatoTP PotatoT

    @suicidemouse xd

    General Discussion

  • Verus hitbox
    PotatoTP PotatoT

    @suicidemouse can you try it in liquidbounce ? its not working

    General Discussion

  • Verus hitbox
    PotatoTP PotatoT

    @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

    General Discussion

  • Verus hitbox
    PotatoTP PotatoT

    @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

    General Discussion

  • Verus hitbox
    PotatoTP PotatoT

    @commandblock2 the module not showing in LB b73

    General Discussion

  • Verus hitbox
    PotatoTP PotatoT

    @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();

    General Discussion

  • Verus hitbox
    PotatoTP PotatoT

    @commandblock2 lol can you write for me full module script my brain dead

    General Discussion

  • Verus hitbox
    PotatoTP PotatoT

    i 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

    General Discussion

  • Verus hitbox
    PotatoTP PotatoT

    @commandblock2 still detected

    General Discussion

  • Verus hitbox
    PotatoTP PotatoT

    @commandblock2 i dont know how to cancel this packets

    General Discussion

  • Verus hitbox
    PotatoTP PotatoT

    @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

    General Discussion

  • Verus hitbox
    PotatoTP PotatoT

    https://streamable.com/6tdzbu
    this is example

    General Discussion

  • Verus hitbox
    PotatoTP PotatoT

    verus anticheat detect the hitbox when you blockhit can someone write script when right click hitbox turn off ??

    General Discussion

  • Nuker
    PotatoTP PotatoT

    @shadowofmarsh how i can make it forge client ?

    General Discussion

  • Nuker
    PotatoTP PotatoT

    LB b73 Nuker doesnt work with NCP can someone help me (huzuni nuker can bypass NCP)

    General Discussion
  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups