Enhanced Interrogator
[H]ard|Gawd
- Joined
- Mar 23, 2013
- Messages
- 1,470
Name of the file was fcbd.bat, ran at startup, here are the contents:
what's up with that? Virus or something? Google search isn't returning anything.
SET PATH_FCBD=NU
for /f "skip=2 tokens=3 delims= " %%R in ('REG QUERY "HKEY_CURRENT_USER\Software\ubisoft\Far Cry 3 Blood Dragon" /v ExecutableName') do (
SET PATH_FCBD=%%R
)
IF "%PATH_FCBD%" NEQ "NU" (
goto:eof
)
regedit.exe /S "F:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher\games\Far Cry 3 Blood Dragon\Support\inst\add_regs.reg"
what's up with that? Virus or something? Google search isn't returning anything.