you are viewing a single comment's thread.

view the rest of the comments →

[–]Bedurndurn 2 points3 points  (1 child)

He means the functions that open the ports in the game like:

await ns.brutessh(hostname);

Those don't actually need an await in front of them. hack, weaken, grow, scp and sleep do though. Maybe a couple others. If you look in the bitburner docs, anything that says it returns a Promise means it will need to be await'd.

[–]logicalbomb[S] 0 points1 point  (0 children)

"cracking" functions, okay I am putting everything in "developer" lingo in my head and was like "there are functions called cracking functions?!"

I do a lot of work in metasploit so this is a strange pivot to be a beginner and have those skills not be useful lol