Cut Your Latency in HALF menu

User Tag List

Page 3 of 6 FirstFirst 123456 LastLast
Results 31 to 45 of 82
  1. #31
    Sacklunch's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been looking for this fix as I used to have it on an old PC... glad to see it here again!

    Cut Your Latency in HALF
  2. #32
    kukk4's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by agni View Post
    Just use this easy guide.. nothing more nothing less, got my latency from 200 to 60
    Thanks, got my latency from 186 to 22

  3. #33
    KnasaNNB's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Erhmm, i did this. and my latency is higher then ever ? o0

  4. #34
    Hezpadooka's Avatar Active Member
    Reputation
    15
    Join Date
    May 2008
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Worked for me! 300-120

  5. #35
    Majin95's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    THank u so much x)

  6. #36
    maladar's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ~350 -> ~100


    works

  7. #37
    edoroom's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am using lowerping service.
    its really cheap and great service
    from 350-370
    i got down to 100-130
    i recommand that service^^
    i wil dont try what you saying becasue i am good with the lowerping service.
    if i wasnt with that service so i could try it.
    ty anyway.

  8. #38
    shroke's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Shocked that it actually works.... 300ms down to 150ms now

  9. #39
    crzyballr's Avatar Member
    Reputation
    3
    Join Date
    Jan 2008
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah this rocks! + rep

  10. #40
    zoloz's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    worked thanks

  11. #41
    Unholyshaman's Avatar ★ Elder ★
    Reputation
    1517
    Join Date
    Jun 2007
    Posts
    2,827
    Thanks G/R
    20/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I extract the files, it gives me as it said the install, remove and checker files ( in a .vbs format). When I double click on any of those files it just opens it up on notpad

    Code:
    ' Leatrix Latency Fix 1.15 (Install Script)
    ' To use, simply run this script and restart your computer.
    ' To run from within batch files, use 'cscript Install.vbs"
    
      logo = "Leatrix Latency Fix"
      Leatrix_Version = "1.15"
    
      Const HKEY_LOCAL_MACHINE = &H80000002
    
      Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\default:StdRegProv")
      Set shell = CreateObject("Shell.Application")
      set wsnet = WScript.CreateObject("WScript.Network")
      computername = ucase(wsnet.computername)
    
      strKeyPath = "SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\"
      oReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
    
      if Wscript.Arguments.Count => 1 then
        if (WScript.Arguments.Item(0) = "uac") then Leatrix_Uac = 1 else Leatrix_Uac = 0
      end if
       
      If Instr(1, WScript.FullName, "cscript", vbTextCompare) > 1 Then
        Leatrix_Script = 1
      End If
    
    ' Show logo for script users
      if Leatrix_Script = 1 and Leatrix_Uac = 0 then
        wscript.echo "Leatrix Latency Fix " & Leatrix_Version & " Batch Mode."
        wscript.echo ""
      end if
    
    ' Latency fix has already been ap
    etc etc



    Never mind, found a fix on the actual FAQ website
    When I double-click the script file, it opens in another application (such as Notepad) instead of running it. Why is that?
    For some reason, VBScript files are associated with another application on your computer. This is probably the result of some software you installed in the past or some registry change that you made.

    VBScript files should instead be associated with the VBScript engine so that they can run. This is the default behaviour in Windows.

    To rectify this, do the following.

    Right-click the script file and choose "Open With...". A window will appear listing a selection of programs that you can open VBScript files with. If "Microsoft Windows Based Script Host" (or similar) is shown in the list, choose that, then check the "Always use the selected program" button and click Ok.

    If "Microsoft Windows Based Script Host" (or similar) isn't shown in the list, click Browse. Navigate to your System32 folder (normally "C:\Windows\System32") and choose Wscript. Again, check the "Always use the selected program" button and click Ok.

    VBScript files will now open with the VBScript engine and they'll run fine.
    Last edited by Unholyshaman; 10-22-2009 at 07:29 AM.

  12. #42
    hDy's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cut about 50ms off my ping, nice.

  13. #43
    hatchet2dope's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bumping this up again, made my MS down to 50 in dal and 30 in general everywhere else, thanks!

  14. #44
    maggibesti's Avatar Contributor
    Reputation
    90
    Join Date
    Mar 2008
    Posts
    315
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks alot, just went from 200-300 MS to 0-100.

    Hm weird I couldn't give rep to this post. Anyway thanks alot btw.
    Last edited by maggibesti; 12-28-2009 at 10:03 PM.

  15. #45
    Slikker's Avatar Active Member
    Reputation
    34
    Join Date
    May 2008
    Posts
    226
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are u kidding me? major repost! this has been known for like, ever
    What seems to be the problem officer?? ... hic

Page 3 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [Trading] my steam acc on your WOWTCG loot. ( HALF LIFE ORANGE BOX+modern warfare 2)
    By falcon in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 09-25-2010, 04:30 AM
  2. [Guide] Cut your PING in half for FREE!!
    By 7itanium in forum World of Warcraft Guides
    Replies: 15
    Last Post: 08-27-2008, 02:09 PM
  3. How to improve your latency and fps on wow
    By snowbird in forum World of Warcraft Guides
    Replies: 5
    Last Post: 07-12-2008, 03:03 PM
  4. Decrease Your Latency and Improve Framerates
    By Airwavez in forum World of Warcraft Bots and Programs
    Replies: 28
    Last Post: 03-25-2008, 09:53 PM
All times are GMT -5. The time now is 05:57 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search