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

WOWIESOCLW

WOWIESOCL

@WOWIESOCL
About
Posts
14
Topics
7
Groups
0
Followers
20
Following
0

Posts

Recent Best Controversial

  • What is the method of sending packets(Or usage)
    WOWIESOCLW WOWIESOCL

    @plumer-man I found the sendpacket function from the core. The content is: function sendpacket (packet, trigger event){

    _networkManager = mc.getNetHandler().getNetworkManager();

    if (triggerEvent) _networkManager.sendPacket(packet);

    else if (_networkManager.isChannelOpen()) {

    _flushOutboundQueueMethod.invoke(_networkManager);

    _dispatchPacketMethod.invoke(_networkManager, packet, null);

    } else {

    _readWriteLockField.get(_networkManager).writeLock().lock();

    try {

    _outboundPackets = _outboundPacketsQueueField.get(_networkManager);

    _outboundPackets.add(new NetworkManager.InboundHandlerTuplePacketListener(packet, null));

    _outboundPacketsQueueField.set(_networkManager, _outboundPackets);

    } finally {

    _readWriteLockField.get(_networkManager).writeLock().unlock();

    }

    }


  • What is the method of sending packets(Or usage)
    WOWIESOCLW WOWIESOCL

    When I write my JS, I need to send a c0epacket, but I use the method in V1, that is, the mc.thePlayer.sendQueue.addToSendQueue method, but it doesn't work. It tells me that this method doesn't exist. So who can tell me how to send packet(Or usage .One possibility is that this function exists, but its method has changed)


  • come back
    WOWIESOCLW WOWIESOCL

    Because of the great pressure from the school, I haven't been online for some time, but when I come back, I will continue to update my config


  • On the strafe problem and relationship of the move class【Nuker】【speed】【killaura】
    WOWIESOCLW WOWIESOCL

    @dntdbt It feels more comfortable


  • On the strafe problem and relationship of the move class【Nuker】【speed】【killaura】
    WOWIESOCLW WOWIESOCL

    You will probably say that Nuker is useless.

    There is no need to update it. I don't think. Nuker works very well in some small games. For example, syuu spleef can win quickly through Nuker. But the problem is that Nuker only shakes his head and sends destructive packets, and it doesn't move XZ according to his head. This will lead to illegal mobile flags and can't bypass The method is also very simple, just add a strafe mode. After turning on, the shift of shaking head will be synchronized to the XZ axis to make it move with minecraft

    Conclusion: adding strafe mode


    Speed's custom mode can be said to be the advantage of liquidbounce, because it can change the mobile speed according to the user's preferences. Of course, you can try off anti KB, This will super strafe in the air, which is a great advantage, but the problem is that speed is not set. If the problem is very serious when controlling the maximum movement threshold, I think we can add a speedairmaxspeed module, so that we can get a greater advantage in hypiexl

    Summary: adding speedairmaxspeed


    On killaura's suggestion to modify the value range of random Center:
    The random center is useless in most cases, but you should know that the killaura's shaking head method is very unique. According to this feature, we can deal with killaura's shaking head method. At this time, the random center plays a very important role, The value range of the random center is the attack range of the whole player, which will cause the movement to be too fast and impossible for normal players. The solution is very simple. You only need to control the value range of the random center in a small range, so that the killaura disadvantage of the liquidbounce will be eliminated

    Summary: fix random Center


  • how to simulate legit clicks in pvp with killaura? how with the included autoclicker?
    WOWIESOCLW WOWIESOCL

    @bestnickname please look at this https://forums.ccbluex.net/topic/1734/omg-can-bypass-all-anticheat-s-killaura


  • Is it possible to somehow change these words?
    WOWIESOCLW WOWIESOCL

    You can download the liquidbounce source code to modify and build the project


  • 好兄弟们,怎么在Matrix反作弊中开Speed,Fly?
    WOWIESOCLW WOWIESOCL

    您好 matrix无法进行fly以及speed 除非你实在是想飞 请吧检测项目false


  • 导入JS插件失败
    WOWIESOCLW WOWIESOCL

    请确定版本一样 如果一样 请你尝试查看插件是否有导入其他js


  • 谁知道怎么把1.12的水影b73英文功能改成中文的
    WOWIESOCLW WOWIESOCL

    您好 由于功能太多 改起来费时间 推荐去看使用文档

  • Login

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