Categories > Coding > C# >
Krnl api unable to load "injector.dll"
Posted
"Unable to load DLL 'injector.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
Anyone got this error?
Whenever I try to inject it gives me this error. I don't know if I've got any codes wrong
Anyway here's my code
krnlapi.Inject();
Second code
Injector.inject(Application.StartupPath + "krnl.dll");
Both gave me the same error
Replied
Why don't you just try making it
Injector.Inject("krnl.dll")
Cancel
Post
Random quote here...
Replied
Read the documentation for the api
Cancel
Post
Discord : Doctor Doom#0550
Replied
I tried, same error.
Yeah, it's literally in the same folder
I did before using the api, but it really just gives me this error
Cancel
Post
Replied
@Katsune
KRNL api is pretty crappy anyways. There's little documentation on it and it has a key system. Only good thing about it is it's script support and stability.
Try re-adding KRNL API as a reference or something, that usually fixes all corrupted or damaged parts of the API or DLL's.
If all else fails, use another API, or go destroy KRNL's discord with bots because you are angry at their API for being bad.
Cancel
Post
we are dead
Replied
Thanks, but I managed to make it work.
All I needed was just Initialize the api lol
KrnlApi.Initialize();
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post