Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Scripts
  3. can you give me fasplace, if I jump it will increase the speed,thx lol

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

Scheduled Pinned Locked Moved Scripts
9 Posts 7 Posters 441 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Zkills GamerZZ Offline
    Zkills GamerZZ Offline
    Zkills GamerZ
    wrote on last edited by
    #1

    YEScgfhfgyjyjrfuyj

    M DreamWasFuckedD FaaatPotatoF 3 Replies Last reply
    0
    • M Offline
      M Offline
      mems Moderator
      replied to Zkills GamerZ on last edited by
      #2

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

      j75J 1 Reply Last reply
      0
      • DreamWasFuckedD Offline
        DreamWasFuckedD Offline
        DreamWasFucked
        replied to Zkills GamerZ on last edited by
        #3

        .t fastbreak

        j75J 1 Reply Last reply
        0
        • j75J Offline
          j75J Offline
          j75
          replied to mems on last edited by
          #4

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

          1 Reply Last reply
          0
          • j75J Offline
            j75J Offline
            j75
            replied to DreamWasFucked on last edited by j75
            #5

            @auto-reply-bot op fastplace .t fastbreak

            1 Reply Last reply
            0
            • FaaatPotatoF Offline
              FaaatPotatoF Offline
              FaaatPotato
              replied to Zkills GamerZ on last edited by FaaatPotato
              #6

              @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 GamerZZ ? 2 Replies Last reply
              0
              • Zkills GamerZZ Offline
                Zkills GamerZZ Offline
                Zkills GamerZ
                replied to FaaatPotato on last edited by
                #7

                @faaatpotato thxx

                1 Reply Last reply
                0
                • ? Offline
                  ? Offline
                  A Former User
                  replied to FaaatPotato on last edited by
                  #8

                  @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
                  1
                  • ? Offline
                    ? Offline
                    A Former User
                    replied to A Former User on last edited by
                    #9

                    @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
                    1

                    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
                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups