Categories > Exploiting > WRD Exploit API >

WeAreDevs API not working??

Posts: 1

Threads: 1

Joined: Dec, 2023

Reputation: 0

Posted

Hello, i've been working on a exploit and decided to use WeAreDevs's API! But sadly I keep on getting a error when I run 

private void Form1_Load(object sender, EventArgs e)
{
    
}

private void button1_Click(object sender, EventArgs e)
{
    try {
        api.LaunchExploit();
    } catch (Exception ex)
    {
        MessageBox.Show("Fatal: API cant attach\n\n"+ex);
    }
}

The error says: System.ArgumentNullException: 'Value cannot be null.

Parameter name: value'

  • 0

the offical befron exploit (in progress 😉)

Users viewing this thread:

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