• 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

Matrix Speed?

Scheduled Pinned Locked Moved Scripts
8 Posts 5 Posters 912 Views
    • 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.
  • M Offline
    M Offline
    MozunRIPto
    wrote on last edited by
    #1

    Who has the speed javascript that can be used in the matrix,Plase You can giveing me?

    • Help
    ? 1 Reply Last reply
    0
  • ? Offline
    ? Offline
    A Former User
    replied to MozunRIPto on last edited by
    #2
    This post is deleted!
    M 1 Reply Last reply
    0
  • M Offline
    M Offline
    MozunRIPto
    replied to A Former User on last edited by
    #3

    @Leejames2305 Oh thank U My friend

    1 Reply Last reply
    0
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #4

    I believe this works:

    var scriptName = "Speed"; 
    var scriptVersion = 1.0; 
    var scriptAuthor = "Choco, visionFX"; 
    
    var exampleModule = new ExampleModule();
    var exampleModuleClient;
    
    function ExampleModule() {
        this.getName = function() {
            return "CSpeed";
        };
    
        this.getDescription = function() {
            return "weird speed";
        };
    
        this.getCategory = function() {
            return "Movement";
        };
    
        this.onUpdate = function() {
            if(mc.thePlayer.onGround) {
    		mc.gameSettings.keyBindJump.pressed = false;
    		mc.thePlayer.jump();
    		}
    		if(!mc.thePlayer.onGround && mc.thePlayer.fallDistance <= 0.1) {
    		mc.thePlayer.speedInAir = 0.02;
    		mc.timer.timerSpeed = 1.4;
    		}
            if(mc.thePlayer.fallDistance > 0.1 && mc.thePlayer.fallDistance < 1.3) {
    		mc.thePlayer.speedInAir = 0.0205;
    		mc.timer.timerSpeed = 0.65;
    		}
    		if(mc.thePlayer.fallDistance >= 1.3) {
    		mc.timer.timerSpeed = 1;
    		mc.thePlayer.speedInAir = 0.02
    		}
        }
    	
    	this.onDisable = function() {
    		mc.timer.timerSpeed = 1;
    		mc.thePlayer.speedInAir = 0.02
    	}
    }
    
    function onLoad() {
    };
    
    function onEnable() {
        exampleModuleClient = moduleManager.registerModule(exampleModule);
    };
    
    function onDisable() {
        moduleManager.unregisterModule(exampleModuleClient);
    };
    
    1 Reply Last reply
    0
  • ChocoPie_ismeC Offline
    ChocoPie_ismeC Offline
    ChocoPie_isme Banned
    wrote on last edited by
    #5
    1. That's for AAC
    2. It's shit
    ? 1 Reply Last reply
    0
  • ? Offline
    ? Offline
    A Former User
    replied to ChocoPie_isme on last edited by
    #6

    @ChocoPie_isme ik its for aac but I tested it some time ago and it worked perfectly fine also we all know matrix is aac skidded almost all the latest aac bypasses work

    M 1 Reply Last reply
    0
  • Azure1A Offline
    Azure1A Offline
    Azure1
    wrote on last edited by
    #7

    it doesnt work for the new matrix lol

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

    @hahayes oh nice this is chinahyt speed

    1 Reply Last reply
    0

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

  • Don't have an account? Register

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