not work bro :(
Hey there!Quote:
I can't remember exactly how it was before, but I don't think it has changed that much.
I took a quick look and here's how you can do it on the recent patches, but I don't guarantee it's undetected (it probably is, but with my 10s of testing I won't say anything).
Find calls to Sleep, find the function that looks like in the image below (more than likely it is the first one).
Change the 0x19 in 'lea edx, [ecx + 0x19]' and in 'add ecx, 0x19' to whatever value you prefer.
To calculate the value t for the fps you want you can use t = 1000/fps.
For 60 fps it would be roughly 16-17.