Forum > Coding >

Help me with isAPIAttached() !

Posts: 1

Threads: 1

Joined: Feb, 2020

Reputation: 0

Posted

Ok basically so this is dumb but i'm a node js coder not sharp, so how do i made a true statement from the 

isAPIAttached()?

 

If you can help me please reply

  • 0

Posts: 63

Threads: 18

Joined: Jan, 2020

Reputation: 0

Replied

if(isAPIAttached()) {

label.Text = "aTTAcHEd"

}

 

or

 

if(isAPIAttached() == true) {

label.Text = "aTTAcHEd"

}

  • 0

Added

forgot to add semicolons

  • 0

Posts: 65

Threads: 15

Joined: Jan, 2020

Reputation: 0

Replied

if(isApiAttached() == true) {

    Console.WriteLine("The API is attached");

}

else {

    if(isApiAttached() == false) {

         Console.WriteLine("The API is not attached");

    }

}

if(File.Exists("./exploit-main.dll") = false) {

   Console.WriteLine("Turn off your antivirus!!11! xd!");

}

  • 0

Users viewing this thread:

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