| glossypvp |
12/21/2015 02:55 |
Quote:
Pay attention and you ll win
|
In more detail, the server decides whether you win or not, but it is still 'hackable'. The server generates a random number and multiplies with an other number called 'rate'.
The formula is something like:
nRandom * nRate2 <?> nBase // where <?> means some comparison (bigger, smaller, equal, not equal)
I don't remember the exact comparison mechanism, check it in a 4s source.
Considering the fact that a random number is generated with the help of the current time, if you press the key 2 (it could be 1 or 3 too, it doesn't matters) repeatedly and fast, you may be able to make the server generate the same numbers over and over.
|