Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › CrossFire Hacks & Cheats › CrossFire Tutorials › How To Lower Your Ping

How To Lower Your Ping

Posts 1–15 of 128 · Page 1 of 9
…
Specttre
Specttre
How To Lower Your Ping
To first lower your ping, your going to have to understand what your ping is.

Ping refers to the network latency between a player's computer, called a client, and the game server. This is usually measured in milliseconds. The average ping is in the 100's, anything higher than 200 will make you lag. Low ping is always better than high ping and allows for smoother faster gameplay.

Think of it this way.
Quote Originally Posted by Client (your computer) View Post
Hello Server
Quote Originally Posted by Server View Post
Hey Sexy!
The time it takes for your message, Hello Server, to reach the server, and then the time it takes for the servers reply is your ping. If you have a bad internet connection your internet may lose a few "packets" of data on the way and your message will be like this

Quote Originally Posted by Client (your computer) View Post
H-llo S-rv-r
Quote Originally Posted by Server View Post
I don't understand
If you lose packets the server will only register the packets it receives and will not fill in the blank. This means if you shoot 30 bullets into an enemy and lose 10 of them in lost packets then only 20 bullets will register even if all 30 hit.

A number of things contribute to high ping.
  1. Your distance from the server. For example one of the crossfire servers is in Canada, I get 200+ ping because I live so far away from it (Australia)
  2. Your internet connection. The faster your internet is, the lower your ping will be
  3. Reliability. If you don't have reliably even internet you will find your ping spiking (going up alot very fast then back down)
  4. Bandwidth. If you are taking up bandwidth by downloading something, watching youtube or browsing the web your ping will be higher
  5. Connection. A wireless connection (depending on the strength) can add 40-50 to your ping
  6. Router. A router will also slow you down and add to your ping.
  7. Computer. If your computer is running many programs at once or has many processes running this will slow down your ping
  8. Antivirus. Your antivirus will want to scan all incoming packets which will slow you down so make sure you turn it off


Now you know what is causing the high ping we need to work on ways to fix it. First of all you want your computer running at maximum speed.

Scan your computer for viruses using your antivirus.

Now clean your registery and temp files using CCleaner
CCleaner - Optimization and Cleaning - Free Download

Now defrag your computer using defraggler
Defraggler - File and Disk Defragmentation - Free Download

Now that you have done that we are ready to get started. A good way to lower ping is by making the packets that you are sending and receiving a high priority. There are two ways to do this:

Download an easy program called Leatrix Latency Fix
Quote Originally Posted by Leatrix View Post
Leatrix Latency Fix is supported on these operating systems only.
•Windows XP (SP2 or higher)
•Windows Vista (SP1 or higher) (some versions)
•Windows 7 (Some Versions)
Both 32-bit and 64-bit versions of Windows are supported.
Installation Instructions

