Posted
Hello! I'm intrested on how to make my own API or DLL to make a exploit. I do have some experience on exploiting and how coding works but I cant find any guides on how to make one. So if anyone is willing to help me out that will be AWESOME! (Yes I'm willing to pay Robux)
The reason why I want to learn this is because I want to make my own exploits but I'm tired of using Tashy API's/DLL's that can barley run any scripts.
I do know how Dynamic Link Library's work but, I don't have a clue on how to make them.
:D
Exploits I own : SirHurt, Fluxus
Replied
how do you exactly create a new retcheck/edit it?
also how do you make it connect to axon in C# could you provide some code or a tutorial showing, thank you
also what are the things i hav to update is it only the address'sand script conext? because thats the onlythings i have updated. (im so bad at dis kind of stuff, also i bad a c++ :P)
Cancel
Post
Replied
If you want to "convert" to C# you need to make the Dll expose some functions , as an example the WeAreDevs API exposes
[DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
public static extern bool LaunchExploit(); (this is a way to import it in C#)
but this function is exposed from the unamaged library.
If you want to know more try to do some research about this
extern"C" __declspec(dllexport)intTest(void)
exactly the extern "C" and declspec(dllexport)
Cancel
Post
Replied
@49928 Where am I supposed to put that?
Cancel
Post
Added
@rustplayerdev I'm not trying to "convert" it I just wanna make something like wearedevs dll where it downloads the new file when you inject, and some built in commands like executeScript(string script) i just need to know those those things.
Cancel
Post
Replied
Learn C++, yeah
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 0, Total: 0 )
Cancel
Post