getMaliciousIP()
From Hack Wars Wiki
| Function information for getMaliciousIP() | ||
| Function | getMaliciousIP() | |
| API | Banking | FTP |
| Cost | $1500 | $500 |
| Level | 15 | N/A |
| CPU Usage | 2 | 2 |
| Description | Returns the IP address of the computer that has hijacked the given computer application in the form of a string. | |
Banking Example
This could be used in a very basic malicious bank script
float amount = getAmount(); string ip = getMaliciousIP(); lowerDeposit(ip, amount); |
See getAmount(), lowerDeposit().