In the download, you'll find 3 script files - Install, Remove and Checker. Simply run the Install script and follow the prompts.
If you're logged into your computer with an account which doesn't have Administator privileges (or you're using Windows Vista or Windows 7 with User Account Control enabled), you'll be prompted to enter the credentials of a user account which has Administrator privileges.

After the installation, you should see a confirmation window. Simply do what it says and restart your computer.

Once you've restarted your computer, you can login to your online game with reduced latency!

To uninstall Leatrix Latency Fix, run the Remove script.

There's a Checker script included in the download which will show you a list of network interfaces which Leatrix Latency Fix has modified successfully.
Another way to do this is by making a few quick fixes in the registery yourself.
(this is called the Nagle algorithm)

Code:
Step 1 - TcpAckFrequency
THIS IS FOR WINDOWS XP/(SOME) VISTA
Type "regedit" in windows "run.." dialog to bring up registry menu

Then find:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\

There will be multiple NIC interfaces listed in there, find the one you use to connect to the internet, there will be several interfaces listed (they have long names like {7DBA6DCA-FFE8-4002-A28F-4D2B57AE8383}. Click each one, the right one will have lots of settings in it and you will see your machines IP address listed there somewhere. Right-click in the right hand pane and add a new DWORD value, name it TcpAckFrequency, then right click the entry and click Modify and assign a value of 1.

You can change it back to 2 (default) at a later stage if it affects your other TCP application performance. it tells windows how many TCP packets to wait before sending ACK. if the value is 1, windows will send ACK every time it receives a TCP package.

Step 2 - TCPNoDelay
This one is pretty simple. (If you cannot find the MSMQ then use the win7 way)

Type "regedit" in windows "run.." dialog to bring up registry menu

Then find:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Parameters

Right-click in the right hand pane and add a new DWORD value, name it TCPNoDelay, then right click the entry and click Modify and assign a value of 1.

Click Ok and close the registry editor, then reboot your PC.
This is another way for most Vista and Win7 people.

Code:
1. From a command prompt (usually in All Programs -> Accessories -> Command Prompt) run “regedit”

2. Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces

3. Browse the items under interfaces until you find one that has an IPAddress entry matching the network interface you want to affect (typically LAN IP addresses start with 192.168 or 10.0); note that if your IP address is automatically assigned by a DHCP server you may need to look for a matching DhcpIPAddress instead of IPAddress

4. Right-click on the interface and select New > DWORD (32-bit) Value, name it “TcpAckFrequency”

5. Right-click the new TcpAckFrequency value and select Modify, enter “1″ (Hexadecimal radio button should be selected)

6. Right-click on the interface and select New > DWORD (32-bit) Value, name it “TCPNoDelay” (note that TCP is all uppercase this time – that’s intentional)

7. Right-click the new TCPNoDelay value and select Modify, enter “1″ (Hexadecimal radio button should be selected)

8. Verify that both TcpAckFrequency and TCPNoDelay now show up in the adapter’s property list with types REG_DWORD and values 0×00000001

9. Exit regedit and reboot (reboot is necessary for the changes to take effect!)
10.Play a game and enjoy your new low ping
If for some reason you can't do either of them then PM me and I will try to help.

Here is an experimental thing for Windows 7/Vista, I know it works on XP. The game client is in the crossfire main folder.
Code:
1. Click Start, click Run, type regedit, and then click OK.

2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\Software\...[the rest of the path goes to where the client app for your game is]

3. On the Edit menu, point to New, and then click DWORD Value.

4. Type TcpNoDelay for the name of the DWORD, and then press ENTER.

5. Right-click TcpNoDelay, and then click Modify.

6. In the Value data box, type 1 to turn on the Nagle algorithm socket option, or type 0 to turn off the option.

7. Click OK, and then quit Registry Editor.
You may want to check what is slowing you down in your connection to do this all you need to do is follow the instructions below.

Ping is a simple utility that is used to check if a server is active and responding, and if it is, how long it is taking packets of information to travel from your computer to the destination server. Packets are small blocks of data (often 32 bytes of information), the sending is then are checked to ensure that the data is transfered accurately. In addition to the time statistics provided, you will also receive the IP address of your destination.

Traceroute is a utility that helps diagnose network congestion between your computer (ISP) and the destination server (mysitespace).Traceroute works by sending packets of information from your location to the destination and timing how long it takes to receive a response. In addition to tracking the time it takes to reach the final destination, you are provided with the times to each 'Hop' between your terminal and the destination. Each Hop is a separate 'router' that your information must pass through. By providing the times for each hop, we can often find the source of problems accessing a server.

Using Ping in MS DOS
For Windows users, ping is already setup to run in the MS DOS window. To use Ping, open an MS DOS window, and type [html]ping www.mysitespace.com[/html] and press [ENTER]. You should see something that looks similar to the following:

[html]C:\WINDOWS>ping www.mysitespace.com

Pinging www.mysitespace.com [64.68.191.111] with 32 bytes of data:

Reply from 64.68.191.111: bytes=32 time=140ms TTL=244
Reply from 64.68.191.111: bytes=32 time=160ms TTL=244
Reply from 64.68.191.111: bytes=32 time=155ms TTL=244
Reply from 64.68.191.111: bytes=32 time=145ms TTL=244

Ping statistics for 64.68.191.111:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 145ms, Maximum = 160ms, Average = 150ms [/html]

This tells you that the mysitespace server is up and running, and that the average time it took 32 bytes of data to travel from your computer to mysitespace, and back is 98ms.

Using Traceroute in MS DOS
To use traceroute, open an MS DOS window, and type
[html]tracert www.mysitespace.com[/html]
and press [ENTER]. You should see something that looks similar to the following:

[html]C:\WINDOWS>tracert www.mysitespace.com

Tracing route to www.mysitespace.com [64.68.191.111]
over a maximum of 30 hops:

1 119 ms 121 ms 120 ms sym0103723m01.bctel.net [207.102.1.251]
2 107 ms 114 ms 98 ms 207.102.34.249
3 113 ms 117 ms 123 ms 192.197.174.118
4 135 ms 122 ms 116 ms 166.48.13.245
5 134 ms 145 ms 159 ms core7.SanFrancisco.cw.net [204.70.4.93]
6 144 ms 142 ms 136 ms Hssi2-1-0.BR1.SCL1.Alter.Net [206.157.77.74]
7 145 ms 152 ms 147 ms 105.ATM3-0.XR1.SCL1.ALTER.NET [146.188.145.158]
8 138 ms 149 ms 146 ms 195.ATM2-0.TR1.SCL1.ALTER.NET [146.188.146.2]
9 189 ms 170 ms 209 ms 107.ATM6-0.TR1.NYC1.ALTER.NET [146.188.137.165]
10 187 ms 180 ms 180 ms 199.ATM7-0.XR1.BOS1.ALTER.NET [146.188.179.85]
11 194 ms 177 ms 185 ms 191.ATM8-0-0.GW1.BOS1.ALTER.NET [146.188.176.225]
12 196 ms 208 ms 179 ms NVC.customer.UU.NET [64.68.0.242]
13 197 ms 206 ms 207 ms www.mysitespace.com [64.68.191.111]

Trace complete. [/html]
As you can see, it took 13 'hops' to get from my computer to the mysitespace server. If you experience hops with * this denotes possible congestion (packet loss) and can affect the loading of your pages. When this occurs and you are having trouble accessing your server, send in a support request with the above information.

If you want to find out what your ping is like to a server try
Pingtest.net - The Global Broadband Quality Test
select the server and it will test your connection, measuring packet loss, ping and jitter.

Now you have done that you should download a program called gamebooster. This program closes all unnecessary processes and other programs that are running. You can download gamebooster from:
Game Booster - Free software downloads and software reviews - CNET Download.com

Run it and close everything unecessary. Turn off your antivirus and close anything else connected to the internet (browser, torrents, downloads etc.) It also works best if your not using Wi-Fi. If however you are using Wi-Fi disconnect all devices from the Wi-Fi before playing as this will lower your ping.

If none of these things fix your problems than you may want to think about changing ISP's, the best ISP's are not your local phone company. Try going for the bigger companies, do some research and even see if you can buy a gaming package. Ping is not throughput. Keep that in mind. You can have a gigabit connection to your ISP, but if your ISP's network sucks, pings can be high.

How old is the wiring in your residence? Do you own it or rent? If you rent, not much you can do except probably waste money in buying fancy cat-3 cable. Might help, but success has been very limited.
If you own, or can get landlord permission to change the wiring, try making a new run from your network interface box outside the house, with high-quality wire, straight to your modem. This helps quite a bit in some cases.

Another way is to limit your MTU. Try different values of MTU. Personally I use 368. Beware that it will limit your download/upload speed but you will notice a reduction in latency.
The maximum transmission unit (MTU) of a layer of a communications protocol is the size (in bytes) of the largest protocol data unit that the layer can pass onwards. MTU parameters usually appear in association with a communications interface (NIC, serial port, etc.). Standards (Ethernet, for example) can fix the size of an MTU; or systems (such as point-to-point serial links) may decide MTU at connect time. A higher MTU brings greater efficiency because:
  • each packet carries more user-data
  • protocol overheads, such as headers or underlying per-packet delays, remain fixed,
  • higher efficiency means a slight improvement in bulk protocol throughput
  • However, large packets can occupy a slow link for some time, causing greater delays to following packets and increasing lag and minimum latency. For example, a 1500-byte packet, the largest allowed by Ethernet at the network layer (and hence over most of the Internet), ties up a 14.4k modem for about one second.


For DSL type connections. By switching from interleaved to fastpath, you gain improved latency at the cost of lowered download speeds.

Another big part is your distance from the host/server. The further away you live the more your ping will be raised. I believe the severs in Crossfire English are in Canada, West Coast, UK (London?) and somewhere in North America (correct me if i'm wrong). There is not much you can do about this but you may choose to move to one of these places if you wish.

Your internet security also raises your ping. If your going to keep it running then choose an AV that is light on your your computer such as AVGFree. It is also probably a good idea to disable your firewall.

If you do not understand any of this or need further help feel free to PM me.

DISCLAIMER: This is only for PC Smart users. I recommend it is used only by people with extensive or a fair amount of computer knowledge. You can do serious harm to your computer by playing around with the registery so only follow the set instructions.

__________________________________________________ _______________
LEATRIX LATENCY FIX
Virustotal. MD5: 0f51a7f5cb3f4a363114e95729a5d2f8
Leatrix_Latency_Fix_1.21.zip MD5:0f51a7f5cb3f4a363114e95729a5d2f8 - VirSCAN.org Scanners did not find malware!
Screenshots are impossible due to it being a registery editing file which does not have an interface.
#1 · edited 13y ago · 16y ago
JA
Jamin_Prince
Looks good but long and boring =/. Nice though!


EDIT: lmfao...? Leatrix_Latency made me lagg! =/
#2 · edited 16y ago · 16y ago
Time
[MPGH]Time
Is sticky worthy .
#3 · 16y ago
coolsidharth
coolsidharth
whoa so much typing you deserve a sticky ..
Good guide
#4 · 16y ago
Time
[MPGH]Time
Hope its not leeched haha .
#5 · 16y ago
Specttre
Specttre
Quote Originally Posted by Jamin_Prince View Post
Looks good but long and boring =/. Nice though!


EDIT: lmfao...? Leatrix_Latency made me lagg! =/
What operating system are you using, whats your net like, what are your specs and are you sure thats the thing thats making you lag?
It should slow up your downloading speed a little bit but it decreases ping not increases. I can't see any reason why you would lag because of this program. If your on Win7 or Vista try tut2. If on XP try tut1 (of the manual registery fix) if that doesn't work im happy to teamviewer you.
#6 · 16y ago
Spookerzz
Spookerzz
You live in Canada and have an Aussie Bandwidth?
#7 · 16y ago
Camkayak
Camkayak
one of the longist posts I have evea seen..........

Nice job
#8 · 16y ago
axg24
axg24
great tutorial.
#9 · 16y ago
JA
Jamin_Prince
Quote Originally Posted by Specttre View Post
What operating system are you using, whats your net like, what are your specs and are you sure thats the thing thats making you lag?
It should slow up your downloading speed a little bit but it decreases ping not increases. I can't see any reason why you would lag because of this program. If your on Win7 or Vista try tut2. If on XP try tut1 (of the manual registery fix) if that doesn't work im happy to teamviewer you.
Windows XP I don't lagg without it just when I use it lol np though nice guid.
#10 · 16y ago
XxSlavikxX
XxSlavikxX
Thanks For The Tutorial, It Lowers My Ping On CF!
#11 · 16y ago
Hahne
Hahne
This is a huge post but very helpful I like it

/sticky
#12 · 16y ago
Specttre
Specttre
Thanks for the sticky.
#13 · 16y ago
Sals
Sals
Quote Originally Posted by Specttre View Post
Thanks for the sticky.
Good work Specttre

You even got a sticky xD
#14 · 16y ago
carioka
carioka
Thanks!
But it doesn't work for me, anyways, i like my ping 165.]






xDxDxDxD
#15 · 16y ago
Posts 1–15 of 128 · Page 1 of 9
…

Post a Reply

Similar Threads

  • How to lower your ping crazy!By iQ[?] in CrossFire Tutorials
    33Last post 13y ago
  • How To Lower Your Ping In Windows 7[100% Working]By youngbuck1970 in Alliance of Valiant Arms (AVA) Tutorials
    81Last post 12y ago
  • How to lower your ping #2. (1 way.)By iQ[?] in CrossFire Tutorials
    37Last post 15y ago
  • How to see your Ping more detailedBy BigPop in Call of Duty Modern Warfare 2 Tutorials
    38Last post 16y ago
  • How do you lower your ping and make your fps higher?By igotfish1995 in CrossFire Hacks & Cheats
    1Last post 17y ago

Tags for this Thread

#connection#fix#lag#latency#ping