LiquidBounce Code Editor
			
			Suggestions
		
6
Posts
4
Posters
1.4k
Views
- 
LiquidBounce Code Editor That is:
- Being able to remove and add modes to custom liquidbounce modules
 - Being able to change names of modules
 - Being able to modify Speed and Y, (alot of stuff depending on the hack)
 - Being able to add modules
 - Adding back old modules
 - ETC
 
 - 
You can use LiquidBounce's script API to achieve all these things.
 - 
LiquidBounce Code Editor That is:
- Being able to remove and add modes to custom liquidbounce modules
 - Being able to change names of modules
 - Being able to modify Speed and Y, (alot of stuff depending on the hack)
 - Being able to add modules
 - Adding back old modules
 - ETC
 
@gabrielvicenteYT
Being able to remove and add modes to custom liquidbounce modules.- Core base has setValues() getValues() that can easily change module values ingame
 
Being changing names of modules.
- module.name = "newname"
 
Being able to modify Speed and Y, (alot of stuff depending on the hack)
Being able to add modules.
Adding back old modules- ScriptAPI