Skip to content

ScriptAPI

A place to ask for help on writing scripts

305 Topics 2.2k Posts
  • Getting variables/objects from other scripts

    Unsolved
    6
    0 Votes
    6 Posts
    185 Views
    CzechHekC

    @idk-my-name Wouldn't that be too intrusive and confusing?

    I guess it would be better to do importProperties("scriptname") which would add script to list that no such property uses.

  • net.ccbluex.liquidbounce api?

    Unsolved
    2
    0 Votes
    2 Posts
    165 Views
    I

    @uvuvwevwevwe-onyetenyevwe-ugwemubwem-ossas Use Core.lib's function importPackage or import needed classes yourself by using Java.type.

    LiquidBounce = Java.type('net.ccbluex.liquidbounce.LiquidBounce')

    04a1e0dc-a343-4fa9-a748-d5c17aa9d7ce-изображение.png

  • Subscribing to Forge events?

    Solved
    2
    0 Votes
    2 Posts
    122 Views
    I

    I copied the way of registering methods from https://github.com/MinecraftForge/MinecraftForge/blob/d3f01843f7e7a4f613b5e8113d381fd8747b4343/src/main/java/net/minecraftforge/fml/common/eventhandler/EventBus.java#L65

  • how do i use the c0e packet

    Solved
    3
    0 Votes
    3 Posts
    162 Views
    Ali00035A

    https://scriptapi.liquidbounce.net/net/minecraft/network/play/client/C0EPacketClickWindow.html

  • Core not working

    Unsolved
    122
    0 Votes
    122 Posts
    4k Views
    kumri owoK

    @r-i-s-e xd

  • Faking LiquidBounce modules? (KAMI Blue's modules to LiquidBounce ones)

    Unsolved
    10
    0 Votes
    10 Posts
    272 Views
    Ali00035A

    @plumer-man said in Faking LiquidBounce modules? (KAMI Blue's modules to LiquidBounce ones):

    i dont think you can do it using script api

    You can, since importing stuff from other clients work.

  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    18 Views
  • How do i read chat

    Solved
    4
    0 Votes
    4 Posts
    130 Views
    Ali00035A

    @8909 https://forums.ccbluex.net/post/33095

  • This topic is deleted!

    Unsolved
    22
    7 Votes
    22 Posts
    449 Views
  • Problem With Script

    Solved
    32
    19 Votes
    32 Posts
    820 Views
    Ali00035A

    @aftery said in Problem With Script:

    after thousands of posts i still dont know whether our friend ender1355 is being serious or not

    Is it possible to see someone who doesn't play MC anymore being serious.

  • Cant find problem in my code

    Solved
    4
    0 Votes
    4 Posts
    231 Views
    Ali00035A

    @v4peu5er If you can learn Python, it won't be hard for you to learn basics of JS.

  • This topic is deleted!

    Solved
    4
    0 Votes
    4 Posts
    9 Views
  • Adding new modes to modules?

    Unsolved
    2
    0 Votes
    2 Posts
    148 Views
    CzechHekC

    @idk-my-name You would have to add new fields to existing module instances. You could perhaps do that by unregistering the target module and replacing it with a new extended instance.

  • How to make C17PacketCustomPayload packets

    Unsolved
    13
    0 Votes
    13 Posts
    410 Views
    P

    @salvatore-sammarco If the username who told you was "Saffroth" this was not a Geyser spoofer it was a Desync disabler and is patched now.

  • Create Custom GUI

    Unsolved
    7
    0 Votes
    7 Posts
    233 Views
    Y

    @ali00035 not really, just a place where i can store some custom settings that isnt a module, like the vanilla settings, but i guess i'll just use modules

  • Hello. Script not work

    Unsolved
    5
    0 Votes
    5 Posts
    240 Views
    Ali00035A

    @yeahuhhuh I see now, anyways good job on fixing.

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Help with if statement

    Solved
    6
    0 Votes
    6 Posts
    186 Views
    whymW

    @plumer-man thank you!

  • [Help Needed] Get player slot

    Solved
    5
    0 Votes
    5 Posts
    224 Views
    Plumer ManP

    uh, this was a small brain moment. I found the issue.

    mc.thePlayer.currentItem = prevSlot;

    this is what i did

    mc.thePlayer.inventory.currentItem = prevSlot;

    this is what it was meant to be

  • How to make a combo breaker script

    Solved
    4
    0 Votes
    4 Posts
    133 Views
    Ali00035A

    @whym No problem.