uexec.py
uexec.py is a Battlefield 2 server script that allows the execution of unauthorized methods
from the server console. This is really only useful if you actually use the built-in server console. If you start the server with the +noStatusMonitor 1 and use a remote console, you won't need this.
Download Link
How to Install
- Browse to
admin/standard_adminin your server directory - Edit
__init__.pyso it looks similar to the following. Theimport uexecanduexec.init()lines are what you need to add.import autobalance import tk_punish import uexec autobalance.init() tk_punish.init() uexec.init() - Put the script in the
admin/standard_adminfolder. - Run your server. If
comes up in your server console it should work from there.uexec.py loaded