Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Peter Witham

2
Posts
2
Topics
A member registered Feb 08, 2023

Creator of

Recent community posts

You may have noticed I made a change to the starting example script.

// Example: Hack a server
while(1) {
    const target = "vault-omega-x";
    const stolen = await ns.hack(target);
    ns.print(`Hacked ${target} for ${stolen} DWC`);
}

For those not familiar, while(1) will cause the script to loop forever until you stop it. This is a great way to keep hacking the same server. Also, a great place to start learning to adapt the script for bigger and better hacks, maybe even multiple servers!

Project Hack community · Created a new topic Welcome
(1 edit)

Welcome to Project Hack.

This game has gone through many generations over the past couple of years. This is the first version that enables me to work towards my original goal.

A game that can be played solo or with multiplayer PvP. Currently I have not activated the player vs player features while I continue to build the solid core of the game.

There are still many features planned, but I felt it was time to give people a chance to play and start providing feedback on the direction and feel of the game.

You can find the game details at www.projecthack.net

Thanks for playing, Peter.