โ—Quick Start

The Computer Edition is designed for EnviOS-style hacking flows.

Use the await style when possible.

That gives you a simple true or false result when the hack ends.

local success = exports['envi-hack-minigames-computer-edition']:StartPasswordHack('medium')

if success then
    print('Player hacked successfully!')
else
    print('Hack failed!')
end

Basic install order

  1. ensure envi-computer

  2. ensure envi-hack-minigames-computer-edition

  3. configure shared/config.lua

Built-in hack types

  • password

  • worm

  • firewall

  • noderunner

  • terminal

  • signal

  • packet

  • binary

Good first checks

  • the resource name must stay exact

  • envi-computer must start first

  • use presets first, then tune custom options later

Next pages

Last updated