OUSJMLGRPRFB46IMATOS7ZZ64HERJSRWD5BXGAQYVMCZOZICKQPAC // returns true if a script is running on any serverconst boolean_script_running = function (ns, string_script) {
// returns true if any of the scripts in an array is running on any serverconst boolean_array_scripts_any_running = function (ns, array_scripts) {
) {const object_script = array_scripts_running[integer_index_script],string_script_to_check = object_script.filename;if (string_script_to_check == string_script) return !0;}
)for (let integer_index_scripts = 0;integer_index_scripts < array_scripts.length;++integer_index_scripts)if (array_scripts_running[integer_index_script].filename ===array_scripts[integer_index_scripts])return !0
// returns true if any of the scripts in an array is running on any serverconst boolean_array_scripts_any_running = function (ns, array_scripts) {for (let integer_index_script = 0;integer_index_script < array_scripts.length;++integer_index_script)return boolean_script_running(ns, array_scripts[integer_index_script]);};
Prevents the "${object_helpers.string_nop}" script from being started which is responsible for upgrading the RAM of the "home" server.
Prevents the "${object_helpers.string_ram}" script from being started which is responsible for upgrading the RAM of the "home" server.