O
old.StealthViper
Guest
Can someone please tell me where to get that speed hack for CS cause my friends got it and i have been searching all over the web for 4 hours to find it.
Originally posted by Ch3tan
Your particular brand of wanker is what kills the game online
Originally posted by Carl1ng
Cheating suck wank tit head
real soon now
The way it works is that your computer reports more ticks ( GetTickCount,timeGetTime, and QueryPerformanceCounter are all affected ) have passed than have actually passed. Programs don't run any faster, but time on your PC runs faster. This is a problem in most games, including HL, because we need to know your frame rate to determine how to sample your input/movement commands. Determining your frame rate requires us to read the clock using some method ( such as the above functions ). The server and client then run the simulation ( the server is authoritative but the client runs it for prediction purposes ). The solution is for the server to make sure the client isn't trying to simulate for more time than has actually passed on the server ( with a small margin of error ).
Originally posted by Perplex
It's not a "cheat"...it's an exploit. It's a bug that affects **ALL** games that use the quake2 engine, of which halflife does.
http://www.zeroping.com/counterstrike/[/url]