Categories > Exploiting > WRD Exploit API >

WeAreDevs API C# website didnt updated

tar

CoolNickname

Posts: 142

Threads: 15

Joined: Jul, 2021

Reputation: 1

Posted

After WeAreDevs made the big update. Some of libraries like mouse got changed. However the Exploit API Documentation still didnt updated.

For exampe MouseButton1Press() got changed to mouse1press() but its still displayed as MouseButton1Press() in documentation. Also a last updated date and time would be helpful for know if api got unpatched or still patched.

  • 0

https://imgur.com/a/oOomuUo

MainDab

Main_EX

Posts: 467

Threads: 39

Joined: Sep, 2020

Reputation: 11

Replied

WeAreDevs still need to update their documentation but that shouldn't matter too much

Try this to check if API is updated or not, idk if it will work

WeAreDevs_API.ExploitAPI WRD = new WeAreDevs_API.ExploitAPI();

if (WRD.IsUpdated())
{
     // Updated
}
else
{
     // NOT Updated
}
  • 0

Users viewing this thread:

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