Electus LogoElectus Documentation

Exports

Integrate Electus Hacking to your scripts

Client Exports

Run Hack

Run a hacking minigame.

exports["electus_hacking"]:RunHack(hack, difficulty, diskConsumption, ignoreDiskOverload, function(success)
    print(success)
end)
PropDescriptionType
hackThe hack to run."binaryPuzzle" or "fallout"
difficultyThe difficulty level (1-5).number
diskConsumptionThe amount of disk space to consume. Max 100number
ignoreDiskOverloadWhether to ignore disk overload.boolean
successCallback function that receives the result of the hack.function(success) end