Categories > Exploiting > Roblox >
[Release] Advert Free Easy Exploits | With Auto Updater
Posted
Github Download
Virus Total (It dont run on Win 7)
You use how you would use Easy Exploits API.
The only thing change is the Inject code.
private void Inject()
{
string injdownload = Client.DownloadString("https://easyexploits.com/eelink.txt");
string[] parts = injdownload.Split('/');
string filename = parts[parts.Length - 1];
string extractedString = "";
Client.DownloadFile(injdownload, filename);
ModuleDefMD module = ModuleDefMD.Load(filename);
MethodDef targetMethod = null;
foreach (var type in module.GetTypes())
{
targetMethod = type.Methods.FirstOrDefault(m => m.HasBody && m.Body.HasInstructions &&
m.Body.Instructions.Any(i => i.OpCode == dnlib.DotNet.Emit.OpCodes.Ldstr && i.Operand.ToString().Contains("Module.dll")));
if (targetMethod != null)
break;
}
if (targetMethod != null)
{
extractedString = targetMethod.Body.Instructions
.Where(i => i.OpCode == dnlib.DotNet.Emit.OpCodes.Ldstr && i.Operand.ToString().Contains("Module.dll"))
.Select(i => i.Operand.ToString())
.FirstOrDefault();
if (extractedString != null)
{
try
{
this.Client.DownloadFile(extractedString, "./bin/Fluxus-Module.dll");
}
catch
{
}
}
else
{
}
}
else
{
}
File.Delete(filename);
this.ModuleDirectory = AppDomain.CurrentDomain.BaseDirectory + "\\bin\\Fluxus-Module.dll";
if (Process.GetProcessesByName("Windows10Universal").Length == 0)
{
int num1 = (int) MessageBox.Show("The target process is not open. Please ensure that the process is running and that you have sufficient permissions to open it.", "Injection Error");
}
else
{
switch (API.r_inject(this.ModuleDirectory))
{
case API.Result.DLLNotFound:
int num2 = (int) MessageBox.Show("The specified DLL could not be found. Please ensure that the DLL exists and that the path is correct.", "Injection Error");
break;
case API.Result.OpenProcFail:
int num3 = (int) MessageBox.Show("Failed to open the target process.", "Injection Error");
break;
case API.Result.AllocFail:
int num4 = (int) MessageBox.Show("Failed to allocate memory in the target process.", "Injection Error");
break;
case API.Result.LoadLibFail:
int num5 = (int) MessageBox.Show("Failed to load the specified DLL into the target process. Please ensure that the DLL is valid and that it can be loaded into the target process.", "Injection Error");
break;
case API.Result.AlreadyInjected:
int num6 = (int) MessageBox.Show("The specified DLL is already injected into the target process.", "Injection Error");
break;
case API.Result.ProcNotOpen:
int num7 = (int) MessageBox.Show("The target process is not open. Please ensure that Roblox from the Microsoft Store is running.", "Injection Error");
break;
case API.Result.Unknown:
int num8 = (int) MessageBox.Show("An unknown error occurred. Please try again or contact support for assistance.", "Injection Error");
break;
}
}
}
Cancel
Post
Replied
Me When I Use Custom Web Library
Cancel
Post
Replied
wtf is this nesting https://i.imgur.com/QRYL5uN.png
Cancel
Post
nltr | Xaml & C# Developer | Former Fluxus Administrator
------------------------------------------------------------------------------------
💜 Developer of Kronos 💜
Senior Dev of Orbit
Replied
what the skid above me said
Cancel
Post
Did I mention I use arch btw?
Replied
Holy aids bro
Cancel
Post
Discord : Doctor Doom#0550
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Comments
Valkyrie 7 Reputation
Commented
geh und fick dich selbst
0