CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    [REQUEST] Matrix phase bypass

    Requests
    7
    15
    373
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • gigzas
      gigzas last edited by

      preferably on 1.12.2

      DreamWasFucked hahayes Rafay 3 Replies Last reply Reply Quote 0
      • DreamWasFucked
        DreamWasFucked Banned @gigzas last edited by

        @gigzas [SCRIPT]

        if (mc.thePlayer.onGround && mc.thePlayer.isCollidedHorizontally) {
        mc.thePlayer.noClip = true;
        } else {
        mc.thePlayer.noClip = false;
        }
        
        gigzas 1 Reply Last reply Reply Quote 1
        • gigzas
          gigzas @DreamWasFucked last edited by

          @skidma how to use it? xD

          DreamWasFucked 1 Reply Last reply Reply Quote 0
          • DreamWasFucked
            DreamWasFucked Banned @gigzas last edited by

            @gigzas learn c++

            gigzas 1 Reply Last reply Reply Quote 0
            • gigzas
              gigzas @DreamWasFucked last edited by

              @skidma wow, this is exactly that easy

              A 1 Reply Last reply Reply Quote 0
              • A
                Aftery @gigzas last edited by

                @gigzas what u smokin

                1 Reply Last reply Reply Quote 0
                • hahayes
                  hahayes @gigzas last edited by

                  @gigzas why would anyone make a rather complicated phase for a version of liquidbounce no one uses, oh right because you [REQUEST]ed it sorry

                  1 Reply Last reply Reply Quote 0
                  • Rafay
                    Rafay @gigzas last edited by

                    @gigzas Try using FaatPotato's phase script it works on matrix.

                    hahayes 1 Reply Last reply Reply Quote 0
                    • hahayes
                      hahayes @Rafay last edited by hahayes

                      @rafay 1.12.2 moment

                      if he isn't looking for 1 that is for 1.12.2 thats even worse that means he can't even do a basic search (liquidbounce forums moment 😳 )

                      Rafay 1 Reply Last reply Reply Quote 0
                      • Rafay
                        Rafay @hahayes last edited by

                        @hahayes now i wonder why he being stoopid why use 1.12.2?

                        hahayes gigzas 2 Replies Last reply Reply Quote 0
                        • j75
                          j75 last edited by

                          /// api_version=2
                          var script = registerScript({
                          name: "Baguette Phase",
                          version: "1.2",
                          authors: ["Du_Couscous"]
                          });

                          var mode;
                          script.registerModule({
                          name: "BaguettePhase",
                          description: "Phase through a wall",
                          category: "Movement",
                          settings: {
                          Mode: Setting.list({
                          name: "Mode",
                          default: "Matrix",
                          values: ["Matrix"]
                          })
                          }
                          }, function (module) {
                          module.on("enable", function() {
                          dist = mc.thePlayer.posY;
                          })
                          module.on("motion", function () {
                          if (module.settings.Mode.get() == "Matrix" && dist-2 <= mc.thePlayer.posY) {
                          mc.thePlayer.setPosition(mc.thePlayer.posX, mc.thePlayer.posY-3, mc.thePlayer.posZ);
                          setSpeed(0.1)
                          }
                          });
                          });

                          //functions
                          function setSpeed(_speed) {
                          var playerYaw = Math.radians(mc.thePlayer.rotationYaw);
                          mc.thePlayer.motionX = _speed * -Math.sin(playerYaw);
                          mc.thePlayer.motionZ = _speed * Math.cos(playerYaw);
                          }

                          1 Reply Last reply Reply Quote 0
                          • hahayes
                            hahayes @Rafay last edited by

                            @rafay no idea

                            1 Reply Last reply Reply Quote 0
                            • gigzas
                              gigzas @Rafay last edited by

                              @rafay said in [REQUEST] Matrix phase bypass:

                              now i wonder why he being stoopid why use 1.12.2?

                              because im playing on shit russian server that supports only 1.12.2

                              exit scammed Rafay 2 Replies Last reply Reply Quote 0
                              • exit scammed
                                exit scammed @gigzas last edited by

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • Rafay
                                  Rafay @gigzas last edited by

                                  @gigzas lol ok

                                  1 Reply Last reply Reply Quote 0
                                  • First post
                                    Last post
                                  About
                                  • Terms of Service
                                  • Privacy Policy
                                  • Status
                                  • Contact Us
                                  Downloads
                                  • Releases
                                  • Source code
                                  • License
                                  Docs
                                  • Tutorials
                                  • CustomHUD
                                  • AutoSettings
                                  • ScriptAPI
                                  Community
                                  • Forum
                                  • Guilded
                                  • YouTube
                                  • Twitter
                                  • D.Tube