mitwisdom 0 Posted March 31, 2021 Share Posted March 31, 2021 how can i add my own condition for close the game,in plugins or custom script. Link to comment https://wrobot.eu/forums/topic/12967-how-can-i-add-my-own-condition-for-close-the-game/ Share on other sites More sharing options...
Droidz 2738 Posted March 31, 2021 Share Posted March 31, 2021 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 https://wrobot.eu/forums/topic/12967-how-can-i-add-my-own-condition-for-close-the-game/#findComment-61702 Share on other sites More sharing options...
mitwisdom 0 Posted March 31, 2021 Author Share Posted March 31, 2021 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 https://wrobot.eu/forums/topic/12967-how-can-i-add-my-own-condition-for-close-the-game/#findComment-61705 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now