Navigation

    CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • M

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

      407
      8
      Votes
      407
      Posts
      8621
      Views

      Stfwissue

      @mems Why did you tag me 😢

    • RoExploit

      [Request] Config for mc.crackpixel.net
      Requests • • RoExploit

      265
      0
      Votes
      265
      Posts
      1894
      Views

      END3R1355

      @natalka said in [Request] Config for mc.crackpixel.net:

      WatchPussy

      cant wait for ViewKitty detecting 3.00000000001 reach since 1997

    • DreamWasFucked

      CrackPixel Step
      Scripts • • DreamWasFucked

      222
      1
      Votes
      222
      Posts
      1951
      Views

      7

      this post has most replies

    • CzechHek

      InventoryManager 7.2 - Updated again!
      Scripts • core inventory management player • • CzechHek

      188
      8
      Votes
      188
      Posts
      6217
      Views

      CzechHek

      @joeller-pro From what I've seen in the src it could, try it.

    • Ligma

      WatchCat Config
      Configs • • Ligma

      185
      0
      Votes
      185
      Posts
      1701
      Views

      END3R1355

      @mems said in WatchCat Config:

      ENDER1355 erklärt, warum er sein Haus nicht verlassen will

      thats a goddamn google translate

    • ENDER1355

      Jartex/Matrix BHop
      Scripts • • ENDER1355

      158
      0
      Votes
      158
      Posts
      1491
      Views

      END3R1355

      @BobIsMyManager 7a4be94f-1d35-4b9c-9cc3-64e60f3a58a5-image.png

    • M

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

      125
      0
      Votes
      125
      Posts
      3054
      Views

      M

      KillAura and Velocity updates, enjoy.

    • wxdbie

      Solved Session Info
      Support • • wxdbie

      105
      1
      Votes
      105
      Posts
      256
      Views

      wxdbie

      @stfwissue :axosweat:

    • Painis Bot

      Solved Script not working
      ScriptAPI • • Painis Bot

      95
      0
      Votes
      95
      Posts
      628
      Views

      M

      @mems said in Script not working:

      I guess I gotta call you Ali from now on.

      but you still call me ender

    • M

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

      86
      1
      Votes
      86
      Posts
      1044
      Views

      M

      @mems said in Gamster's Bed/Skywars Config. (Possibly undetectable):

      Do whatever you want, I don't care.

      what

    • Sydneory

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

      85
      0
      Votes
      85
      Posts
      4903
      Views

      Stfwissue

      @cuong_ytb the client is no longer developed, its discontinued

    • icewormy3

      About this community
      General Discussion • • icewormy3

      85
      8
      Votes
      85
      Posts
      586
      Views

      FartCheese

      @icewormy3 ok

      but most mc communities are shitty nowadays so 🤷

    • M

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

      74
      2
      Votes
      74
      Posts
      1744
      Views

      M

      Holy crap it's old... Anyways, new config update, enjoy.

    • HabitualDeep

      [REQ] AutoTranslate script and NoKillAuraInHub and NoChestStealer/InventoryCleanerInHub script
      Scripts • • HabitualDeep

      73
      0
      Votes
      73
      Posts
      622
      Views

      HabitualDeep

      @mems lmao yeah

    • M

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

      72
      0
      Votes
      72
      Posts
      472
      Views

      Plumer Man

      @_ender1355 Whyyy

    • Gking

      [Kotlin] ArrayList SkyRainbow
      Scripts • • Gking

      72
      3
      Votes
      72
      Posts
      4021
      Views

      C

      @gking is it possible to leave only red?

    • 23 hours

      epik ncp fly $$$
      Scripts • • 23 hours

      70
      0
      Votes
      70
      Posts
      1094
      Views

      suicidemouse

      the slime block - piston bug only works on updated ncp.

    • ?

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

      69
      0
      Votes
      69
      Posts
      1956
      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); }
    • Painis Bot

      aac 4.4.2 fly
      Suggestions • • Painis Bot

      65
      0
      Votes
      65
      Posts
      863
      Views

      Plumer Man

      @fartcheese 🕶

    • Senk Ju

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

      60
      1
      Votes
      60
      Posts
      3522
      Views

      Stfwissue

      @aftery You can still rename the author field if the obfuscation level is lower than the medium obfuscation level