Categories > Exploiting > WRD Exploit API >

please help...

Posts: 1

Threads: 1

Joined: Oct, 2023

Reputation: 0

Posted

how to open dll? 

please help

  • 0

Kxhu

C# & Lua enjoyer

Posts: 285

Threads: 21

Joined: Dec, 2022

Reputation: 11

Replied

wdym how to open dll?
i mean, you can try decompiling whatever dll you're talking about in dnspy or dotpeek or something, but a dll is a compiled file and isn't made to be opened but give programs functionality

edit: okay, so you're talking about wearedevsDLL, probably... so the dll hasn't been working for a long time now and it probably will be like that for months

  • 0

Thx for reps everyone: https://forum.wearedevs.net/profile/reputation?uid=90498

Posts: 39

Threads: 0

Joined: Jun, 2023

Reputation: 0

Replied

"how to open dll" best question of 2023

  • 0

hi i'm abf

MainDab

Main_EX

Posts: 467

Threads: 39

Joined: Sep, 2020

Reputation: 11

Replied

Ah, you're probably asking about usage.

 

For now, WRD's API is not working due to Hyperion. But just in case you were wondering regardless, here is literally all you need to know:

// Reference
using WeAreDevs_API;
WeAreDevs_API.ExploitAPI wrd = new WeAreDevs_API.ExploitAPI();

// Injection
wrd.LaunchExploit();
// Execution
wrd.SendLuaScript(string);
  • 0

Users viewing this thread:

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