CCBlueX Forum

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

    Block ban

    Scripts
    3
    3
    237
    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.
    • DreamWasFucked
      DreamWasFucked Banned last edited by

      About

      Increases speed if there is a block over your head

      Blatant mode bypasses Spartan

      Code

      var script = registerScript({
          name: 'BlockSpeed',
          version: '0.0.0',
          authors: ['Shurpe']
      });
      script.registerModule({
          name: 'BlockSpeed',
          description: 'Increases speed if there is a block over your head',
          category: 'Fun',
          settings: {
              mode: Setting.list({
                  name: 'Mode',
                  default: 'Blatant',
                  values: ['Blatant', 'Legit']
              })
          }
      }, function (module) {
      	module.on('update', function () {
              if (!mc.theWorld.getCollidingBoundingBoxes(mc.thePlayer, mc.thePlayer.getEntityBoundingBox().offset(0, 1, 0)).isEmpty()) {
                  mc.gameSettings.keyBindJump.pressed = false;
                  if (mc.thePlayer.onGround) {
                      mc.thePlayer.jump();
                      if (module.settings.mode.get() == 'Blatant') {
                          mc.thePlayer.motionY = 0;
                      }
                  }
              }
          });
      });
      
      Alien Gurke 1 Reply Last reply Reply Quote 0
      • X
        Xtrwe last edited by

        this is omikron

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

          @skidma can u do this for stairs too?

          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