Forum > Coding >

how to use api is injected?

Theo339

Theo339

Posts: 20

Threads: 8

Joined: Mar, 2019

Reputation: 0

Posted

Please help!

  • 0

I Love Unity and C#

KaynerDev

kenneth

Posts: 5

Threads: 1

Joined: Aug, 2019

Reputation: 0

Replied

bruh, api.IsAPIAttached.

  • 0

Theo339

Theo339

Posts: 20

Threads: 8

Joined: Mar, 2019

Reputation: 0

Replied

wow, a super answer

  • 0

I Love Unity and C#

Posts: 4

Threads: 1

Joined: Jun, 2019

Reputation: 0

Replied

private void IsApiAttachedTimer_Tick(object sender, EventArgs e)

        {

            // Checks if the WeAreDevs API is attached

            if (!this.api.isAPIAttached())

            {

                this.StatusLabel.Text = "Not Injected";

                this.StatusLabel.ForeColor = Color.Crimson;

            }

            else

            {

                this.StatusLabel.Text = "Injected";

                this.StatusLabel.ForeColor = Color.SpringGreen;

            }

  • 0

Users viewing this thread:

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