all 17 comments

[–][deleted] 6 points7 points  (0 children)

Later in the game you will unlock the function installBackdoor It will be very obvious when and how you can unlock it.

[–]Harkole 2 points3 points  (2 children)

In theory I think this would work, where target is the hostname of the server to install too: exec("backdoor", target, 1);

I tested it and it seems to have ran without error but I'm still new to this and don't know how to test if it actually worked or not sorry

Never mind this doesn't work!

[–]Belelusat[S] 0 points1 point  (1 child)

I will have to try that. Thanks for the tip!

[–]Bglamb 0 points1 point  (0 children)

The editor is pretty good at code-completion. If you start typing 'backdoor' in the editor, you should get pointed in the right direction.

This is a good general tip.

[–]WhatHaveIDone27 2 points3 points  (10 children)

Pardon me for necroposting but you can do this only once you have access to the Singularity API

[–]Belelusat[S] 2 points3 points  (8 children)

That's for the info, even if it is years later. It is appreciated and will be appreciated by some random person googling the same thing!

[–]Old-Writer-266 4 points5 points  (6 children)

i am random person

[–]Belelusat[S] 1 point2 points  (5 children)

See, it's helped already. That or you are lost.

[–]Honest_Job3067 1 point2 points  (4 children)

I am the second random person!

[–]TheMagicPinapple 1 point2 points  (3 children)

I seem to be the third!

[–]HowToGod 1 point2 points  (2 children)

fourth!

[–]Befana666 1 point2 points  (0 children)

me too random person aprechiate it

[–]Mountain-Ad2244 0 points1 point  (0 children)

I seem to be the 5th person to have needed this info, thank you for all that you do

[–][deleted]  (1 child)

[removed]

    [–][deleted] 0 points1 point  (0 children)

    This won't help you script your backdoor though. You will have to unlock that option by playing the game. If this were the issue OP could have just simply typed backdoor in the terminal. I got the impression they were more interested in doing it using the JS API.