nuke('foodnstuff'); run('copyPayload.script', 1, 'foodnstuff'); if (!scriptRunning('playerServers.script', 'home')) { exec('playerServers.script', 'home'); } if (!scriptRunning('spider.script', 'home')) { exec('spider.script', 'home'); } tprint('Botnet up and running.'); tprint('copyPayload.script was already run on foodnstuff to get started hacking that server'); tprint('spider.script will scan the network to build allServers.txt then launch hackAll.script'); tprint('hackAll.script will hack all available servers and launch either basicHack.script'); tprint('or start.script on them depending on how much RAM they have.'); tprint('Finally, playerServers.script will buy pserv-X when money is available, and use those'); tprint('for hacking as well since they can have more memory than other servers initially'); tprint('If you do not want to spend your money on private servers, then kill playserServers.script');