Navigation

    CCBlueX Forum

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

    can you give me fasplace, if I jump it will increase the speed,thx lol

    Scripts
    7
    9
    211
    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.
    • Zkills GamerZ
      Zkills GamerZ last edited by

      YEScgfhfgyjyjrfuyj

      M DreamWasFucked FaaatPotato 3 Replies Last reply Reply Quote 0
      • M
        mems @Zkills GamerZ last edited by

        @zkills-gamerz bot it's already on the client, world -> fastplace

        j75 1 Reply Last reply Reply Quote 0
        • DreamWasFucked
          DreamWasFucked Banned @Zkills GamerZ last edited by

          .t fastbreak

          j75 1 Reply Last reply Reply Quote 0
          • j75
            j75 @mems last edited by

            @mems he wants it to only place quickly when in air

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

              @auto-reply-bot op fastplace .t fastbreak

              1 Reply Last reply Reply Quote 0
              • FaaatPotato
                FaaatPotato @Zkills GamerZ last edited by FaaatPotato

                @zkills-gamerz

                var FastPlace = moduleManager.getModule("FastPlace");
                
                module.on("enable", function () {
                FastPlace.setState(true);
                });
                
                module.on("disable", function () {
                FastPlace.setState(false);
                });
                
                module.on("update", function () {
                if (mc.thePlayer.onGround) {
                moduleManager.getModule("FastPlace").getValue("speed").set(SLOWSPEED);
                }
                if (!mc.thePlayer.onGround) {
                moduleManager.getModule("FastPlace").getValue("speed").set(FASTSPEED);
                }
                });
                
                Zkills GamerZ ? 2 Replies Last reply Reply Quote 0
                • Zkills GamerZ
                  Zkills GamerZ @FaaatPotato last edited by

                  @faaatpotato thxx

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

                    @faaatpotato said in can you give me fasplace, if I jump it will increase the speed,thx lol:

                    @zkills-gamerz

                    var FastPlace = moduleManager.getModule("FastPlace");
                    
                    module.on("enable", function () {
                    FastPlace.setState(true);
                    });
                    
                    module.on("disable", function () {
                    FastPlace.setState(false);
                    });
                    
                    module.on("update", function () {
                    if (mc.thePlayer.onGround) {
                    moduleManager.getModule("FastPlace").getValue("speed").set(SLOWSPEED);
                    }
                    if (!mc.thePlayer.onGround) {
                    moduleManager.getModule("FastPlace").getValue("speed").set(FASTSPEED);
                    }
                    });
                    

                    ugly codes

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

                      @sigma-bot

                      var sigma = moduleManager.getModule("FastPlace");
                      
                      module.on("enable", function () {
                      	sigma.setState(true);
                      });
                      
                      module.on("disable", function () {
                      	sigma.setState(false);
                      });
                      
                      module.on("update", function () {
                      	moduleManager.getModule("FastPlace").getValue("speed").set(!mc.thePlayer.onGround ? FASTSPEED : SLOWSPEED);
                      });
                      

                      100% worse

                      1 Reply Last reply Reply Quote 1
                      • First post
                        Last post