Skip to content

Scripts

Share and discover scripts for LiquidBounce

1.0k Topics 9.1k Posts
  • Matrix Bot Remover (Legacy)

    69
    0 Votes
    69 Posts
    3k Views
    A

    @A-Former-User said in Matrix Bot Remover (Legacy):

    有问题请反馈,感激不尽!
    Please give feedback if you find any problems in the code, thank you very much!

    It’s legacy, I think CzechHek have a better one.

    /// api_version=1 var scriptName = "MatrixBotRemover"; var scriptAuthor = "Anonzme"; var scriptVersion = 3.0; var EntityPlayer = Java.type("net.minecraft.entity.player.EntityPlayer"); var HashMap = Java.type("java.util.HashMap"); var ArrayList = Java.type("java.util.ArrayList"); var next; var playerList; var notAlwaysInRadius; var xHash; var zHash; function isBot(entity, speed) { return entity != mc.thePlayer && speed > 6.75 && speed < 27.5 && mc.thePlayer.getDistanceToEntity(entity) <= 5.5 && within(entity.posY, mc.thePlayer.posY - 1.5, mc.thePlayer.posY + 1.5); } function within(n, mi, ma) { return n <= ma && n >= mi; } function MatrixBotRemoverModule() { this.getName = function() { return "MatrixBotRemover"; }; this.getDescription = function() { return "Remove the bots made by Matrix AntiCheat."; }; this.getCategory = function() { return "Misc"; }; this.onEnable = function() { next = false; notAlwaysInRadius = new ArrayList(); playerList = new ArrayList(); // <EntityPlayer> xHash = new HashMap(); // <EntityPlayer, Double> zHash = new HashMap(); // <EntityPlayer, Double> }; this.onMotion = function(motionEvent) { if (notAlwaysInRadius.size() > 1000) notAlwaysInRadius.clear(); for (var i in mc.theWorld.getLoadedEntityList()) { var entity = mc.theWorld.getLoadedEntityList()[i]; if (entity instanceof EntityPlayer && (mc.thePlayer.getDistanceToEntity(entity) > 10.0 || !within(entity.posY, mc.thePlayer.posY - 1.5, mc.thePlayer.posY + 1.5)) && !notAlwaysInRadius.contains(entity)) notAlwaysInRadius.add(entity); } }; this.onUpdate = function() { if (!next) { for (var i in mc.theWorld.getLoadedEntityList()) { var entity = mc.theWorld.getLoadedEntityList()[i]; if (!(entity instanceof EntityPlayer) || notAlwaysInRadius.contains(entity)) continue; playerList.add(entity); xHash.put(entity, entity.posX); zHash.put(entity, entity.posZ); } } else { for (var i = 0; i < playerList.size(); ++i) { var entity = playerList.get(i); var xDiff = entity.posX - xHash.get(entity); var zDiff = entity.posZ - zHash.get(entity); var speed = Math.sqrt(xDiff * xDiff + zDiff * zDiff) * 10; if (speed != undefined && speed != NaN && isBot(entity, speed)) { mc.theWorld.removeEntity(entity); Chat.print("§8[§9§lMatrixBotRemover§8] §3Remove §a" + entity.getName() + "§3."); } } playerList.clear(); xHash.clear(); zHash.clear(); } next = !next; }; this.onDisable = function() { playerList.clear(); xHash.clear(); zHash.clear(); }; } var matrixBotRemoverModule = new MatrixBotRemoverModule(); function onEnable() { moduleManager.registerModule(matrixBotRemoverModule); } function onDisable() { moduleManager.unregisterModule(matrixBotRemoverModule); }
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    10 Views
  • Nothing Special Here!

    4
    0 Votes
    4 Posts
    240 Views
    LitelyL

    yes boi advertising a shitty sv in script category
    this is the most retard thing I have ever seen

  • This topic is deleted!

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

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • bruh help

    9
    0 Votes
    9 Posts
    230 Views
    ButterChickenB

    @notautismatall He has no brain

  • GhostFall 2k20 edition

    22
    0 Votes
    22 Posts
    742 Views
    yorik100Y

    Fixed some stuff, no longer resetting mc.thePlayer.fallDistance, I always hated doing that, it fucking sucks dicks, but it doesn't do it anymore so it's all good!
    @Just-a-XingYu said in GhostFall 2k20 edition:

    So what is the best Hypixel Nofal?
    https://forums.ccbluex.net/topic/556/switchnofall-betternofall-recode
    Mode packet

  • FastEat please:)

    11
    0 Votes
    11 Posts
    378 Views
    FaaatPotatoF

    @ItzElite no problem ! 😄

  • osu!

    19
    0 Votes
    19 Posts
    510 Views
    Azure1A

    @Aftery stop this please ;(

  • aac 4.4.0 noslow?

    13
    0 Votes
    13 Posts
    876 Views
    A

    @notautismatall yes













  • HyPiXEl "fLY" Script

    12
    0 Votes
    12 Posts
    1k Views
    ButterChickenB

    lagback LOL

  • [Render] HealthLog

    5
    0 Votes
    5 Posts
    432 Views
    TwicsT

    lookin' good

  • here is the script for bettercriticals.

    12
    0 Votes
    12 Posts
    642 Views
    ShadowStormS

    not working for me, I don't know if I'm doing something wrong or if its the script

  • [SCRIPT] Jetpack+ Module

    9
    1 Votes
    9 Posts
    338 Views
    exit scammedE

    @yorik100 wat

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

    6
    1 Votes
    6 Posts
    695 Views
  • MCCentralFly Customizable

    11
    3 Votes
    11 Posts
    565 Views
    ChocoPie_ismeC

    if(canFly)
    fly();

  • [ServerSwitcher]

    9
    0 Votes
    9 Posts
    581 Views
    G

    Nice, but there is a ServerSwitcher Mod that is from 2 years ago. The mod works perfectly well, so why make a script doing the exact same thing?

  • Infinite Aura Please

    5
    0 Votes
    5 Posts
    504 Views
    Max4KM

    You'll have to ask Nvaros. The Ccbluex team will most certainly not do that. Nvaros made the tphit. So he could make a killaura out of it.

  • [REQUESR]Exhibition BlockAnimation

    9
    0 Votes
    9 Posts
    1k Views
    Just a XingYuJ

    @LolMC OK:D