You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well,I checked the code,but i didnt find any codes that indicates instance of your client.
I'm currently working on a project of using Java Agents and ASM to dynamicly load my client and i have no idea about this.Can you tell me something about it? Appreciate.
2024.7.7
:)
waitting for your reply
The text was updated successfully, but these errors were encountered:
Hi, most of the code is really spaghetti and could be done differently and in a better way, it was mostly so I could mess around and learn. But anyways
There NEEDs to be a mixin which injects as early as possible, to launch the client. For 1.20.2, I decided to inject here
For 1.8.9:
The LegacyVanillaTransformer attempts to launch using a launchwrapper (Needed to load LWJGL 3 libraries for NanoVG)
The LaunchWrapper is pretty much just a stripped down version of the Mojang launchwrapper, just modified to suit my needs. In the end, it too calls HookClient and loads mixins.
Well,I checked the code,but i didnt find any codes that indicates instance of your client.
I'm currently working on a project of using Java Agents and ASM to dynamicly load my client and i have no idea about this.Can you tell me something about it? Appreciate.
2024.7.7
:)
waitting for your reply
The text was updated successfully, but these errors were encountered: