[b72] - How would I enable another LiquidBounce module with custom settings?
- 
Yeah I'm trying to make a Karhu longjump but I need to enable certain modules with certain settings (highjump, longjump etc.)
any help?
@acaiberii ScriptAPI?
 - 
@acaiberii ScriptAPI?
@plumer-man yeah scriptapi for liquidbounce b72
 - 
@plumer-man yeah scriptapi for liquidbounce b72
@acaiberii
LongjumpModule.setState(false) - 
@acaiberii
LongjumpModule.setState(false)@plumer-man Specifically with custom settings though?
 - 
@plumer-man Specifically with custom settings though?
var Speed = moduleManager.getModule("Speed") Speed.setState(false); - 
var Speed = moduleManager.getModule("Speed") Speed.setState(false);@ivanovladimirs Is that the only thing you can do with it?
I mean for like, let's say LongJump, I want to set mode to
AAC-3.0.5is that possible?
 - 
@ivanovladimirs Is that the only thing you can do with it?
I mean for like, let's say LongJump, I want to set mode to
AAC-3.0.5is that possible?
@acaiberii u can but i just forgot how u do that