Forum > General >

WeAreDevs_API-cpp.dll

Posts: 2

Threads: 1

Joined: Nov, 2020

Reputation: 0

Posted

What do I do with WeAreDevs_API-cpp.dll? 

  • 0

Posts: 673

Threads: 30

Joined: Aug, 2020

Reputation: 6

Replied

learn c++

then come back

  • 0

davidTube

not inactive

noticed

Posts: 1628

Threads: 83

Joined: Dec, 2018

Reputation: 54

Replied

Usage Example for C++ Projects

 

Open your C++ project and build it. Go to where your file was built and drop your downloaded WeAreDevs_API.cpp.dll file in there. To call the API, you must import the functions using the code below.

 

[DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
public static extern bool LaunchExploit();

[DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
public static extern bool SendLuaCScript(string script);

[DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
public static extern bool SendLimitedLuaScript(string script);

[DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
public static extern bool SendCommand(string script);

 

From there, you need to go in a game and call the LaunchExploit() function

You can then start using the other functions

 

SendLimitedLuaScript("print 'hello world'")

 

SendLuaCScript("getglobal print\r\npushstring hello world!\r\npcall 1 0 0")

 

SendCommand("btools me")

 

You can look at the list of commands you can use with SendCommand() below

 

from https://wearedevs.net/d/Exploit%20APIv2

  • 0

grrrrrr

MyNickname

Posts: 444

Threads: 31

Joined: Apr, 2020

Reputation: 5

Replied

@davidTube he isnt going to get that lmfao

  • 0

kwl

Wabz

Winning.js

Posts: 1956

Threads: 143

Joined: Apr, 2020

Reputation: 27

Replied

@grrrrrr if he doesnt get it, he should not use it

  • 0

My new discord is Wabz#1337 with ID 777154062789509130

Moon

Moon

vip

Posts: 6166

Threads: 262

Joined: Aug, 2020

Reputation: 78

Replied

@Wabz

If he doesn't get it

 

He should learn how

  • 0

Posts: 2

Threads: 1

Joined: Nov, 2020

Reputation: 0

Replied

@37266Thanks for helping me out!

  • 0

Moon

Moon

vip

Posts: 6166

Threads: 262

Joined: Aug, 2020

Reputation: 78

Replied

@davidTube did you seriously trademark ur exploit

  • 0

davidTube

not inactive

noticed

Posts: 1628

Threads: 83

Joined: Dec, 2018

Reputation: 54

Replied

@Moon no lol

  • 0

Moon

Moon

vip

Posts: 6166

Threads: 262

Joined: Aug, 2020

Reputation: 78

Replied

@davidTube

then why do u have the tm thing

  • 0

davidTube

not inactive

noticed

Posts: 1628

Threads: 83

Joined: Dec, 2018

Reputation: 54

Replied

@Moon why not

 

(looks nicer imo)

  • 0

Moon

Moon

vip

Posts: 6166

Threads: 262

Joined: Aug, 2020

Reputation: 78

Replied

@davidTube

disagreed

  • 0

Users viewing this thread:

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