Description
With this mod you can, as administrator, execute commands on other players, thus enabling you to login (As admin, yes) without them knowing the admin password. You can also do fun stuff, but that is all upto you. I am not responsible for anything you do with this

Installation
Just like the rest of my mutators, is this installation easy!
Place MMUserControl.u in your System folder and then open DeusEx.ini.
Look for "[DeusEx.DeusExGameEngine]".
If you have found it (It is somewhere near the top) place this under it:
- Code: Select all
ServerPackages=MMUserControl100
ServerActors=MMUserControl100.UserControlMutator
(Mind the space behind the first line! So delete that, or your server will protest in all ways! --> Crash)
Usage
As said in the description, you need to be adminstrator to use this.
So, first log in as admin and then you can go and have fun.
Let's take the following example:
2 players online, you and your victem.
Your player ID is 1 and his is 7.
Now, let's change his playername!
- Code: Select all
Mutate Game.Execute 7 SetName ThisIsANewName
Easy isn't it?
Let's do more fun!
- Code: Select all
Mutate Game.Execute 7 Suicide
Makes them scare

- Code: Select all
Mutate Game.Execute 7 FeignDeath
Always funny. Since they should be in control of that, but they aren't anymore!
Format:
- Code: Select all
Mutate Game.Execute [PlayerID] [Command]
So, this mod is for fun only. As said above, I am not responsible for any abuse of it.
By the way, for those who don't know, with the following command, you can get the PlayerID's of players:
- Code: Select all
PlayerList
Thanks
I fully forgot about the InStr() function. Shame on me. Thanks Nobody for reminding me

And. Thanks Nobody for suggesting this Mutator!
EDIT: I actually didn't really forget it. I was just thinking of the PHP function StrPos()