freeze()

From Hack Wars Wiki

Jump to: navigation, search


Function information for freeze()
Function freeze()
API Attacking
Cost $2,500
Level 65
CPU Usage 10
Description Temporarily disables the port being attacked. This round of an attack deals no damage.


Example

in the Continue section of an attack script

int main(){
    freeze();
}
Personal tools