All Games Internet Fix

Update 2021

Follow me on youtube! I post  another fix there!

https://www.youtube.com/channel/UCMyH_-y8ZCAR7tomd969bwQ

Donation https://www.paypal.com/donate/?hosted_button_id=BAG67VJKGK25N

Fix for hitreg! This fix if you have good aim you will be just good as Shroud or Ninja!

Another way to fix HITREG, this is not list everywhere, only here!

Atention, this is not the same settings as TcpAckFrequency, they act different!

This fix all games, I tested for now with games like:

–  Fornite

–  PlayerUnknown’s Battlegrounds

–  Realm Royale

–  Hearthstone (like bad draws or oponent have crazy decks, is over power in comparation with you cards)

Before you do this remove any tcpnodelay in msmq or any optimization you done to network card(TcpAckFrequency,MTU,DefaultTTL,TCPWindowSize and others)!!!

Example to remove them: download tcpoptimizer and set windows defaults ,then restart.

Another comands in comand prompt to reset network settings are:

netsh int tcp reset

netsh int ipv4 reset

netsh int ip reset

netsh winsock reset

Registry settings:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
“DelayedAckFrequency”=dword:00000001
“DelayedAckTicks”=dword:00000001
“CongestionAlgorithm”=dword:00000001

If you can’t do it yourself manually just download reg files down

Links not have any ads , it is clouds on my provider servers, you can try it with no problems! Very safe, I promise!

Hitreg fix download: http://s.go.ro/2e8s8n0s

Remove fix download: http://s.go.ro/zyfflg0e

Anothers command how works to try but after you try up settings or you can try them independently 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
“MultihopSets”=dword:0000001e

OUTDATE fix down:

All faults go to microsoft they not optimized connections for long distance. It is just resume to some internet tweaks to have good gameplay with high latency betwen 20-100+.

Microsoft put a standard settings for internet to everyone, but it is optimized for short distance to have good speeds, it was pretty stupid to make this for long distance but tremendous usefull for profesional gamers who are far in Europe like Romania , Ukraine, Bulgaria, Serbia and others.

Guess what, who benefit from microsoft internet settings, yeah… right.. low latency players or close to the server with high ping players.

UPDATE>>> WAIT it!

My country: Romania

Before you start, you need to have clean connection without changes by other programs like tcpoptimizeer or wowlatencyfix. naglefix are bad settings and it is better to delete them or restore settings.

Choose one:

FIX 1: short way

Only need to add this in Environment variables in system variables

Tips: How to change system variables: https://www.youtube.com/watch?v=bEroNNzqlF4

VARIABLE =   \\.\Global\Internet Connection\UDP Throttle

VALUE=   /Word-32_Bits, 60,000,000_Bits_Per_Second

For calculate value for you internet speed convert mbs/s to bits/s:

I use this site for convert values: http://www.matisse.net/bitcalc/

Example of download speeds:

500 mbs = 524,288,000_Bits_Per_Second

50 mbs = 52,428,800_Bits_Per_Second

10 mbs= 10,485,760_Bits_Per_Second

FIX 2: long way

The most important are:

FastCopyReceiveThreshold:

FastSendDatagramThreshold:

My own settings are: 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD\Parameters]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]

FastCopyReceiveThreshold: 14336     for 16 Gb of memory ram

FastSendDatagramThreshold: 14336  for 16 Gb of memory ram

This 2 are value in changing the gameplay in many games.

In network => properties =>configure and set values receive buffers and send buffers to the lowest value

Create bat file in wordpad and save it as internet.bat

You need to run it every time when computer start , if the conncection is lost or lose you need to run it again.

You need to change ethernet with you’r connection name.

You need to change MTU with mtu for you;r connction ex. pppoe 1492 or test your mtu to find it.

netsh interface ip set interface ethernet metric=85
netsh interface ip set interface ethernet mtu=1500
netsh interface ip set interface ethernet siteprefixlength=12
netsh interface ip set interface ethernet ignoredefaultroutes=disabled
netsh interface ip set interface ethernet forwarding=disabled
netsh interface ip set interface ethernet firewall=disabled
netsh interface ip set interface ethernet retransmittime= 0
netsh interface ip set interface ethernet basereachabletime=1
netsh interface ip set interface ethernet routerdiscovery=dhcp
netsh interface ip set interface ethernet managedaddress=enabled
netsh interface ip set interface ethernet otherstateful=disabled
netsh interface ip set interface ethernet weakhostsend=enabled
netsh interface ip set interface ethernet weakhostreceive=enabled
netsh interface ip set interface ethernet advertisedrouterlifetime=3
netsh interface ip set interface ethernet advertisedefaultroute=enabled
netsh interface ip set interface ethernet currenthoplimit=64
netsh interface ip set interface ethernet forcearpndwolpattern=disabled
netsh interface ip set interface ethernet enabledirectedmacwolpattern=disabled
netsh interface ip set interface ethernet ecncapability=ect1
netsh interface ip set interface ethernet store=persistent
netsh interface ip set interface “Loopback Pseudo-Interface 1” metric=85
netsh interface ip set interface “Loopback Pseudo-Interface 1” mtu=1500
netsh interface ip set interface “Loopback Pseudo-Interface 1” siteprefixlength=12
netsh interface ip set interface “Loopback Pseudo-Interface 1” ignoredefaultroutes=disabled
netsh interface ip set interface “Loopback Pseudo-Interface 1” forwarding=disabled
netsh interface ip set interface “Loopback Pseudo-Interface 1” firewall=disabled
netsh interface ip set interface “Loopback Pseudo-Interface 1” retransmittime= 0
netsh interface ip set interface “Loopback Pseudo-Interface 1” basereachabletime=1
netsh interface ip set interface “Loopback Pseudo-Interface 1” routerdiscovery=dhcp
netsh interface ip set interface “Loopback Pseudo-Interface 1” managedaddress=enabled
netsh interface ip set interface “Loopback Pseudo-Interface 1” otherstateful=disabled
netsh interface ip set interface “Loopback Pseudo-Interface 1” weakhostsend=enabled
netsh interface ip set interface “Loopback Pseudo-Interface 1” weakhostreceive=enabled
netsh interface ip set interface “Loopback Pseudo-Interface 1” advertisedrouterlifetime=3
netsh interface ip set interface “Loopback Pseudo-Interface 1” advertisedefaultroute=enabled
netsh interface ip set interface “Loopback Pseudo-Interface 1” currenthoplimit=64
netsh interface ip set interface “Loopback Pseudo-Interface 1” forcearpndwolpattern=disabled
netsh interface ip set interface “Loopback Pseudo-Interface 1” enabledirectedmacwolpattern=disabled
netsh interface ip set interface “Loopback Pseudo-Interface 1” ecncapability=ect1
netsh interface ip set interface “Loopback Pseudo-Interface 1” store=persistent

route print
netsh interface ip show interface ethernet
pause

TAGS: Bf4 hitreg fix , Bf1 hitreg fix, battlefield hitreg fix, csgo hitreg fix, counterstrike hitreg fix, hearthstone bad draw fix, overwatch bad hitreg fix