The Entire Source of the "EasyExploits.dll" file.
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
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.
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++".
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.