=== Definition ===
Some of the client-side packets contain timestamp (3 bytes). Timestamp is properly calculated system time and it's designed for detecting a speed hack.
== Packets containing timestamp: ==
* Walk
* Attack
* Spell packets
=== Calculation ===
Timestamp calculation isn't very complicated. It looks like this:
<pre style="color:red">(system time:hour*3600) + (system time:minutes*60) + (system time:seconds*100) + (system time:miliseconds/10)</pre>
|