Zombie()
From ElectronicWar
| Function information for zombie() | |
| Function | zombie() |
| Parameters | (string ip) |
| API | Attacking |
| Cost | $2000 |
| 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 . |
[edit] Example
zombie() is used in the initialize of an attack script to use the targeted IP's maliciously controlled attack port to attack someone else.
zombie(getMaliciousIP());
getMaliciousIP is used to return the IP of the person using the zombie script, this then gives the attacker control over the targets attack port.
~fixed zombiescript~

