MQ2WinXP
Rich (BB code):
//==================================================
// Description: This plugin is designed to allow you to manage your
// MS Windows services while you are in game. Additionally, with
// this plugin, you are able to reboot, shutdown, or logout of your
// computer. This can come in handy for farming. Once you get your
// fill, just shutdown your computer.
//==================================================
// Usage:
/WinSession [shutdown|reboot|logout]
[shutdown] Shutsdown your computer and powers it off
[reboot] Reboots your computer
[logout] Logs you out of your computer
/WinExplorer [kill|start]
[kill] Kills the explorer.exe process
[start] Starts the explorer.exe process
/WinServices [stop|start]
[stop] Attempts to stop every service listed in the INI
[start] Attempts to start every service listed in the INI
//==================================================