Advertisement
r00key

kill.js

Aug 15th, 2022
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Bitburner script: kill.js
  2. //used to kill all scripts listening to the kill command
  3. //use script name for targeted termination
  4. /** @param {NS} ns */
  5. export async function main(ns) {
  6.     while(true){
  7.         await ns.sleep(1000);
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement