Navigation

    CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Popular
    Log in to post
    • All categories
    • Information
    •      Announcements
    •      Changelogs
    • Resources
    •      Scripts
    •      Configs
    • Support
    •      General
    •      ScriptAPI
    •      Kotlin/Java
    • General Discussion
    • Suggestions
    • Bug Reports
    • Chinese
    • Off-Topic
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • M

      JartexNetwork's Bed/Skywars Config. (Possibly undetectable)
      Configs • • mems

      172
      2
      Votes
      172
      Posts
      3455
      Views

      M

      @gengunex 1.8.9

    • CzechHek

      InventoryManager 7.1 - Biggest update yet!
      Scripts • core inventory management player • • CzechHek

      109
      4
      Votes
      109
      Posts
      2535
      Views

      notautismatall

      @czechhek Yeh, I did use the cross-version LB and it seems like InventoryCleaner and AutoArmor aren't working correctly and that's why I looked up for your script :axoeyes:
      The latest version seems a little bit hard to use for me because there are so many functions that I can't remember all of them. Maybe you should add to your thread some explainations for your modes so everyone can understand

    • M

      Redesky's Bed/Skywars Config. (Undetectable)
      Configs • • mems

      88
      0
      Votes
      88
      Posts
      1566
      Views

      M

      @gabriel sure

    • M

      DESTROYING JartexNetwork... | Bedwars
      Off-Topic • • mems

      71
      0
      Votes
      71
      Posts
      308
      Views

      M

      @yorik100 yeah, that's why i currently use that

    • [deleted]

      Again about mems01.
      Off-Topic • • [deleted]

      70
      0
      Votes
      70
      Posts
      410
      Views

      G

      Bad grammar i had, sorry. Im gonna show you my matrix scaffold which is almost flagless in tree.ac. Im gonna test it on test.matrix.rip, Ok?

    • ?

      Matrix Bot Remover (Legacy)
      Scripts • antibot matrix • • A Former User

      69
      0
      Votes
      69
      Posts
      1506
      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); }
    • Gking

      [Kotlin] ArrayList SkyRainbow
      Scripts • • Gking

      65
      2
      Votes
      65
      Posts
      1483
      Views

      tyffeks

      @hmmmmxd can you send ?
      🙂

    • Sydneory

      LiquidSense Free by AquaVit ! Free Download
      General Discussion • • Sydneory

      55
      0
      Votes
      55
      Posts
      1953
      Views

      I

      @aftery dab dab dab dab

    • G

      [SOURCE CODE] Liquidbounce
      Scripts • • Gabriel

      55
      0
      Votes
      55
      Posts
      830
      Views

      Rafay

      @idk-my-name lmao xdd

    • superblaubeere27

      CrossVersion-Support is coming
      General Discussion • • superblaubeere27

      54
      8
      Votes
      54
      Posts
      965
      Views

      M

      You can Phase in Matrix vertically new user

    • CzechHek

      KillAuraPatch 1.0
      Scripts • combat core killaura patch • • CzechHek

      47
      1
      Votes
      47
      Posts
      973
      Views

      infAura

      @alien-gurke is it that hard?

    • superblaubeere27

      CrossVersion Beta (Please test it :D)
      General Discussion • • superblaubeere27

      46
      4
      Votes
      46
      Posts
      1541
      Views

      scorpion3013

      I'm locking this topic cause of the new plans.
      For more info read this: https://forums.ccbluex.net/topic/597/what-the-heck-we-re-doing

    • N

      How to create border in ArrayList ?
      Configs • • NLO

      45
      0
      Votes
      45
      Posts
      523
      Views

      tyffeks

      @leejames2305 thank you, u are best

    • AquaVit

      Reply to the so-called "deobf"
      Off-Topic • • AquaVit

      45
      3
      Votes
      45
      Posts
      403
      Views

      ruado_Vn

      @hahayes i really like the arraylist, i don't need the bypass so if i ask aquavit, can i actually have the arraylist java file?

    • N

      How to create border in ArrayList ?
      Scripts • • NLO

      44
      0
      Votes
      44
      Posts
      414
      Views

      sexma

      forums.sexbounce.net

    • Asutoboki

      UNSOLVED Optimization and LiquidBounce
      General Discussion • • Asutoboki

      44
      2
      Votes
      44
      Posts
      528
      Views

      XxcoolboyxX

      @mems i know right like the amount of ram is so much

    • G

      ViaVersion - Cross Version, like Sigma 5.0!
      Scripts • forge mod sigma 5.0 skidma 5.0 viaversion • • Gabriel

      41
      0
      Votes
      41
      Posts
      1221
      Views

      hahayes

      @bruh-ok said in ViaVersion - Cross Version, like Sigma 5.0!:

      @hahayes said in ViaVersion - Cross Version, like Sigma 5.0!:

      @bruh-ok nah I'm the worst

      nah choco pie is literally trasher than you

      not facts

    • Senk Ju

      Publish scripts on LiquidBounce's website
      Scripts • • Senk Ju

      41
      1
      Votes
      41
      Posts
      1125
      Views

      infAura

      @yorik100 ty

    • ?

      Hypixel Hackers
      General Discussion • • A Former User

      39
      0
      Votes
      39
      Posts
      333
      Views

      LolMC

      Dont test it on your main account
      i have do that and get banned by staff

    • 6Sence

      [1.4.0] Modern TargetHud 6Sence (STargetInfo)
      Scripts • • 6Sence

      39
      0
      Votes
      39
      Posts
      1313
      Views

      M

      @6sence Can i have ur custom arraylist? Like shown i the video in the left,Its custom right?