CCBlueX Forum

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

    Hold left mouse button xD

    Scripts
    3
    5
    204
    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.
    • Joel kek
      Joel kek last edited by

      I need a script where the left mouse button is held down and an autowalk has a problem with the autowalk of liquid

      Plumer Man 1 Reply Last reply Reply Quote 0
      • Plumer Man
        Plumer Man @Joel kek last edited by

        @joel-kek
        it should be something like this

        mc.gamesettings.keybindattack.pressed = true;
        
        Joel kek 1 Reply Last reply Reply Quote 0
        • Joel kek
          Joel kek @Plumer Man last edited by

          @plumer-man I dont really know how to use it as a script

          Ali00035 2 Replies Last reply Reply Quote 1
          • Ali00035
            Ali00035 Banned @Joel kek last edited by

            @joel-kek learn how to make a script with the docs on liquidbounce.net

            1 Reply Last reply Reply Quote 3
            • Ali00035
              Ali00035 Banned @Joel kek last edited by Ali00035

              @Joel-kek

              // Base by Soulplexis
              var scriptName = "HoldLMB"; 
              var scriptVersion = 1.0; 
              var scriptAuthor = "Ali00035";
              
              var exampleModule = new ExampleModule();
              var exampleModuleClient;
              
              
              function ExampleModule() {
              	
                  this.getName = function() {
                      return "HoldLMB";
                  };
              
                  this.getDescription = function() {
                      return "Holds left mouse button";
                  };
              
                  this.getCategory = function() {
                      return "Misc";
                  };
              
                  this.onUpdate = function() {
                      mc.gameSettings.keybindAttack.pressed = true;
              	}
              	this.onDisable = function() {
              		
              	}
              }
              
              function onLoad() {
              };
              
              function onEnable() {
                  exampleModuleClient = moduleManager.registerModule(exampleModule);
              };
              
              function onDisable() {
                  moduleManager.unregisterModule(exampleModuleClient);
              };
              
              1 Reply Last reply Reply Quote 3
              • 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