Forum > Coding >

How to reference the WeAreDevs.DLL!

Posts: 36

Threads: 11

Joined: May, 2020

Reputation: 0

Posted

How to reference the WeAreDevs.DLL

Hey guys, today I will show you how to reference using c#

 

First, double click on the form you are using.

At the very top on your code it will show Using .....;

You want to add this under it...

 

using WeAreDevs_API;

After you've done that you will see this code below...

        {

            InitializeComponent();

        }

Under this code you want to add

ExploitAPI api = new ExploitAPI();

After you add this your API will be the ref.

For example this is the Inject code.

api.LaunchExploit();

 

 

Why Me?

 

I know, I'm new to WeAreDevs.Net. Although I'm new I would appreciate it a lot if you supported me! One of the ways you can support me is by "rep", I would love to see if I get a lot of rep! Thanks for reading my posts, if you want to read more about "Buying Synapse X" or anything you can check my profile!

  • 0

Exploits I own: Synapse X

Users viewing this thread:

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