Advertisement
justapastebinaccount

h1.ns

Dec 19th, 2021
3,570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /** @param {NS} ns **/
  2. export async function main(ns) {
  3.     while(true){
  4.         await ns.hack(ns.args[0]);
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement