Search results

  1. FuzzySadist

    [Completed] console command list

    Scan server by sending a 'help' command open telnet connecting and processing them into a list of console command available to RAT. Doing this would help, since RAT won't know initially what mods you might have installed.
  2. FuzzySadist

    [Completed] External Script Processing

    Calls an external script program with parameters, and places the return value into a usable script variable. This would allow advanced scripts without any additional scripting power in RAT itself. Something of the nature : CONDITION: LAUNCH: <external.exe> {0} {1} etc SCRIPT {return_data}...