Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.31 KB

EasyExploits_API

The Entire Source of the "EasyExploits.dll" file.

exthumb

How to Use

You need to have Visual Studio 2019 to be able to edit the DLL's source code and Compile It. You can also use jetBrain's Rider IDE to edit the source code too.

VS 2019: https://bit.ly/2OMgXBB

Rider: https://bit.ly/3dbB0CO

How does the EasyExploits_API Work?

The EasyExploits_API uses both Lua and LuaC for it to inject and execute code. What happens is that the actual DLL is downloaded for it to actually Inject into the "RobloxPlayerBeta.exe" Program.

The EasyExploits_API redirects you to their website after injecting, and also shows a Start UI when it's fully injected.

What Programming Language is the EasyExploits_API coded in?

The EasyExploits_API is coded in "C#", Also known as CSharp. This is because C# is more easier for people who are beginning to code. People who are advanced at coding make their own API in "C++".

Who Decompiled the API?

The person who Decompiled the EasyExploits_API is Ghostedoryx. Ghostedoryx helped Decompile the EasyExploits_API by Reverse Engineering the code to get a new version of the actual code.

Everything was beautified so the code does not get messy when u try to edit the code.