Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

launcher

JustAGuy

New member
Joined
Sep 6, 2023
Messages
3
Reaction score
0
Points
1
does anyone know how i would launch my client from a c# launcher?, similar to augustus
 
i am guessing using injection methods ??? idk exactly but i think it would be something like that and it injects into the minecraft proccess and loads, they have probably custom libs or methods of loading and injecting
 
fyi. The Augustus launcher is written in Java.

Without any form of protection and by just storing the client jar on the device, you could just execute a Java process with it being referenced as the jar alongside required parameters.

Note: necroposting? dead forum. :(
 
or u can just do it the lazy way like a few other clients and just make a simple script or sumth to open cmd or terminal and do the manual java command to open the jar with required args and libs. would recommend combining all libs into one jar so when referencing libs its not shit like "lombok.jar, lwjgl.jar, openal.jar" etc.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top