1
0
mirror of https://gitlab.com/MisterBiggs/bitburner-scripts.git synced 2025-08-05 13:01:30 +00:00

spider now works wonderfully

This commit is contained in:
2021-12-17 17:50:58 -07:00
parent ddc0be34bb
commit dd601497a1
3 changed files with 41 additions and 11 deletions

4
scripts/hack.js Normal file
View File

@@ -0,0 +1,4 @@
server = "iron-gym";
while (true) {
hack(server);
}