GetMaliciousIP()
From ElectronicWar
| Function information for getMaliciousIP() | |
| Function | getMaliciousIP() |
| Parameters | None |
| API | Banking |
| Cost | $1500 |
| Level | 15 |
| CPU Usage | 2 |
| Description | Returns the IP address of the computer that has hijacked the given computer application in the form of a string. |
[edit] Example
This could be used in a very basic malicious bank script
float amount = getAmount(); float ip = getMaliciousIP(); lowerDeposit(ip, amount);

