deleteLogs()

From Hack Wars Wiki

Jump to: navigation, search
Function information for deleteLogs()
Function deleteLogs(string ip)
API Attacking
Cost $1,500
Level 45
CPU Usage 5
Description Deletes all the logs associated with your IP in the player’s log.


[edit] Example

deleteLogs("127.0.0.1");

If placed in the finalize event of your attack script, this will delete any records associated with the IP 127.0.0.1 from the target's log once the attack has finished.

Personal tools