Navigation

    CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. icewormy3
    • Profile
    • Following 8
    • Followers 3
    • Topics 14
    • Posts 115
    • Best 12
    • Groups 0

    icewormy3

    @icewormy3

    Client developer, script developer

    15
    Reputation
    127
    Profile views
    115
    Posts
    3
    Followers
    8
    Following
    Joined Last Online
    Location United States Age 17

    icewormy3 Unfollow Follow

    Best posts made by icewormy3

    • RE: [EXPOSED] Coccocoa

      when you try to expose Coccocoa but instead it backfires on you and makes you look like a clown

      posted in Off-Topic
      icewormy3
      icewormy3
    • RE: does anyone know how to code liquidbounce using notepad?

      @легипарк-фортнайт Typically, hacked clients are not coded inside of notepad. They are coded using IDEs, such as Eclipse or IntelliJ IDEA. However, it is possible to code liquidbounce scripts inside of notepad, but it will be alot more difficult, because it wont show suggestions, errors in the code, etc.

      posted in Kotlin/Java
      icewormy3
      icewormy3
    • RE: [Legacy][Patched]Customizable Fly (Originally for Cubecraft)

      my fly is better than all of urs i can fly 120+km/h while going up and down (also patched :( )

      posted in Scripts
      icewormy3
      icewormy3
    • RE: does it steal your account ?

      @Coccocoa said in does it steal your account ?:

      @icewormy3 The thing is why LiquidBounce?

      idfk xD

      posted in Off-Topic
      icewormy3
      icewormy3
    • hive hide and seek infinite reach (only works on hiders)

      do whatever the fuck you want in that gamemode, the hive is gonna close in like 1 week

      test++;
              for(Entity e: mc.world.loadedEntityList) {
                  if(e instanceof EntityFallingBlock) {
                      EntityFallingBlock block = (EntityFallingBlock) e;
                      if(test % 10 == 0) {
                          mc.getConnection().sendPacket(new CPacketPlayer.Position(mc.player.posX, mc.player.posY - 0.1, mc.player.posZ, mc.player.onGround));
                          mc.playerController.attackEntity(mc.player, block);
                          mc.player.swingArm(EnumHand.MAIN_HAND);
                      }
                  }
              }
      

      also im too lazy to port it into a liquidbounce script
      video of it: https://www.youtube.com/watch?v=NPILcyFRpLg

      posted in Kotlin/Java
      icewormy3
      icewormy3
    • RE: BlinkFall 5.1

      epic script

      posted in Scripts
      icewormy3
      icewormy3
    • RE: How i can get "timer" and "timerSpeed" in MCP?

      @wtf just go in to the Timer class and change timerSpeed visibility to public. Then go into the Minecraft class and change timer to public aswell

      posted in Off-Topic
      icewormy3
      icewormy3
    • RE: CrossVersion-Support is coming

      @Senk-Ju said in CrossVersion-Support is coming:

      Modules like KillAura, which utilize a CPS slider, will have to be made compatible with combat cooldown in 1.9+. Also, it might be worth it to figure out perfect timing for each weapon to make as much damage as possible. Always fully charging an attack might not be the most efficient way.

      in 1.9 combat, the perfect timing for all weapons is: mc.player.getCooledAttackStrength(0.5F) >= 0.95F
      It not only attacks slighty faster then a fully charged weapon, but it also does the same damage as a fully charged weapon

      posted in General Discussion
      icewormy3
      icewormy3
    • RE: Guys of evil help with the script there?

      If you are asking for a script with a bypass for an anticheat, its unlikely that people will make it. Asking for help on a bypass you are already trying to make is fine, but in this case, you are asking for the script without trying anything for yourself. If you dont know how to make bypasses, you first need to learn how to code. A good place to start is https://www.w3schools.com/js/DEFAULT.asp and once you have a decent understanding of javascript, you can start learning how to make scripts at https://liquidbounce.net/docs/ScriptAPI/Getting Started. Once you know how to make scripts, you can play around with stuff or go to https://scriptapi.liquidbounce.net/ to see all methods in minecraft. good luck with your ncp regen!

      posted in Scripts
      icewormy3
      icewormy3
    • RE: Now how to disable watchdog

      most disablers either cancel, manipulate, or send packets, so if you play around with random packets, you might be able to find a disabler

      posted in Off-Topic
      icewormy3
      icewormy3

    Latest posts made by icewormy3

    • RE: hive hide and seek infinite reach (only works on hiders)

      tpaura.js
      hive hide and seek infinite reach script made by Nvaros. Enjoy!

      posted in Kotlin/Java
      icewormy3
      icewormy3
    • hive hide and seek infinite reach (only works on hiders)

      do whatever the fuck you want in that gamemode, the hive is gonna close in like 1 week

      test++;
              for(Entity e: mc.world.loadedEntityList) {
                  if(e instanceof EntityFallingBlock) {
                      EntityFallingBlock block = (EntityFallingBlock) e;
                      if(test % 10 == 0) {
                          mc.getConnection().sendPacket(new CPacketPlayer.Position(mc.player.posX, mc.player.posY - 0.1, mc.player.posZ, mc.player.onGround));
                          mc.playerController.attackEntity(mc.player, block);
                          mc.player.swingArm(EnumHand.MAIN_HAND);
                      }
                  }
              }
      

      also im too lazy to port it into a liquidbounce script
      video of it: https://www.youtube.com/watch?v=NPILcyFRpLg

      posted in Kotlin/Java
      icewormy3
      icewormy3
    • RE: Collecting Information about packets

      @dont_doubt most of them should already be explained in the src code

      for the SPackets, go to: NetHandlerPlayClient.java
      for the CPackets, go to: NetHandlerPlayServer.java

      for the packets that are not explained in the src:

      CPacketConfirmTeleport: this packet is sent when you get flagged by the server (SPacketPlayerPosLook). the teleport id is used to determine wether or not the server should set your position to a new location

      CPacketAnimation: makes your hand swing server sided
      SPacketPong: processes your ping

      hope this helps out :)

      posted in General
      icewormy3
      icewormy3
    • RE: Hello brothers, I made a regen script to test on the server allowed Hack but there is a problem that does not appear in the clickgui

      we will not help you if you cant code...

      posted in Scripts
      icewormy3
      icewormy3
    • RE: ncp非阻塞再生脚本

      @maeyse seems like you did not read my response so im gona repost what I said:

      If you are asking for a script with a bypass for an anticheat, its unlikely that people will make it. Asking for help on a bypass you are already trying to make is fine, but in this case, you are asking for the script without trying anything for yourself. If you dont know how to make bypasses, you first need to learn how to code. A good place to start is https://www.w3schools.com/js/DEFAULT.asp and once you have a decent understanding of javascript, you can start learning how to make scripts at https://liquidbounce.net/docs/ScriptAPI/Getting Started. Once you know how to make scripts, you can play around with stuff or go to https://scriptapi.liquidbounce.net/ to see all methods in minecraft. good luck with your ncp regen!

      如果您要的是一個腳本,可以繞過反恐,那麼人們不太可能做到。 在您已經嘗試進行的旁路上尋求幫助是可以的,但是在這種情況下,您是在請求腳本而自己沒有嘗試任何事情。 如果您不知道如何進行繞過,則首先需要學習如何進行編碼。 一個不錯的起點是https://www.w3schools.com/js/DEFAULT.asp,一旦您對javascript有了不錯的了解,就可以在https://liquidbounce.net/docs/上開始學習如何製作腳本。 ScriptAPI /入門。 一旦知道瞭如何製作腳本,就可以玩玩玩,或者訪問https://scriptapi.liquidbounce.net/來查看Minecraft中的所有方法。 祝您的ncp恢復好運!(google translate)

      posted in Chinese
      icewormy3
      icewormy3
    • RE: LiquidBounce 1.12.2 deprecated?

      @ohno but i do :(

      posted in Off-Topic
      icewormy3
      icewormy3
    • RE: Guys of evil help with the script there?

      If you are asking for a script with a bypass for an anticheat, its unlikely that people will make it. Asking for help on a bypass you are already trying to make is fine, but in this case, you are asking for the script without trying anything for yourself. If you dont know how to make bypasses, you first need to learn how to code. A good place to start is https://www.w3schools.com/js/DEFAULT.asp and once you have a decent understanding of javascript, you can start learning how to make scripts at https://liquidbounce.net/docs/ScriptAPI/Getting Started. Once you know how to make scripts, you can play around with stuff or go to https://scriptapi.liquidbounce.net/ to see all methods in minecraft. good luck with your ncp regen!

      posted in Scripts
      icewormy3
      icewormy3
    • RE: [SUGGESTION] Silent ChestStealer

      seems like this community isnt very mature

      posted in Suggestions
      icewormy3
      icewormy3
    • RE: [RELEASE]MatrixScaffoldFasterThanSpeedOfLight

      Facing forwards with a certain place delay works as a sprint scaffold. Im not sure if this bypasses anymore

      posted in Configs
      icewormy3
      icewormy3
    • RE: [SUPPORT] How to make a basic speed mode?

      Just make a Setting class with a bunch of constructors with modes, values, etc

      posted in Kotlin/Java
      icewormy3
      icewormy3