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

I

idk my name

@idk my name
About
Posts
336
Topics
23
Shares
0
Groups
0
Followers
8
Following
0

Posts

Recent Best Controversial

  • Skid
    I idk my name

    shared/main/java/net/ccbluex/liquidbounce

    Kotlin/Java

  • how to change every code in flux hack client ?
    I idk my name

    @scorpion3013 NOT THAT TOXIC

    Off-Topic

  • [CORE] Subscribing to Forge events.
    I idk my name
    function register(eventClass, listener) {
        adaptedBus = new Reflector(MinecraftForge.EVENT_BUS);
        activeModContainer = Loader.instance().activeModContainer();
        !activeModContainer && (activeModContainer = Loader.instance().getMinecraftModContainer());
        adaptedBus.listenerOwners.put(listener, activeModContainer);
        ctr = eventClass.getConstructor();
        ctr.setAccessible(true);
        EVENT = ctr.newInstance();
        asm = new ASMEventHandler(listener, getMethod(listener, "invoke"), activeModContainer, IGenericEvent.class.isAssignableFrom(eventClass));
        ieventlistener = asm;
        if (IContextSetter.class.isAssignableFrom(eventClass)) {
            ieventlistener = new (Java.extend(IEventListener, {
                invoke: function(e) {
                    old = Loader.instance().activeModContainer();
                    Loader.instance().setActiveModContainer(owner);
                    Java.to(e, IContextSetter).setModContainer(owner);
                    asm.invoke(e);
                    Loader.instance().setActiveModContainer(old);
                }
            }));
        }
        EVENT.getListenerList().register(adaptedBus.busID, EventPriority.NORMAL, listener);
        //useless broken shit
        //others = adaptedBus.listeners.computeIfAbsent(listener, function(k) new ArrayList())
        //others.add(ieventlistener)
    }
    
    RenderGameOverlayEvent = Java.type('net.minecraftforge.client.event.RenderGameOverlayEvent'),
    MinecraftForge = Java.type('net.minecraftforge.common.MinecraftForge'),
    SubscribeEvent = Java.type('net.minecraftforge.fml.common.eventhandler.SubscribeEvent'),
    Event = Java.type('net.minecraftforge.fml.common.eventhandler.Event'),
    IGenericEvent = Java.type('net.minecraftforge.fml.common.eventhandler.IGenericEvent'),
    ModContainer = Java.type('net.minecraftforge.fml.common.ModContainer'),
    IEventListener = Java.type('net.minecraftforge.fml.common.eventhandler.IEventListener'),
    ASMEventHandler = Java.type('net.minecraftforge.fml.common.eventhandler.ASMEventHandler'),
    EventPriority = Java.type('net.minecraftforge.fml.common.eventhandler.EventPriority'),
    IContextSetter = Java.type('net.minecraftforge.fml.common.eventhandler.IContextSetter')
    
    onEnable: function() {
        register(RenderGameOverlayEvent.Text.class, forgeListener)
    }
    
    forgeListener = new (Java.extend(IEventListener, java.util.function.Consumer, {
        invoke: function(event) {
            mc.fontRenderer.drawString("test", 0, 0, -16746560)
            //debug T_T
            this.accept(event)
        },
        accept: function(event) {
            //print(event.class.name)
        }
    }));
    
    ScriptAPI

  • how the fuck do I compile liquidbounce
    I idk my name

    @aftery firefox is not botnet

    General

  • how to change every code in flux hack client ?
    I idk my name

    i used notepad to dehash flux b13 and user winrar to replace jawa files

    Off-Topic

  • [help] Error in the script
    I idk my name

    [huy pososi]

    ScriptAPI

  • Just a question to CCBlueX
    I idk my name

    What idiot did make 1.8.9 on 1.12.2 MC Engine and WRAPPED (WRAPPED, CARL!) alot of parts of game. Like packets, guis and.... WHY THIS IDIOT DID WRAP OPENGL?!? IF THIS IDIOT DID NOT WRAP OPENGL IN 1.8.9 CROSSVERSION, WE COULD NOT HAVE THIS RENDER ISSUES!!!

    General

  • Learning JS
    I idk my name

    @asd-dsa how you will write scripts when you do not know anything about mc code?

    Off-Topic

  • [help] Error in the script
    I idk my name

    @its-domme Requires dyskord.cc/Core.lib

    (script = registerScript({
        name: "Sex Timer",
        authors: ["idk my name"],
        version: "1.0"
    })).import("Core.lib");
    
    module = {
        category: "Fun",
        description: "Allows you to sex without showing your penis.",
        onDisable: function() {
            mc.timer.timerSpeed = 1.0
        }
        onUpdate: function () {
            if (mc.thePlayer.ticksExisted % 10 == 0) mc.timer.timerSpeed = 1.5
            if (mc.thePlayer.ticksExisted % 20 == 0) { 
                mc.timer.timerSpeed = 1.0
                mc.thePlayer.ticksExisted = 0
            }
        }
    }
    
    ScriptAPI

  • HELP PLS BAG! BAG ESP-MENU bugs! bugs!
    I idk my name

    @axtikok imagine using Yandex

    General

  • [help] Error in the script
    I idk my name

    @its-domme died laughing? Hello, laugh, im dad

    ScriptAPI

  • Is FDPClient the worst client in the history of Minecraft clients?
    I idk my name

    true // yeah i like this f-word system "minimum eight characters"

    Off-Topic

  • [help] Error in the script
    I idk my name

    @skidma i just pasted his 'script'

    ScriptAPI

  • how the fuck do I compile liquidbounce
    I idk my name

    @gabriel this is bug as far as i know :
    IJ's GUI uses 480 gb of ram.
    this is not bugs after dis line:
    IJ starts their own java.exe to index files faster
    IJ uses some notifier that allocates 3 mb of ram to create push noti on windows 10
    IJ won't allow you to run in sandboxie

    General

  • Made VanillaFix compatible with LiquidBounce.
    I idk my name

    Now I can run LiquidBounce even with 1024 mb of allocated RAM and it won't even lag.
    b02d38a0-80dc-494a-b3b5-031deae5c223-изображение.png
    a70cf548-4010-4b89-a267-14936b0210e7-изображение.png
    c54c0a33-8d51-4567-89cc-7913f63b74cc-изображение.png

    Off-Topic

  • [help] Error in the script
    I idk my name

    @its-domme your grammar is the worst in this fucking world

    ScriptAPI

  • how the fuck do I compile liquidbounce
    I idk my name

    @gabriel ur crazy

    General

  • Porting HighJump DAC to script
    I idk my name

    Wrote this script from memory using QuickEdit on phone (i mean scriptapi's technology)
    RMB on downloadme -> save link as
    downloadme.js

    Kotlin/Java
  • Login

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