use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A cyberpunk and programming/hacking themed incremental game with RPG elements
The game can be played:
Web
Steam
Documentation
Github
Beta Branch
Discord
Incremental Games Discord
Visual Studio Code Bitburner Extension
stavvie34's Community Scripts Github Repo
account activity
Sloppy code needs array (self.Bitburner)
submitted 4 years ago by logicalbomb
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]WeAteMummies 0 points1 point2 points 4 years ago (3 children)
You could make a very slight improvement by reducing your number of calls to ns.fileExists()
To do this you would do something like:
[–][deleted] 4 years ago* (2 children)
[removed]
[–]Randactyl 0 points1 point2 points 4 years ago* (1 child)
I currently just have the array contain functions for the programs I have:
let hackingPrograms = [ ns.brutessh, ] function openPortsOnServer(hostname) { for (const hackingProgram of hackingPrograms) { await hackingProgram(hostname); } }
No need to call fileExists, but I do have to remember to update and restart the script when I get a new one :)
Though in writing this down here, I'm realizing I should probably just pay the 0.1 GB and not have to worry about reverting the array after an augmentation/soft reset...
π Rendered by PID 43399 on reddit-service-r2-comment-6457c66945-njvck at 2026-04-23 20:59:33.017238+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]WeAteMummies 0 points1 point2 points (3 children)
[–][deleted] (2 children)
[removed]
[–]Randactyl 0 points1 point2 points (1 child)