Jump to content

how can i add my own condition for close the game


Recommended Posts

Hello, to close game use code 

if (wManager.Wow.Memory.WowMemory.Memory != null && wManager.Wow.Memory.WowMemory.Memory.IsValidAndOpenProcess())
    wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill();

 

Link to comment
Share on other sites

1 hour ago, Droidz said:

Hello, to close game use code 


if (wManager.Wow.Memory.WowMemory.Memory != null && wManager.Wow.Memory.WowMemory.Memory.IsValidAndOpenProcess())
    wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill();

it's worked!! THX~~

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...