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.


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.

Note: The function is currently a bit buggy in that it won't delete older log records made a few days ago.

Personal tools