View Single Post
  #13  
Old 07-18-2009, 07:11 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by fowlplay4 View Post
You could even modify it a little to include random hack checking as well..

PHP Code:
temp.seed random(13);
freezeplayer(temp.seed);
if (
player.freezetime != temp.seed || !(temp.seed in |1,3|)) hackDetected(); 

Why would you need to?
Reply With Quote