Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

PS 1.7 R2 Anti-Cheat System

Newbie Spellweaver
Joined
Jul 11, 2021
Messages
26
Reaction score
9
Hi, your anticheat can be bypassed by creating a dll that contains the following function

wzAudioPlay(DWORD *) {
return 1;
}

then replacing ps.dll with it.

Also why do you only offer speeds ranging from 5ms to 100ms? Why in almost any situation would you need to be scanning that quickly? Surely once per second or even per 5 seconds is more than enough.
 
Back
Top