CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. CzechHek
    • Profile
    • Following 0
    • Followers 74
    • Topics 16
    • Posts 795
    • Best 162
    • Controversial 0
    • Groups 0

    CzechHek

    @CzechHek

    CzechHek#7198

    239
    Reputation
    2591
    Profile views
    795
    Posts
    74
    Followers
    0
    Following
    Joined Last Online
    Website v.ht/CzechHek Location Czech Republic

    CzechHek Unfollow Follow

    Best posts made by CzechHek

    • InventoryManager 7.2 - Updated again!

      Introduction

      InventoryManager is a better replacement for ChestAura, ChestStealer, InventoryCleaner, AutoArmor, Auto Weapon, Auto Pot.
      It is coded in a way that makes all its parts compatible with themselves and therefore they work more effectively than LB ones.
      It's one of the few scripts that have dynamic values system.
      It detects if you are on a lobby or if you are dead.

      Media

      CzechHek│Valid Asiansmallclawedotter│Unlisted.mp4 – 01:52
      — CzechHek

      CzechHek│Aqua Blackcrappie│Unlisted.mp4 – 01:01
      — CzechHek

      How to use

      You can see how to edit actions in the second video.
      Editing values can be done in either ClickGUI or in chat, via normal LB commands.

      You can exactly specify which item to sort, simply by writing its name (case-sensitive), but there are certain categories as well.
      Categories: Block / Blocks, Food, Ignore / Ignored
      (example: .inventorymanager sort1 Water Bucket)

      Installation

      Download Core.lib, InventoryManager.js
      Write .scripts folder into chat while using LiquidBounce and put both files in there
      Write .reload into chat

      Download

      Core: https://github.com/CzechHek/Core/blob/master/Core.lib
      InventoryManager: https://raw.githubusercontent.com/CzechHek/Core/master/Scripts/InventoryManager.js

      Changelog

      Released InventoryManager 7.2 (29. 10. 2021)

      • Added actions:
      • Eat Food - eats food when you're hungry, has gapple support
      • Select Blocks - selects a block if you right click a block
      • Play Again - plays again automatically
      • Improvements:
      • Values:
      • ReopenRefilledChests - clears opened chests blacklist when the server tells you that chests were refilled
      • EquipDelay - separated from InvDelay (needed on matrix)
      • PlayAgainInterval - interval between clicks on play again items
      • Removed max, min delays because they were pretty useless.
      • New armor comparator.
      • Throw Potions switching to your previous item too soon.
      • Better valid block detection, ignores falling blocks, non full blocks and such.
      • Separated NoAttackDelay for each action.
      • Fixed GameDetection on Jartex and Pika.
      • Eliminated the huge amount of global variables.
      • Fixed GameDetection not preventing several actions from working.
      • Overall optimalizations, synchronization, refactorization.
      • Lot of parts recoded.

      Released InventoryManager 7.1 (19. 2. 2021)

      • fully rewritten code, now extremely simple core which uses complex utils (makes things more manageable)
      • absolutely stable, no random freezes or missdrops that were in previous versions (you won't just lose your sword randomly)
      • another complete UI overhaul, actions are now real modules (that are in TabGUI as well), now with proper binding screen
      • customizable item whitelist and blacklist was completely recoded and now works based on item names (so you can whitelist your favourite special minigame items)
      • changed arrangement of actions to further improve stability (opening chests moved to last)
      • added an awesome feature IgnoreLootedChests that doesn't open chests that were opened by other players
      • added NoWindowPackets that cancel any open close inventory packets and make all invopen mods bypass matrix
      • InvOpen has various options: Require - you need to open inv manually, Simulate - manager opens it on serverside, None - ignoring inventory opening, closing
      • actions have setting to make them visible in arraylist
      • Throw Potions action now checks if you aren't standing on an edge (so you won't waste any more potions)
      • fixed Select Weapons doing first hit with previous item
      • smart block filtering, now it checks if block is a fullblock, if it doesn't have a tile entity and more instead of just a blacklist that was missing a lot of bad blocks
      • made interactions with InventoryManager's configuration more LB like (chat messages are styled as LB messages + sound effects)
      • added optimizations to only try sorting, dropping garbage, ... when inventory changes (doesn't try to check it every tick now)
      • renamed a few values and made LobbyDetections fully toggleable

      Released InventoryManager 7.0 (prerelease) (21. 11. 2020)

      • complete clickgui settings overhaul
      • actions can be bound to keys
      • customizable item whitelist, blacklist
      • sorting is now done before even throwing trash items
        NOTE: This isn't fully finished and I'm not planning to finish it any time soon, report any bugs you find here.
        If you want to stick to old version, download this: InventoryManagerLegacy.js

      Released InventoryManager 6.17 (28. 8. 2020)

      • added option to select tools when destroying blocks
      • added throw delay (before it was throwing delayed by inv delay)
      • new value system (module doesn't have to be enabled to work, small value changes)
      • ghost item check fix

      Released InventoryManager 6.16 (26. 8. 2020)

      • added check for ghost items caused by higher ping (this should fix useful items being dropped)
      • fixed @Themek said in InventoryManager 6.14: InvManager throw potions even with the option disabled? https://streamable.com/rz3t9n
      • there were some problems with Core for a few days but it has all been fixed

      Released InventoryManager 6.14 (9. 8. 2020)

      • fixed a critical bug that made InventoryManager weird af since 6.12, noone reported it

      Released InventoryManager 6.13 (5. 8. 2020)

      • added additional bad potion check to not throw bad potions when dropping trash is disabled

      Released InventoryManager 6.12 (4. 8. 2020)

      • multiple item sorting (prioritizes first, split values using "," or ";", eg. "Water Bucket, Block")
      • auto weapon (select weapons option)
      • auto pot (throw potions option, works for all kinds of potions not just healing)
      • improved clickgui values
        steal and inv delays are separated,
        min max values are now LB like,
        chest aura and auto pot share rotations and rotationslength now
      • recoded, possibly stability improvements (or maybe it got worse)
      • fixed bugs

      InventoryManager 5.8 (13. 7. 2020)

      • fixed:
      • if you started attacking someone while stealing items from chest, NoAttackDelay would keep the chest open, until you stopped attacking, now closes chest immediatelly
      • opening chests not only checking for open delay timer
      • NoAttackDelay not detecting attacks while in GUI
      • stealer taking same quality armor as you have from chests, instead of ignoring it
      • non InvOpen mode not working in certain GUIs including inventory
      • other bugs
      • improved:
      • value arrangement
      • OpenRotationLength value is now dynamic
      • non InvOpen mode now supports more GUIs
      • entire code - better distincted phases (now open, steal, drop, wear, sort), had problems before, sort of a recode

      InventoryManager 5.6 (3. 7. 2020)

      • fixed bug that prevented IM to sort, when dropping garbage was disabled (reported by @Themek )
      • improved lobby detections and added value to turn it off if it fails
      • added death detections
      • added open rotation - visual / packet / none + customizable rotation length
      • added open swing - visual / packet / none
      • mindelay now cannot be higher than maxdelay
      • now also operates when you are in Ingame Menu or in chat

      InventoryManager 5.5 (3. 7. 2020)

      • sorting is now case sensitive to avoid errors,
      • detects more lobbies (write if it misses some or if it detects wrongly on any server),
      • added close delay, no attack delay (delay after the last attack, after which it continues)
      posted in Scripts core inventory management player
      CzechHek
      CzechHek
    • RE: [EXPOSED] Coccocoa

      Why would you name yourself Coccocoa's Helper in the first place.

      posted in Off-Topic
      CzechHek
      CzechHek
    • RE: InventoryManager 7.2 - Updated again!

      InventoryManager 7.1 is here!

      Introducing the most stable InventoryManager ever released, including all features of it's previous versions but rewritten from ground up!

      Thanks @Alien-Gurke for beta testing.

      On top of that there is more:

      • fully rewritten code, now extremely simple core which uses complex utils (makes things more manageable)
      • absolutely stable, no random freezes or missdrops that were in previous versions (you won't just lose your sword randomly)
      • another complete UI overhaul, actions are now real modules (that are in TabGUI as well), now with proper binding screen
      • customizable item whitelist and blacklist was completely recoded and now works based on item names (so you can whitelist your favourite special minigame items)
      • changed arrangement of actions to further improve stability (opening chests moved to last)
      • added an awesome feature IgnoreLootedChests that doesn't open chests that were opened by other players
      • added NoWindowPackets that cancel any open close inventory packets and make all invopen mods bypass matrix
      • InvOpen has various options: Require - you need to open inv manually, Simulate - manager opens it on serverside, None - ignoring inventory opening, closing
      • actions have setting to make them visible in arraylist
      • Throw Potions action now checks if you aren't standing on an edge (so you won't waste any more potions)
      • fixed Select Weapons doing first hit with previous item
      • smart block filtering, now it checks if block is a fullblock, if it doesn't have a tile entity and more instead of just a blacklist that was missing a lot of bad blocks
      • made interactions with InventoryManager's configuration more LB like (chat messages are styled as LB messages + sound effects)
      • added optimizations to only try sorting, dropping garbage, ... when inventory changes (doesn't try to check it every tick now)
      • renamed a few values and made LobbyDetections fully toggleable

      @Mustish @Player @Mattia @Leejames2305 @yorik100 @AnonHault @hahayes

      posted in Scripts
      CzechHek
      CzechHek
    • Manager 3.0 - Breeze through customizing your LiquidBounce

      Introduction

      Manager is the script you've always wanted. It's an on-cloud based library, full of community themes, scripts, and configs.
      With it, you can easily download anything you want and load it instantly. Feel free to upload your own content.

      How to use

      Start off by writing one of the Manager's aliases (.m | .mngr | .manager) into the game chat.
      It will show you info about available subcommands that you can write.
      Example on how to find, download and load a theme:

      • .m theme list online - prints list of all community themes available online
      • .m theme download name - downloads theme called "name"
      • .m theme load name - loads theme called "name"

      Installation

      Download Core.lib, Manager.js
      Write .scripts folder into chat while using LiquidBounce and put both files in there
      Write .reload into chat

      Download

      Manager: https://github.com/CzechHek/Core/blob/master/Scripts/Manager.js
      Core: https://github.com/CzechHek/Core/blob/master/Core.lib

      posted in Scripts core management misc
      CzechHek
      CzechHek
    • RE: MurderMystery script (improved!)

      Using legacy API in 2021 ✓
      Requiring external libs that most people don't have and not even mentioning it instead of using utils built into LB ✓

      posted in Scripts
      CzechHek
      CzechHek
    • RE: ccbluex forums website src code leak (!)

      @spyfromtf2 Improved your code

      mc.thePlayer.ontheWebsite() && mc.thePlayer.setnoBrainState() && !mc.thePlayer.IQlevel
      

      or perhaps

      mc.thePlayer.ontheWebsite() && (mc.thePlayer.setnoBrainState(), !mc.thePlayer.IQlevel)
      

      doesn't make much sense but that's how you wrote it

      perhaps you wanted it to look like this

      mc.thePlayer.onTheWebsite() && (mc.thePlayer.setNoBrainState(true), mc.thePlayer.iqLevel = 0)
      

      doesn't make much sense anyway

      if so, here is how it should have looked

      if (mc.thePlayer.onTheWebsite()) {
          mc.thePlayer.setNoBrainState(true)
          mc.thePlayer.iqLevel = 0
      }
      
      posted in Off-Topic
      CzechHek
      CzechHek
    • BridgeAssist 1.4

      Introduction

      BridgeAssist is a module which helps you with bridging :axooh:. It is quite simple, there are multiple options that you can enable such as:

      • SafeWalk
      • Sprint
      • SelectBlock
      • SneakOnPlace
      • AutoPlace
      • Delay
      • Speed% and Jump% (changes movement speed in %)
      • Timer
      • ToggleModules (disables selected modules when enabled and toggles them back when disabled)

      The main feature, however, is that BridgeAssist aims at a set pitch and rebinds your movement keys. If you enable it and hold W, it will act as if you rotated by like 180° and held S + D. If you press A or D it changes the way that you go from S + D to S + A and so on. If you disable it, it brings your view back to normal like if you rotated 180° again, as well as your keybinds.

      Media

      CzechHek│Sniveling Johndory│Unlisted – 01:50
      — CzechHek

      Installation

      Download Core.lib, BridgeAssist.js
      Write .scripts folder into chat while using LiquidBounce and put both files in there
      Write .reload into chat

      Download

      Core: https://github.com/CzechHek/Core/blob/master/Core.lib
      BridgeAssist: https://github.com/CzechHek/Core/blob/master/Scripts/BridgeAssist.js

      posted in Scripts core world assist bridge scaffold
      CzechHek
      CzechHek
    • RE: FDPClient has been discontinued.

      @ali00035 It's about time that people start contributing into LB instead of making forks that get discontinued.

      posted in Off-Topic
      CzechHek
      CzechHek
    • RE: LiquidSense Free by AquaVit ! Free Download

      Provide the source code or remove all code by CCBlueX.

      posted in General Discussion
      CzechHek
      CzechHek
    • RE: 3 line code scaffold LOL

      @icewormy3

      ///api_version=2
      (script = registerScript({
          name: "oNeLineExPaNdSCAFFOLDLOLXDDDDDnosrslythiswhyareyousoLOLOLOLOROFLLLLfromthisLMAO",
          authors: ["urmom"],
          version: "1.0"
      })).import("Core.lib");
      
      module = {
          onUpdate: function () {
              mc.playerController.onPlayerRightClick(mc.thePlayer, mc.theWorld, mc.thePlayer.getHeldItem(), new BlockPos(mc.thePlayer).down(1), mc.thePlayer.getHorizontalFacing(), new Vec3(0, 0, 0));
          }
      }
      
      posted in Kotlin/Java
      CzechHek
      CzechHek

    Latest posts made by CzechHek

    • RE: lb b 73 scripts not work

      @Pulubble It shouldn't even work in theory, because support for api v1 scripts has been fully deprecated.

      posted in Scripts
      CzechHek
      CzechHek
    • RE: Lb updates are slow, I think there are the following reasons

      @moon https://github.com/CCBlueX/LiquidBounce/pull/1347

      Is this good enough?

      CzechHek created this issue in CCBlueX/LiquidBounce

      open [LEGACY] Inventory Management Rework BETA #1347

      posted in General
      CzechHek
      CzechHek
    • RE: Russian translation

      @rufus said in Russian translation:

      @WDIlsb russian on top ❤ from with love VietNam

      @rufus That's a bold thing to say these days.

      posted in Suggestions
      CzechHek
      CzechHek
    • RE: Why forks don't merge their changes with legacy liquidbounce and dont helping in developement?

      After all those recently rejected pull requests with "skidded" code, I came to the conclusion that this is the main cause of inactivity when compared with other forks.

      Perhaps such code should be tolerated, if it gets modified to work within LB or even if it works better than original?

      posted in General Discussion
      CzechHek
      CzechHek
    • RE: how to build liquidbounce in Eclipse

      @Gabriel nah, just execute the same commands as with intellij installation and then open the folder with eclipse

      posted in Kotlin/Java
      CzechHek
      CzechHek
    • RE: displayable in values

      @RiceUser Well Core along with any script that uses LB utils doesn't support versions after my kotlin ports of LB from like b76+.

      posted in ScriptAPI
      CzechHek
      CzechHek
    • RE: I dont have ANY idea why this script is broken.

      @rthrthwtrhg
      Ports to kotlin + removal of unnecessary @JvmStatic means that you have to access LB utils and fields with kotlin getters and static .INSTANCE.

      In this case MoveUtils.INSTANCE.strafe(), but its arguments have also changed, you have to put a few booleans as well, look at MovementUtils source.

      ScriptAPI should get its own built-in utils to simplify stuff.

      posted in ScriptAPI
      CzechHek
      CzechHek
    • RE: displayable in values

      @RiceUser https://github.com/CCBlueX/LiquidBounce/pull/1037#issuecomment-1531600493

      CzechHek created this issue in CCBlueX/LiquidBounce

      closed ScriptAPI additions, description fixes, ... #1037

      posted in ScriptAPI
      CzechHek
      CzechHek
    • RE: FlyHCF Script (REUPLOAD)

      @Gabriel onDisable doesn't have any MoveEvent data wtf?!

      and Math.radians is undefined

      posted in Scripts
      CzechHek
      CzechHek
    • RE: Removal of ScriptAPI v1 support in upcoming b83

      @kawaiinekololis
      Well in that case, it should also be mentioned that removal of @JvmStatic and kotlin ports have made some utils in old scripts broken and hard to work with when you don't know how kotlin getters and setters work. Perhaps scriptapi should have its own util references to avoid this?

      posted in Scripts
      CzechHek
      CzechHek