Replace QPC to RDTSC Timer in games

Everything about latency. Tips, testing methods, mouse lag, display lag, game engine lag, network lag, whole input lag chain, VSYNC OFF vs VSYNC ON, and more! Input Lag Articles on Blur Busters.
pox02
Posts: 259
Joined: 28 Sep 2018, 06:04

Replace QPC to RDTSC Timer in games

Post by pox02 » 23 Jul 2021, 14:50

good way to improve fps mouse feel give it try :)

https://github.com/Zcytxcbyz/DLLHighResolutionTimer


use process hacker to inject to games

x64 games https://www.mediafire.com/file/9enjflep ... 4.dll/file

x32 games https://www.mediafire.com/file/pyyyoh8s ... 2.dll/file

u can download the dlls in github to


how i know that timer replaced ?

go to game check for dll injected

Image
monitors xg258q aw2518hf 27GK750F-B pg248q xg240r lg w2363d-pf xb270hu XL2546 XL2546K NXG252R

Unixko
Posts: 212
Joined: 04 Jul 2020, 08:28

Re: Replace QPC to RDTSC Timer in games

Post by Unixko » 23 Jul 2021, 15:49

pox02 wrote:
23 Jul 2021, 14:50
good way to improve fps mouse feel give it try :)

https://github.com/Zcytxcbyz/DLLHighResolutionTimer


use process hacker to inject to games

x64 games https://www.mediafire.com/file/9enjflep ... 4.dll/file

x32 games https://www.mediafire.com/file/pyyyoh8s ... 2.dll/file

u can download the dlls in github to


how i know that timer replaced ?

go to game check for dll injected

Image
gl with anticheat

nyxo100
Posts: 109
Joined: 17 Mar 2021, 01:53

Re: Replace QPC to RDTSC Timer in games

Post by nyxo100 » 24 Jul 2021, 00:37

pox02 wrote:
23 Jul 2021, 14:50
good way to improve fps mouse feel give it try :)

https://github.com/Zcytxcbyz/DLLHighResolutionTimer


use process hacker to inject to games

x64 games https://www.mediafire.com/file/9enjflep ... 4.dll/file

x32 games https://www.mediafire.com/file/pyyyoh8s ... 2.dll/file

u can download the dlls in github to


how i know that timer replaced ?

go to game check for dll injected

Image
EEEEEEEEEEEH what is this dll¿?

mossfalt
Posts: 37
Joined: 23 Nov 2020, 08:43

Re: Replace QPC to RDTSC Timer in games

Post by mossfalt » 25 Jul 2021, 06:20

Guess people will get banned for injecting this :!:

pox02
Posts: 259
Joined: 28 Sep 2018, 06:04

Re: Replace QPC to RDTSC Timer in games

Post by pox02 » 25 Jul 2021, 11:22

mossfalt wrote:
25 Jul 2021, 06:20
Guess people will get banned for injecting this :!:

its impossible to get banned from this :) its only change the timer of the game u can see in exports
monitors xg258q aw2518hf 27GK750F-B pg248q xg240r lg w2363d-pf xb270hu XL2546 XL2546K NXG252R

AndreyRGW
Posts: 12
Joined: 01 Aug 2021, 11:12

Re: Replace QPC to RDTSC Timer in games

Post by AndreyRGW » 01 Aug 2021, 11:18

Does it really work?

TheChester
Posts: 1
Joined: 10 Aug 2021, 04:09

Re: Replace QPC to RDTSC Timer in games

Post by TheChester » 10 Aug 2021, 04:25

I got shadow banned on Modern Warfare because I was using OCAT from GPUOpen. Great tool...but DLL injection is pretty much a standard in the hacking side of games that you'll probably face some sort of reprimand.

howiec
Posts: 183
Joined: 17 Jun 2014, 15:36

Re: Replace QPC to RDTSC Timer in games

Post by howiec » 11 Aug 2021, 11:02

It would certainly be nice to use RDTSC instead of QPC to further reduce overhead and latency but unfortunately, many of the popular competitive/multiplayer games will likely false-positively ban you for injecting an "unknown" .dll.

So maybe this is worth doing on certain other single-player FPS games (they still might ban you if there are things like leaderboards) even though we'd really want the edge for PVP...

TN_fun
Posts: 138
Joined: 26 Jun 2019, 11:09

Re: Replace QPC to RDTSC Timer in games

Post by TN_fun » 13 Aug 2021, 12:58

Аnd so, who checked it? I'm not talking about multiplayer games, but a single player.
What does it do?

AndreyRGW
Posts: 12
Joined: 01 Aug 2021, 11:12

Re: Replace QPC to RDTSC Timer in games

Post by AndreyRGW » 14 Aug 2021, 16:01

TN_fun wrote:
13 Aug 2021, 12:58
Аnd so, who checked it? I'm not talking about multiplayer games, but a single player.
What does it do?
I checked this timer in Furmark without fur and my fps went from 1534 to 1619. My friend on an r5 1600, gtx 1060 and 8GB RAM tested this timer in witcher. With this timer his stuttering disappeared. The main condition - set the manual launch (in xenos injector) of dll timer in to the game, otherwise fps will be even lower than without it. I apologize for the errors in the text, as I am not a native English speaker.

Post Reply