Skip to content

Support

Stuck? Just ask for help!

1.5k Topics 8.7k Posts

Subcategories


  • A place to ask for general support

    753 Topics
    4k Posts
    AjaxA

    Bumping this, since I'm also looking for it

  • A place to ask for help on writing scripts

    305 Topics
    2k Posts
    A

    ///api_version=2
    const script = registerScript({
    name: "VKKILLAURA",
    authors: [":)"],
    version: "1.0"
    }).import("Core.lib");

    // Indstillinger for KillAura
    const rangeValue = value.createFloat("Range", 4.0, 3.0, 6.0);
    const cpsValue = value.createInteger("CPS", 10, 1, 20);
    const rotationSpeedValue = value.createList("RotationSpeed", ["Slow", "Medium", "Fast"], "Medium");

    // Mål liste
    const targetList = [];
    let isEnabled = false;

    // Opdatering af mållisten
    function updateTargetList(name, action) {
    if (action === "add" && !targetList.includes(name)) {
    targetList.push(name);
    Client.displayChatMessage(§aAdded ${name} to target list.);
    } else if (action === "remove") {
    const index = targetList.indexOf(name);
    if (index > -1) {
    targetList.splice(index, 1);
    Client.displayChatMessage(§cRemoved ${name} from target list.);
    }
    }
    }

    // Registrer kommandoer
    script.registerCommand({
    name: ".vk",
    description: "Manage KillAura target list.",
    hub: true,
    subcommands: [
    {
    name: "add",
    parameters: [{ name: "name", required: true }],
    onExecute(name) {
    updateTargetList(name, "add");
    }
    },
    {
    name: "remove",
    parameters: [{ name: "name", required: true }],
    onExecute(name) {
    updateTargetList(name, "remove");
    }
    },
    {
    name: "list",
    onExecute() {
    if (targetList.length === 0) {
    Client.displayChatMessage("§eTarget list is empty.");
    } else {
    Client.displayChatMessage("§eTargets: " + targetList.join(", "));
    }
    }
    },
    {
    name: "toggle",
    onExecute() {
    isEnabled = !isEnabled;
    Client.displayChatMessage(§eKillAura is now ${isEnabled ? "enabled" : "disabled"}.);
    }
    }
    ]
    });

    // Hent mål inden for rækkevidde
    function getTargetsInRange(range) {
    const targets = [];
    for (const entity of mc.theWorld.loadedEntityList) {
    if (entity !== mc.thePlayer && entity.getDistanceToEntity(mc.thePlayer) <= range) {
    targets.push(entity);
    }
    }
    return targets;
    }

    // Angrebsmål
    function attackTarget(target) {
    if (targetList.includes(target.getName())) {
    mc.thePlayer.swingItem();
    mc.playerController.attackEntity(mc.thePlayer, target);
    }
    }

    // Opdatering af angreb
    script.on("update", () => {
    if (!isEnabled) return;

    const targets = getTargetsInRange(rangeValue.get()); for (const target of targets) { attackTarget(target); sleep(1000 / cpsValue.get()); // CPS }

    });

    // Aktiver modulet
    script.on("enable", () => {
    Client.displayChatMessage("§eVKKILLAURA module enabled.");
    });

    // Deaktiver modulet
    script.on("disable", () => {
    isEnabled = false;
    targetList.length = 0; // Rydder mål listen
    Client.displayChatMessage("§eVKKILLAURA module disabled.");
    });

    This dose not work at all, i made it with chatgpt and i have no coding experience, what i want it to do is to make killaura target the players on the list i can interact with the list with these commands:
    .vka -active/deactivate
    .vk "Name" -adds a player
    .vkf "name" -removes a player
    .vkl -shows the list

    I hope that someone can help me fix the script so that i can target the players i want- Thanks!

  • 338 Topics
    2k Posts
    余浩

    OpenProtocol-master.zip 26b514384995b6836a153ed26611298c.png

  • Source

    Unsolved
    2
    0 Votes
    2 Posts
    125 Views
    bestnubB

    @patinho-yt => GitHub

  • NameTags | Head

    Unsolved
    4
    0 Votes
    4 Posts
    216 Views
    wxdbieW

    @bestnub
    this NameTags. i added to NameTags display player head, but it does not show head behind blocks some reason. And here i am asking for help

  • NameTags | Color of nick

    Solved
    21
    1 Votes
    21 Posts
    504 Views
    wxdbieW

    @suicidemouse said in NameTags | Color of nick:

    you thanked the wrong person

    I thanked everyone help 😊

  • Binded key in ArrayList

    Solved
    27
    0 Votes
    27 Posts
    846 Views
    Plumer ManP

    good job

  • ujban my account

    Unsolved
    4
    7 Votes
    4 Posts
    221 Views
    Ali00035A

    @kawaiinekololis @Senk-Ju You both should unban him (The OP)

  • Profile picture next to nick in NameTags

    Solved
    7
    0 Votes
    7 Posts
    244 Views
    wxdbieW

    @ali-ccfakex-0 kotlin

  • Glith effect

    Unsolved
    10
    0 Votes
    10 Posts
    237 Views
    Ali00035A

    @wxdbie np 🙂

  • how rename LiquidBounce without launch errors?

    Solved
    7
    1 Votes
    7 Posts
    186 Views
    Ali00035A

    @wxdbie ty

  • Simplest way to render head pitch in script api

    Unsolved
    12
    0 Votes
    12 Posts
    384 Views
    END3R1355E

    @delete-forum delete forum

  • lunar store ban appeal

    Unsolved
    2
    0 Votes
    2 Posts
    144 Views
    Plumer ManP

    @o-lofi Why tf u putting it on this forum put it on hypixel forums or lunar

  • How do i download it?

    Unsolved
    6
    0 Votes
    6 Posts
    202 Views
    Plumer ManP

    @lucifer
    Steps in order

    Go to liquidbounce.net
    cd1e1a13-3ecd-4aab-9184-d108f58041cf-image.png Click download.
    684e2f8d-597b-4e5b-8a5e-6dee483ab467-image.png Click manual download or github builds.
    6930ed5a-61a5-4b46-828f-5bf870c77353-image.png
    28f1428d-dbac-439c-8a43-cca0b15c42cb-image.png Go into .minecraft folder and put it in the mods folder ( if you dont already have it download forge 1.8.9 and run it.) Run minecraft Profit
  • Some scripts don't work pls help me

    Unsolved
    3
    0 Votes
    3 Posts
    117 Views
    ?

    most scripts don't work on 1.12.2 (more known as "cross version"), due to a lot changing between versions (b72 and b73). There isn't a way to use liquidbounce 1.12.2 decently with scripts, so keep playing on 1.8.9 or use another client

  • Help me

    Unsolved
    2
    0 Votes
    2 Posts
    71 Views
    ?

    ​​​​​​​​​​​

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • how to download luqid bounce for tlauncher?

    Unsolved
    5
    0 Votes
    5 Posts
    416 Views
    ENDER1355E

    @mems k

    // 8 chars

  • Knockback problem

    Unsolved
    5
    0 Votes
    5 Posts
    155 Views
    ENDER1355E

    @omnomnom probably

  • [Help] Porting Core.

    Unsolved
    13
    0 Votes
    13 Posts
    422 Views
    O

    @nvinci after the change, it doesn't work as well.

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    52 Views
  • autoupdate

    Unsolved
    6
    0 Votes
    6 Posts
    238 Views
    some oneS

    @aftery thank you very much