Thanks for the reply. Honestly, good point about making an issue on GitHub, I dunno how that hasn't crossed my mind lol. Here's a link to my issue https://github.com/CCBlueX/LiquidBounce/issues/4964.
Ajax
Posts
-
Methods with the same name but different arguments possibly causing issues -
Methods with the same name but different arguments possibly causing issuesHello, I've recently encountered an issue while writing my script and it looks like this is likely the cause.
Here is my code, trying to call the 'drawGuiTexture' method, as in method_52706 with 5 arguments.
When I try and run this script it throws an exception complaining about the wrong amount of arguments.
My guess is that it's trying to call method_52709, which does have 10 arguments.
My best guess is that this is an issue with how LiquidBounce handles obfuscated methods in Minecraft, hence why I came here rather than anywhere else.
I'm looking for some possible solution to my problem, it's still likely I'm just being dumb and this is not an issue with LB at all. I've thought of possibly trying to "bypass" the translator somehow, but I have no idea how to even achieve this. So, please, help.
Thanks for your time < 3
-
Working Rektpack V1 LinkBumping this, since I'm also looking for it
-
ScriptAPI v1 support scriptScriptAPI v1 compatibility
This script re-introduces the compatibility layer for ScriptAPI v1, which was removed in LiquidBounce b83, while adding a few tweaks.
Only works on LiquidBounce legacy, NOT LiquidBounce nextgen.
NEVER contact LiquidBounce staff about errors while using legacy scripts!
For help and support, contact me on Discord: ayyyax.
For updates to script, visit my repository.
How to install
- Download the provided zip file.
- Extract it into your LiquidBouce-1.8.9 folder
- Insert your favourite legacy scripts in scriptapi-v1/scripts
Warnings
- Some scripts will simply not work. If that happens, try and contact me to sort out the issue.
- LiquidBounce will take longer to start up while using this script.
- I have no idea how to write scripts, so this is really bad, but it kinda works lol
Tested and confirmed working scripts
- fancyderp.js by SoulPlexis
- autoeat.js by SoulPlexis
DOWNLOAD - NEVER CONTACT LIQUIDBOUNCE STAFF ABOUT ERRORS WHEN USING LEGACY SCRIPTS