View Single Post
Old 12-06-2008, 10:28 PM   #14 (permalink)
sUBs
Asst Manager Security, Expert Analyst, Moderator, Security Team; Rangemaster, Moderator, TSF Academy
 
sUBs's Avatar
 
Join Date: May 2005
Posts: 24,353
OS: N/A


Re: Really wierd problem with browsers and other things.

Open NOTEPAD.exe and copy/paste the text in the quotebox below into it:

Code:
@echo off
if exist "%temp%\log.txt" del "%temp%\log.txt"

for %%g in (
"C:\Documents and Settings\Owner\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\file\game.class-61c915b-6e03d5be.class Java"
"C:\Program Files\DAEMON Tools Pro\daemon.tools.pro.patch.exe"
"C:\WINDOWS\system32\dmserv.dll"
"C:\WINDOWS\system32\1024\ld58B6.tmp"
"C:\WINDOWS\system32\1024\ld5971.tmp"
) do (
del /a/f/q %%g >nul 2>&1
if exist %%g echo.%%~g>>"%temp%\log.txt"
)
attrib -h -r -s -a "C:\WINDOWS\system32\dmserver.dll"
move /y "C:\WINDOWS\system32\dmserver.dll" C:\QooBox\Quarantine\C\Windows\System32\dmserver.dll.vir
nircmd wait 5000
If not exist "C:\WINDOWS\system32\dmserver.dll" (
copy /y C:\QooBox\Quarantine\C\Windows\System32\dmserver.dll.vir "C:\WINDOWS\system32\dmserver.dll"
echo.C:\WINDOWS\system32\dmserver.dll>>"%temp%\log.txt"
)
if exist "%temp%\log.txt" ( start notepad "%temp%\log.txt"
) else echo.Deleted Successfully !!
nircmd wait 7000
del %0
Save this as fix.bat Choose to "Save type as - All Files"
It should look like this:
Double click on fix.bat & allow it to run

Post back to tell me what it says
sUBs is offline