Since LiquidBounce changed it's backend, a lot of functions don't work how they used to. The new way to use functions is using the ClassProvider class, to make a safe bridge between versions, but I'm a bit confused on how to use it on scripts... Any simple example would help a lot. Thanks in advance.
ponei
Posts
-
ClassProvider in scripts -
Is this a bug?@robertitohack No, you should be using old versions of LiquidBounce. The scripts are fine...
-
Is this a bug?@robertitohack said in Is this a bug?:
Is it the "liquidbounce" or is it me?
It's LiquidBounce, the new version broke scripts. Rollback some updates and you'll be fine.
-
Colaboration programAs said in the new annoucement:
A very important thing is that we want to get out of our "just download scripts to bypass" situation. We really want to work on new bypasses and you might seen that we're going to update our hypixel bypasses for b73.
Why not work with script makers and implement scripts on the official client that the community deems useful? This would save time searching and developing new modules/bypasses, and the community would be more connected.
-
Does Liquidbounce still bypass Pvp servers Like minemen club etc . . .@PotatoWar Should work with the right settings. If something doesn't work/bypass, you can search for scripts here or make your own.
-
ClickGUI fontYes, there is! Reading the code for ClickGUI styles, you can see they use "Fonts.font35" for text rendering. Fonts is a class that has multiple styles for fonts, and you can see "font35" is a declaration of "Roboto-Medium.ttf". You can replace the font .ttf in ".minecraft\LiquidBounce-1.8\fonts" with the font you want.
-
How to do these things?@CzechHek
I think he's talking about the default Minecraft main screen, not the title of the window -
How to do these things?@Bread said in How to do these things?:
How do I enable speed
Enable it in the ClickGUI, bind it to a key with ".bind speed [key]" or toggle it with ".t speed"
don't my .bind or .chat or .pchat or .killaura or whatever work
What? Did you install LiquidBounce correctly?
add aim assist and a keystrokes bypass
This depends on what the mod uses to get key states
How do you change the LiquidBounce title screen to the original minecraft one
LiquidBounce changes the default button design (see MixinGuiButton.java) and the default Main Screen. You would need to recompile the project without these modifications.