how to code the inject for forge through .exe

TheBoss321

Member
Messages
54
Social Credit
0
i just want to try out coding and make a prive client that only has modules for one server i play if you can help that would mean a lot thx.

Also what the difference between vanilla and ncp killaura
 
Last edited:
VapeV4 VapeLite

rofl

Well-Known Member
Messages
5,852
Social Credit
17
The NCP Killaura is made for some servers like HighPickel.

And the Vanilla Killaura attacks multiple entities at once.
 

StuxNet

New Member
Messages
6
Social Credit
0
i just want to try out coding and make a prive client that only has modules for one server i play if you can help that would mean a lot thx.

Also what the difference between vanilla and ncp killaura
if you need to ask this. i doubt you can code. maybe buy some books on java or some other language then use sites like UC to find out more. most people here do not have the knowledge to teach you how to write killaura modules.
 

Anna

Member
Messages
60
Social Credit
0
Well firstly at the minimum learn C++ and Java. However I would start of with python so you have very basic knowledge on what is going to come up
 
VapeV4 VapeLite

WonderIf

Active Member
Messages
837
Social Credit
0
Vape user
Mar '18
Well firstly at the minimum learn C++ and Java. However I would start of with python so you have very basic knowledge on what is going to come up
I would say start with java as its the main one to use for Minecraft.
 
VapeV4 VapeLite

WonderIf

Active Member
Messages
837
Social Credit
0
Vape user
Mar '18
yeah but he wants it in executable file.
Ya that is true, but the executable file (coded by C++) be used as a launcher to inject the actual client (coded by Java). Also Java and C++ have more similarities code wise than python, so no need to learn python in my opinion.
 

Anna

Member
Messages
60
Social Credit
0
Ya that is true, but the executable file (coded by C++) be used as a launcher to inject the actual client (coded by Java). Also Java and C++ have more similarities code wise than python, so no need to learn python in my opinion.
Once I made an aim assist using python via image rendering, it was awful but it still worked haha
 

Anna

Member
Messages
60
Social Credit
0
hey what does the switch delay do
Switch delay is for the "killaura switch mode". Okay so its the delay for switching on someone else, for blatant killaura I would set it to the lowest value possible so its an almost instant switch.
 
Top