Conversation
Fixed bug with threads returning floating point numbers, fixed "scp()" element being used incorrectly.
This reverts commit 4607240.
Fixed bug with threads returning floating point numbers, fixed "scp()" element being used incorrectly.
|
I get this runtime error for not being able to run ns.gainRootAccess : RUNTIME ERROR ns.gainRootAccess is not a function but I'm sure that there's no mistakes in either hack-manager.js or utils.js. |
|
removing the "ns." from "ns.gainRootAccess" has defined it as an import function now i get the following error: RUNTIME ERROR ns.fileExists is not a function but im not sure how i would modify utils.js to fix this |
Fixed bug with threads returning floating point numbers. Fixed the "scp()" element being misused.