CCBlueX Forum

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

    Creative fly

    Scripts
    5
    7
    399
    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.
    • G
      Gabriel last edited by

      Here is my creative fly (tell me if it works, the module name is "test")
      Code :

      /// api_version=2
      var script = registerScript({
          name: "idk",
          version; "1.0.0",
          authors; ["idk"]
      });
      
      script.registerModule({
          name: "test"
          category: "Fun",
          description: "idk"
      }, function (module) {
          module.on("update", function() {
           mc.thePlayer.capabilities.isFlying = true;
          });
          module.on("enable", function (){
            mc.thePlayer.addVelocity(0, 0.2, 0);
          });
          module.on("disable", function() {
            mc.thePlayer.capabilities.isFlying = false;
            mc.timer.timerSpeed = 1
          });
      });
      
      
      C 1 Reply Last reply Reply Quote 0
      • C
        Co丶Dynamic @Gabriel last edited by Co丶Dynamic

        @gabriel said in Creative fly:

        Code :

        /// api_version=2
        var script = registerScript({
            name: "idk",
            version: "1.0.0",
            authors: ["idk"]
        });
        
        script.registerModule({
            name: "test",
            category: "Fun",
            description: "idk"
        }, function (module) {
            module.on("update", function() {
             mc.thePlayer.capabilities.isFlying = true;
            });
            module.on("enable", function () {
              //mc.thePlayer.addVelocity(0, 0.2, 0);
            });
            module.on("disable", function() {
              mc.thePlayer.capabilities.isFlying = false;
              mc.timer.timerSpeed = 1
            });
        });
        
        

        Fixed(maybe)

        skiddermaster412 1 Reply Last reply Reply Quote 0
        • skiddermaster412
          skiddermaster412 Banned @Co丶Dynamic last edited by

          @co丶dynamic said in Creative fly:

          /// api_version=2
          var script = registerScript({
          name: "idk",
          version: "1.0.0",
          authors: ["idk"]
          });

          script.registerModule({
          name: "test",
          category: "Fun",
          description: "idk"
          }, function (module) {
          module.on("update", function() {
          mc.thePlayer.capabilities.isFlying = true;
          });
          module.on("enable", function () {
          //mc.thePlayer.addVelocity(0, 0.2, 0);
          });
          module.on("disable", function() {
          mc.thePlayer.capabilities.isFlying = false;
          mc.timer.timerSpeed = 1
          });
          });

          /// api_version=2
          var script = registerScript({
              name: "l",
              version: "-1",
              authors: ["l"]
          });
          
          script.registerModule({
              name: "why",
              category: "Fun",
              description: "useless fly put .fly mode smoothvanilla on the chat and .t fly for better experience"
          }, function (u) {
              u.on("update", function() {
               mc.thePlayer.capabilities.isFlying = true;
              });
              u.on("disable", function() {
                mc.thePlayer.capabilities.isFlying = false;
              });
          });
          
          C 1 Reply Last reply Reply Quote 0
          • C
            Co丶Dynamic @skiddermaster412 last edited by

            @skiddermaster412 oh I nearly forget the smoothvanilla fly

            G 1 Reply Last reply Reply Quote 0
            • G
              Gabriel @Co丶Dynamic last edited by

              @co丶dynamic smoothvanilla is not smooth

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

                and your iq is not above room tempature

                ? 1 Reply Last reply Reply Quote 0
                • ?
                  A Former User @Aftery last edited by

                  @aftery True! based.

                  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