It would be VERY good to have a function that triggers when the server detects a player using a memory editor. As of right now it only gives a message on RC, but there isn't always someone on RC when that happens. So this would be necessary to make a system that will auto-jail someone.
It could work like this (In the Control-NPC):
PHP Code:
function onActionHackDetect(acc) {
//jailing stuff
}
(This is Chompy's idea, btw)
Edit:
Also, an option in serverops to auto-ban players that the server detects using memory editors would be nice too.