Reupload Ramses Scripts
This commit is contained in:
8
local/path/home/Ramses/CrackAndRootAll.js
Normal file
8
local/path/home/Ramses/CrackAndRootAll.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
import { getCracks, scanServerList, findBestTarget, crackingAndRooting, copyAndRunScript } from "/RamsesUtils.js";
|
||||
/** @param {NS} ns */
|
||||
export async function main(ns) {
|
||||
let cracks = {};
|
||||
cracks = getCracks(ns);
|
||||
crackingAndRooting(ns, cracks, "", false);
|
||||
}
|
||||
Reference in New Issue
Block a user