Skip to content

ScriptAPI

324 Topics 1.9k Posts

A place to ask for help on writing scripts

  • Simulate a click

    6
    0 Votes
    6 Posts
    2k Views
    CzechHekC
    @yorik100 https://docs.oracle.com/javase/7/docs/api/java/awt/Robot.html im not a robot
  • How to code a blockEsp script?

    5
    0 Votes
    5 Posts
    2k Views
    Azure1A
    it's the waypoints module if im not wrong, you set a location and there will be some kind of tracker to it
  • Delay packets but when disabling send every packets that were delayed

    1
    0 Votes
    1 Posts
    702 Views
    No one has replied
  • Delay packets sent from server to client (S packets)

    8
    1 Votes
    8 Posts
    3k Views
    yorik100Y
    @CzechHek [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException [22:00:14] [setTimeout/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.network.ThreadQuickExitException
  • Where is the mistake?

    9
    0 Votes
    9 Posts
    3k Views
    CzechHekC
    @ButterChicken That's what you were supposed to do. @CzechHek said in Where is the mistake?: @ButterChicken Title messages are often in siblings or smth, print the component and find where the "Victory!" is. Here is the documentation: https://scriptapi.liquidbounce.net/net/minecraft/util/ChatComponentText.html
  • How to determine whether the script is enabled?

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    ButterChickenB
    @CzechHek thanks
  • antivanish ))))

    2
    0 Votes
    2 Posts
    968 Views
    CzechHekC
    The best chances for you is to check S38.
  • I need Matrix AntiBot

    16
    0 Votes
    16 Posts
    6k Views
    Alien GurkeA
    @CzechHek sometimes a bot is shown and you could hit them but most bots will be disabled.
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    39 Views
  • This topic is deleted!

    5
    0 Votes
    5 Posts
    38 Views
  • weird outofbounds exception

    4
    0 Votes
    4 Posts
    1k Views
    TemmT
    If the Array has a Size of 107, its last valid index is 106 as arrays start at Index 0.
  • I need Hypixel's Criticals.

    Solved
    18
    0 Votes
    18 Posts
    6k Views
    notautismatallN
    @T-S I use delay -1 and doesn't get ban may tuoi gi em
  • Build Blocks silent around you

    3
    0 Votes
    3 Posts
    1k Views
    FaaatPotatoF
    // Target block private PlaceInfo placeInfo; this is what ive found for the targetblock stuff but no code where its described or im blind. How to do this in script api? Can i say the code cords like: scan where palyer is set player exact at block mid place a block at ~1 ~ ~ place a block at ~-1 ~ ~ place a block at ~ ~ ~1 place a block at ~ ~ ~-1 place a block at ~1 ~1 ~ ...
  • How to get the player looking pos?

    4
    0 Votes
    4 Posts
    2k Views
    scorpion3013S
    Just take a look at the teleport class of LiquidBounce, you should be able to find the code that gets the block you are looking at and how to determine the distance to it. By the way, if you want to teleport more than 10 blocks, you have to send several packets. https://github.com/CCBlueX/LiquidBounce/blob/master/1.8.9-Forge/src/main/java/net/ccbluex/liquidbounce/features/module/modules/exploit/Teleport.java
  • Plz help me [Civbreak]

    5
    0 Votes
    5 Posts
    2k Views
    C
    @余浩 actually by looking at the fucker's src I realized there is actually an option called instant in fucker, that should be the thing u want. It was added like 6 months ago, it should be in the current version.
  • plz help

    14
    0 Votes
    14 Posts
    6k Views
    Senk JuS
    @KnechtRobert5 This is a bug. I will try to resolve it as well. I created an issue for it: https://github.com/CCBlueX/LiquidBounce1.8-Issues/issues/3883 SenkJu created this issue in CCBlueX/LiquidBounce1.8-Issues open [BUG] Duplicate Script InventoryTabs after reloading #3883
  • plz help #2

    3
    0 Votes
    3 Posts
    1k Views
    K
    @Senk-Ju thanks
  • How do I get started with scripting?

    8
    0 Votes
    8 Posts
    3k Views
    P
    @ChocoPie_isme ty
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    23 Views
  • Using snowballs and fishing rod for combo with killaura

    12
    0 Votes
    12 Posts
    4k Views
    T
    bruh.....