Welcome on MasterOf13FPS! MasterOf13FPS

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

Client inject

masterof13fpsfan

New member
Joined
Jan 23, 2022
Messages
68
Reaction score
7
Points
0
hi, do someone know how to make a client injectable to a running minecraft session like vape does? if someone know that, explaining it or dropping a tutorial link for it will be useful! ^^
 
Vape uses JNI
But there are other methods which might be easier for you since it seems that you are a beginner.
Look at Java Agents. Those things were designed to do exactly what you need.
They an be loaded after the VM started and you can modify classes.
They are extremely easy to detect tho, but so is Vapes JNI approach.
If you want to be undetected you have to reverse parts of the JVM, because you are not able to access anything what could have been tampered with, because all of that could contain a anticheat payload, which tracks your unauthorized call down and bans/kicks/whatevers you.
 
Vape uses JNI
But there are other methods which might be easier for you since it seems that you are a beginner.
Look at Java Agents. Those things were designed to do exactly what you need.
They an be loaded after the VM started and you can modify classes.
They are extremely easy to detect tho, but so is Vapes JNI approach.
If you want to be undetected you have to reverse parts of the JVM, because you are not able to access anything what could have been tampered with, because all of that could contain a anticheat payload, which tracks your unauthorized call down and bans/kicks/whatevers you.
thanks!
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top