SH Detection

05/22/2018 17:16 GymkhanaHD#1
How does Nostale detect a speedhack like cheatengine? How would they detect a game running at 90% normal speed instead of 100% if the character is not moving for example playing a minigame.
05/23/2018 02:46 IceTrailer#2
The packets that are being sent to the server are sent X times faster than usual.
Your client also sends a "pulse" packet (comparable to your heart beat) even if you don't move.
05/23/2018 10:30 GymkhanaHD#3
Quote:
Originally Posted by IceTrailer View Post
The packets that are being sent to the server are sent X times faster than usual.
Your client also sends a "pulse" packet (comparable to your heart beat) even if you don't move.
Okay, so faster is obvious. but how about a little bit slower? Is it easy to detect slower packet flow and slower "pulse" packet?