Categories > Coding > C# >

how to add isAPIAttached to EasyXploit?

Posts: 18

Threads: 15

Joined: Feb, 2020

Reputation: 0

Posted

the title is the question

  • 0

Posts: 20

Threads: 2

Joined: Jun, 2018

Reputation: 0

Replied

dont be mean and give a real answer :/

use dnspy to decompile it

add this under namespace

 

 

public bool Injected()

{

return Module.namedPipeExist("ocybedam");

}

 

What this does is that it checks memory of roblox if it has the value "ocybedam"

Then if that's true, then you do whatever(like

 

if module.Injected == true

label1.Text = "Injected"

 

 

Geeblish#1751

  • 0

Users viewing this thread:

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