zombie()
From Hack Wars Wiki
| Function information for zombie() | |
| Function | zombie(string ip) |
| API | Attacking |
| Cost | $2,000 |
| Level | 60 |
| CPU Usage | 0 |
| Description | Allows a player associated with the string IP to remotely hook into a player’s attack program. This function should be placed in initialize. |
zombie() is used in the initialize of a malicious attack script to gain remote control over the attack port where this script is installed.
- Note: you can only attack people on the same network as the zombified computer using a zombie script (eg. you are on UGOPNet, and the zombified computer is on DarkNet, then you will only be able to attack players & NPCs on DarkNet using the zombie).
Example
An attack port installed with a script containing this line in the Initialize section will give the installer remote control over that attack port.
zombie(getMaliciousIP()); |
