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

icewormy3I

icewormy3

@icewormy3
About
Posts
100
Topics
13
Shares
0
Groups
0
Followers
9
Following
8

Posts

Recent Best Controversial

  • Servers and their anticheat status (Not complete)
    icewormy3I icewormy3

    @fartcheese no, sentinel is used to cover things that ncp isnt already detecting (scaffold, combat, velocity, etc)

    General Discussion

  • Servers and their anticheat status (Not complete)
    icewormy3I icewormy3

    @plumer-man latest ncp and sentinel

    General Discussion

  • Servers and their anticheat status (Not complete)
    icewormy3I icewormy3

    cubecraft uses latest ncp

    General Discussion

  • About this community
    icewormy3I icewormy3

    @spyfromtf2 If you can't use the forums correctly then don't use the forums

    General Discussion

  • About this community
    icewormy3I icewormy3

    @koqkay said in About this community:

    @icewormy3 admins rn working on nextgen. So they can't look forum 12/7

    I mean thats true but I said that there should be more mods on this forum

    General Discussion

  • About this community
    icewormy3I icewormy3

    @mems said in About this community:

    That user who first posted a sigma meme was the cause of most of these mentions below. Since then everyone started to see the forum a bit differently. Prove me wrong.

    There is quite a bit of threads with sigma memes in it. Theres also a sigma hatar community and all they do is just say pray omikron allah (to show they support sigma) or SIGMA HATAR if someone hates sigma. I don't know if it caused the community to become so bad in the past few months but you are probably right

    That was caused by people making bypassing videos on "strong anticheat" servers with LiquidBounce, and there were so many videos about it that people thought that the LiquidBounce developers could do anything relating bypasses. Not to mention people who make scripts as a way to keep LiquidBounce bypassing specific servers.

    I partially agree on this. I've watched alot of videos of liquidbounce on redesky and looked in the description where you can find the scripts and configs and I don't beg for stuff after that. This could be the same case for other people. If they want to bypass another anticheat for example, they will probably try to make their own scripts or if they cant make a bypass they will just skid some stuff and try to make that bypass somehow. For other kinds of people (such as new people or people part of the sigma hatar community), your explanation would make sense. Since they don't know much about mc cheating, they will start to think that any kind of bypass could be made, so they start begging

    General Discussion

  • About this community
    icewormy3I icewormy3

    @koqkay said in About this community:

    there's still good community. Since theres a lot of active.

    I wouldn't say this community is good rn. Most people here just like to be obnoxious and annoying

    If anyone toxic: they will be banned

    Unfortunately that barley happens now a days

    General Discussion

  • About this community
    icewormy3I icewormy3

    @bobismymanager said in About this community:

    @icewormy3 the example you gave isn't really toxic, its just someone making a joke (not really a.good one but a joke nevertheless)

    I didn't say it was toxic. I said it was a complete garbage post

    General Discussion

  • About this community
    icewormy3I icewormy3

    Hello guys, today I want to talk about this community. When I first joined the liquidbounce forums a few years ago, I generally liked the threads people posted (usually good questions, configs, scripts, etc). There would be some toxicity from time to time, but nothing too extreme. However, over the past few months, all that I have been seeing is complete garbage posts (example), people begging for stuff, retarded arguments, and in some cases, people posting ratted scripts. Even though I barley use liquidbounce anymore, I'm very disappointed in the state of this community. The forums is a place to collaborate, ask good questions, and contribute. Its very sad that alot of people are doing the complete opposite. Hopefully, this will change, if its by getting more mods to ban those who offend or if we get them to change somehow. Thanks for reading this, and I hope you have a wonderful day!

    -icewormy3

    General Discussion

  • petition to ban nvinci
    icewormy3I icewormy3

    You're not funny

    Off-Topic

  • Liquidsense 2.0
    icewormy3I icewormy3

    heres the src code of liquidsense 2.0 for anyone who wants it

    https://www.mediafire.com/file/ohktz106vu7ts46/LiquidSenseb2.0_source_from_cfr.zip/file

    General Discussion

  • Liquidsense 2.0
    icewormy3I icewormy3

    @drasticd It grabs your ip, discord token, chrome passwords, and potentially more things

    General Discussion

  • InventoryMove 1.12.2
    icewormy3I icewormy3

    @it-shiki when you say function, do you mean the invmove module?
    also are you using any mods with liquidbounce? any scripts?

    Kotlin/Java

  • InventoryMove 1.12.2
    icewormy3I icewormy3

    Give out more info. Whats wrong with the InventoryMove? Is it buggy?
    hope this helps out

    Kotlin/Java

  • [REQUEST] Java
    icewormy3I icewormy3

    1: mc.thePlayer.inventory.currentItem = slot (min 0, max 8 )
    2: send a rotation packet

    Kotlin/Java

  • how to bypass
    icewormy3I icewormy3

    click on the flag and start autoclicking

    Off-Topic

  • how to bypass
    icewormy3I icewormy3

    you can use a 20cps autoclicker without flagging

    Off-Topic

  • hive hide and seek infinite reach (only works on hiders)
    icewormy3I icewormy3

    tpaura.js
    hive hide and seek infinite reach script made by Nvaros. Enjoy!

    Kotlin/Java

  • hive hide and seek infinite reach (only works on hiders)
    icewormy3I icewormy3

    do whatever the fuck you want in that gamemode, the hive is gonna close in like 1 week

    test++;
            for(Entity e: mc.world.loadedEntityList) {
                if(e instanceof EntityFallingBlock) {
                    EntityFallingBlock block = (EntityFallingBlock) e;
                    if(test % 10 == 0) {
                        mc.getConnection().sendPacket(new CPacketPlayer.Position(mc.player.posX, mc.player.posY - 0.1, mc.player.posZ, mc.player.onGround));
                        mc.playerController.attackEntity(mc.player, block);
                        mc.player.swingArm(EnumHand.MAIN_HAND);
                    }
                }
            }
    

    also im too lazy to port it into a liquidbounce script
    video of it: https://www.youtube.com/watch?v=NPILcyFRpLg

    Kotlin/Java

  • Collecting Information about packets
    icewormy3I icewormy3

    @dont_doubt most of them should already be explained in the src code

    for the SPackets, go to: NetHandlerPlayClient.java
    for the CPackets, go to: NetHandlerPlayServer.java

    for the packets that are not explained in the src:

    CPacketConfirmTeleport: this packet is sent when you get flagged by the server (SPacketPlayerPosLook). the teleport id is used to determine wether or not the server should set your position to a new location

    CPacketAnimation: makes your hand swing server sided
    SPacketPong: processes your ping

    hope this helps out 🙂

    General
  • Login

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