Posted
Please help!
I Love Unity and C#
Replied
bruh, api.IsAPIAttached.
Cancel
Post
Replied
wow, a super answer
Cancel
Post
I Love Unity and C#
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;
}
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post