
07-18-2009, 07:11 PM
|
|
Registered User
|
Join Date: Oct 2003
Posts: 2,712
|
|
Quote:
Originally Posted by fowlplay4
You could even modify it a little to include random hack checking as well..
PHP Code:
temp.seed = random(1, 3);
freezeplayer(temp.seed);
if (player.freezetime != temp.seed || !(temp.seed in |1,3|)) hackDetected();
|
Why would you need to? |
|
|
|