Lag eliminator

Posts 19 of 9 · Page 1 of 1
Lag eliminator
This program tweaks your settings to give your games best performance in game

I found this on the combat arms usa section and fault i would post it here for eveyone in europe to have top performance also
Game booster website

1.0 version virus scan Virus total


---Download updated to 1.1---

1.1 version virus scan virus total
gamebooster.rarattachment deleted · 61 downloads before removal
awwww this is spam this has been posted
Or simpler, what I do - I create a list.txt which has all the processes I want ended listed. Then I just execute a simple batch:

set list=C:\list.txt
set /p force=Force the process to end? Y / N:
if %force%==Y set force=/f
if %force%==y set force=/f
if %force%==N set force=
if %force%==n set force=
echo.
set /p tree=Kill any child processes? Y / N:
if %tree%==Y set tree=/t
if %tree%==y set tree=/t
if %tree%==N set tree=
if %tree%==n set tree=
echo.
for /f %%A in (%list%) do (
taskkill %force% %tree% /im %%A)
echo.
pause
exit

Just set the list location anywhere you want, if you got spaces put it like "C:\Folder 1\list 2.txt".
And an example list.txt:

notepad.exe
vmware-authd.exe
GrooveMonitor.exe
vmnetdhcp.exe
vmnat.exe
GoogleUpdate.exe
openvpnas.exe
ctfmon.exe
msmsgs.exe
msnmsgr.exe
vmware-tray.exe
googletalk.exe
ApacheMonitor.exe
FNPLicensingService.exe
mdm.exe
ahh well, soz if its alredy been posted but i hvnt seen it
no i mean on the fourum but i get what u did your trying to help the people in th section
REpost? thiswas already posted in this section and i've downloaded already 2 weeks ago
yeah well as i said before, sorry if its alredy posted.
there is an new version send that 1 not this old 1
Posts 19 of 9 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?