Skip to content

Instantly share code, notes, and snippets.

@nathanharper
Created January 4, 2022 00:13
Show Gist options
  • Save nathanharper/9f421a9db88a0542a7806b0f5b7c4443 to your computer and use it in GitHub Desktop.
Save nathanharper/9f421a9db88a0542a7806b0f5b7c4443 to your computer and use it in GitHub Desktop.
/** @param {NS} ns **/
export async function main(ns) {
const server = ns.args[0] ?? ns.getHostname();
while(1){
await ns.hack(server);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment