This commit is contained in:
Olivier Gagnon
2021-11-03 00:27:21 -04:00
parent 37845c57c0
commit 2b79871c02
299 changed files with 3861 additions and 7125 deletions
+4 -4
View File
@@ -4,9 +4,7 @@
## NS.hackAnalyzeThreads() method
This function returns the number of script threads you need when running the hack command to steal the specified amount of money from the target server. If hackAmount is less than zero or greater than the amount of money available on the server, then this function returns -1.
Warning: The value returned by this function isnt necessarily a whole number.
Predict the effect of hack.
<b>Signature:</b>
@@ -29,7 +27,9 @@ The number of threads needed to hack the server for hackAmount money.
## Remarks
RAM cost: 1 GB
RAM cost: 1 GB This function returns the number of script threads you need when running the hack command to steal the specified amount of money from the target server. If hackAmount is less than zero or greater than the amount of money available on the server, then this function returns -1.
Warning: The value returned by this function isnt necessarily a whole number.
## Example