Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hey guys, I want to write a script which can do this:
this.onEnable = function () { //changes killaura range to 2.0 } this.onDisable = function () { //changes killaura range to 3.5 }
@dont_doubt moduleManager.getModule("KillAura").getValue("range").set(2);
@dont_doubt Learn ScriptAPI and stop asking about everything.