Hello a stupid upload this script to the server in the dir /
usr/game/auth . The script have this code :
PHP Code:
#!/bin/sh
while true; do killall auth; ./auth; done; sleep 300; done;
When I see this code I think that its easy to undertand but maybe I am wrong