Script Noslow
-
Can anyone do a vanilla noslowdown script?
-
@vapetest
var script = registerScript({ name: "lol", version: "0.0.0", authors: ["xd"] }); script.registerModule({ name: "mom", category: "Misc", description: "hello", }, function (module) { module.on("slowDown", function(event) { event.forward = 1.0; event.strafe = 1.0; }); });
-
@skidma said in Script Noslow:
ipt = registerScript({
name: "lol",
version: "0.0.0",
authors: ["xd"]
});
script.registerModule({
name: "mom",
category: "Misc",
description: "hello",
},
function (module) {
module.on("slowDown", function(event) {
event.forward = 1.0;
event.strafe = 1.0;
});
});@skidma said in Script Noslow:
ipt = registerScript({
name: "lol",
version: "0.0.0",
authors: ["xd"]
});
script.registerModule({
name: "mom",
category: "Misc",
description: "hello",
},
function (module) {
module.on("slowDown", function(event) {
event.forward = 1.0;
event.strafe = 1.0;
});
});How can you put it in a script?
-
First you need to create a file with the extension .js then open it with a text editor and paste this code there after you click save move this file to the folder with liquidbounce scripts. To open the folder you need to write in the game chat ".scriptmanager folder" after these steps, you can write ".scriptmanager reload" and everything will work
-
@skidma could do for me my desktop does not have js
-
This post is deleted!
-
@leejames2305 My windows 7 doesn't have no
-
This post is deleted!
-
@leejames2305 Ok kk
-
@skidma I made the js only that the script does not work
-
@vapetest .scriptmanager reload
-
@skidma this noslow makes me go back on the block
-
@vapetest If you re using the latest version of liquidbounce it may not work
-
@skidma Ok Thanks