Forum > General >

How can I make my own DLL and API for a custom exploit?

Posts: 13

Threads: 2

Joined: Feb, 2020

Reputation: 0

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

 

 

  • 0

Added

@ghandy can you eloborate more please :)

  • 0

Exploits I own : SirHurt, Fluxus

Posts: 15

Threads: 6

Joined: Jan, 2020

Reputation: 0

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)

  • 0

Posts: 14

Threads: 3

Joined: Apr, 2020

Reputation: 0

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)

 

  • 0

Posts: 15

Threads: 6

Joined: Jan, 2020

Reputation: 0

Replied

@49928 Where am I supposed to put that?

  • 0

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.

  • 0

RCZ

loli is life

Posts: 13

Threads: 0

Joined: Apr, 2020

Reputation: 2

Replied

Learn C++, yeah

  • 0

Added

@ghandy No need IDA still can find roblox addresses easier

  • 0

Posts: 14

Threads: 3

Joined: Apr, 2020

Reputation: 0

Replied

@RCZ Ghidra can be used too , is free

  • 0

RCZ

loli is life

Posts: 13

Threads: 0

Joined: Apr, 2020

Reputation: 2

Replied

@rustplayerdev nah XDumper

  • 0

Posts: 14

Threads: 3

Joined: Apr, 2020

Reputation: 0

Replied

@ghandy some link to XDumper or other informations ? I am interested

  • 0

RCZ

loli is life

Posts: 13

Threads: 0

Joined: Apr, 2020

Reputation: 2

Replied

  • 0

Added

@ghandy ok..

  • 0

Posts: 14

Threads: 3

Joined: Apr, 2020

Reputation: 0

Replied

@ghandy i have but is made recently

  • 0

Posts: 8

Threads: 4

Joined: Mar, 2020

Reputation: 0

Replied

  • 0

Next >>>

Users viewing this thread:

( Members: 0, Guests: 0, Total: 0 )