mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
Add installBackdoor
This commit is contained in:
committed by
hydroflame
parent
0642491402
commit
cfd78e2d36
@@ -27,6 +27,7 @@ level 3, then you will be able to access all of the Singularity Functions.
|
||||
getCurrentServer() <singularityfunctions/getCurrentServer>
|
||||
connect() <singularityfunctions/connect>
|
||||
manualHack() <singularityfunctions/manualHack>
|
||||
installBackdoor() <singularityfunctions/installBackdoor>
|
||||
getPlayer() <singularityfunctions/getPlayer>
|
||||
hospitalize() <singularityfunctions/hospitalize>
|
||||
isBusy() <singularityfunctions/isBusy>
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
installBackdoor() Netscript Function
|
||||
====================================
|
||||
|
||||
.. js:function:: installBackdoor()
|
||||
|
||||
:RAM cost: 2 GB
|
||||
|
||||
If you are not in BitNode-4, then you must have Level 1 of Source-File 4 in order to use this function.
|
||||
|
||||
This function will install a backdoor on the server you are currently connected to.
|
||||
|
||||
Examples:
|
||||
|
||||
.. code-block:: javascript
|
||||
|
||||
connect("foodnstuff");
|
||||
installBackdoor();
|
||||
|
||||
.. warning::
|
||||
For NS2 users:
|
||||
|
||||
This function is async.
|
||||
Reference in New Issue
Block a user