Argonath RPG - A World of its own

Argonath RPG Community => Hardware/Software support => Resolved issues => Topic started by: dtlove on January 28, 2010, 09:05:52 pm

Title: A good Antivirus: for 1337 gamers
Post by: dtlove on January 28, 2010, 09:05:52 pm
Can I recommend a good antivirus, Its called ad-Aware Game Edition, Its great, It uses very little CPU, it block's pop ups while In Game, it picks up most of the viruses others don't.

The only downside is that it, Costs, google it though, its good.

Last I checked it costs around: $24.95


 :rules:
Title: Re: A good Antivirus: for 1337 gamers
Post by: Janar on January 29, 2010, 12:08:07 am
It is not an antivirus - It is a spyware remover.

Never mind, it is updated.
Title: Re: A good Antivirus: for 1337 gamers
Post by: Vince on January 29, 2010, 03:00:55 am
MSE - Microsoft Security Essentials
Title: Re: A good Antivirus: for 1337 gamers
Post by: Roman on January 29, 2010, 03:25:13 am
Kaspersky the best antivirus.
Title: Re: A good Antivirus: for 1337 gamers
Post by: BLiSS908 on January 29, 2010, 09:13:11 am
I don't see the point of Anti Virus programs. I mean if you are not stupid enough to use the web for good, you wont need it. I never needed an Anti Virus program since I stopped torrenting.
Title: Re: A good Antivirus: for 1337 gamers
Post by: dtlove on January 29, 2010, 05:15:34 pm
MSE - Microsoft Security Essentials
Yeah, I always use to use MSE, but I got a virus (Well 3) and it ocundt remove them, So I found AAGE, Its great.
Title: Re: A good Antivirus: for 1337 gamers
Post by: Bilbo on January 29, 2010, 06:12:30 pm
avast - Free, reliable, light, user-friendly, and no viruses/trojans in the past 3 years. Do I need to say more?
Title: Re: A good Antivirus: for 1337 gamers
Post by: Daco on January 29, 2010, 06:14:28 pm
avast - Free, reliable, light, user-friendly, and no viruses/trojans in the past 3 years. Do I need to say more?
You don't, it's the best one, freeware.
Title: Re: A good Antivirus: for 1337 gamers
Post by: Kessu on January 31, 2010, 04:47:33 pm
Avast is the best from what I've used so far;
F-Secure;
Norton Internet Security;
Avira Antivirus;
AVG;
Avast;
Ad-Aware...
Title: Re: A good Antivirus: for 1337 gamers
Post by: Void on January 31, 2010, 07:27:50 pm
I have been using Kaspersky AV and Zone Alarm for the past 4 years and since that time not even a single spyware/malware/trojan/worm entered my computer,but opinions are different.
Title: Re: A good Antivirus: for 1337 gamers
Post by: Caltson on January 31, 2010, 09:40:42 pm
Well..  :roll:

Quote
Virusses

Virusses are the most common form of internet attacks. When you get infected, most common problems are unwanted spam messages / Websites / Programs you didn't even install or in harder cases even the disabling of some features of your windows. Whenever you have a problem it ALWAYS can be fixed, no matter how worse it is.



Anti - Virus Programs

For every virus excists a cure, the most virusses can be easily solved by installing Anti Spy / Malware applications. Here goes a list of approved virusscanners by me.

AVG 8.0 -  AVG Is one of the most user friendliest Virusscanners wich is good for daily use. It can detect items on open, Meaning when you open a file, it will be warning you that the file can bring possible damage to the system.
AVG Also can scan on virusses itself, But it's not effective against malware.

MalwareBytes AntiMalware - This is a Anti - Malware application wich is very powerfull against Malware specific. It can get rid of most annoying virus applications that comes along. (Fake Virus Scanners, Spam Messages,.... ) This better gets installed BEFORE getting infected as virusses are known to block the installer.exe file of this scanner. However you mostly can resolve this just by changing name. (ex. iFool_Thevirus.exe) This application is only able to scan, and cannot detect items on open.

SuperAntiSpyware Another application, This one mostly protects you from bad cookies (Not joking), Trackers, And even keyloggers / Hijackers can be stopped / Deleted by this application. However, It is very unusable against Virusses NOR Malware.



Features Blocked

In some cases a virus might disable some of your functions wich you'll need to operate good.
These kind of Restrictions mostly cannot be solved by virusscanners, So another tactic will be needed.

Registration Repair Tools (RRT) Are able to Enable ALL of your functions like they once used to be.
These tools can be found over the internet, Yet also you can add them as .reg file to the register.

Most Common Restrictions

Task Manager Whenever this function gets disabled, You can simply open notepad, and paste following code into it.

Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000
"**del.DisableTaskMgr"=" "

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\]
"DisableTaskMgr"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DisableCAD"=dword:00000000

Then, Save this as ****.reg and double-click on it. Choose yes when prompted to add this to the registry.
Reboot, and after that you should be able to have open the Task manager once again.



System Restore Whenever System Restore is Disabled, You can activate it back via the 'System Restore' tab of your computer properties, Whenever this option is disabled by a virus, you can activate the system restore with following code :

Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore]
"DisableConfig"=dword:00000000
"DisableSR"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr]
"Type"=dword:00000002
"Start"=dword:00000000
"ErrorControl"=dword:00000001
"Tag"=dword:00000004
"ImagePath"=hex(2):53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
  52,00,49,00,56,00,45,00,52,00,53,00,5c,00,73,00,72,00,2e,00,73,00,79,00,73,\
  00,00,00
"DisplayName"="System Restore Filter Driver"
"Group"="FSFilter System Recovery"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Parameters]
"FirstRun"=dword:00000000
"DontBackup"=dword:00000000
"MachineGuid"="{EAAFAEEC-4AFE-42BE-83D9-C12FDD4942A6}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Security]
"Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\
  00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
  00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\
  05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\
  20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\
  00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\
  00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Enum]
"0"="Root\\LEGACY_SR\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows NT\SystemRestore]
"DisableSR"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows NT\SystemRestore]
"DisableConfig"=dword:00000000

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows NT\SystemRestore]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows NT\SystemRestore]

Then, Save this as ****.reg and double-click on it. Choose yes when prompted to add this to the registry.
Reboot, and after that you should be able to have open the Task manager once again.



Register Editor   When this is disabled, you cannot acces the registry to modify / Delete malicious keys. Enable can also be done by making a script;

Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"**.del.DisableRegistryTools"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"**del.DisableRegistryTools"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

Then, Save this as ****.reg and double-click on it. Choose yes when prompted to add this to the registry.
Reboot, and after that you should be able to have open the Task manager once again.



Wallpapers Unchangeable Also a common issue is that your unable to change your wallpaper when viewing your Desktop properties. This can only be undone by a script.

Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop]
"NoChangingWallPaper"=dword:00000000
"NoAddingComponents"=dword:00000000
"NoComponents"=dword:00000000
"NoDeletingComponents"=dword:00000000
"NoEditingComponents"=dword:00000000
"NoCloseDragDropBands"=dword:00000000
"NoMovingBands"=dword:00000000
"NoHTMLWallPaper"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"NoDispBackgroundPage"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"NoDispScrSavPage"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoActiveDesktopChanges"=hex:00,00,00,00
"NoActiveDesktop"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"NoDispCPL"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ClassicShell"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoFolderOptions"=dword:00000000
"NoSimpleStartMenu"=dword:00000000
"NoCDBurning"=dword:00000000
"NoComputersNearMe"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\run]
"NoActiveDesktopChanges"=hex:00,00,00,00
"NoActiveDesktop"=dword:00000000
"NoSaveSettings"=dword:00000000
"ClassicShell"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"Wallpaper"=-
"WallPaperStyle"=-



List of current known virusses and how to delete

- Antivirus 2009
- Deletable by Malwarebytes. (Can be shut down in Processes, Or in MSCONFIG )

- XP Police - Deletable by Malwarebytes 
       (Can be shut down in Processes, Or in MSCONFIG )

- Any unwanted message right of your taskbar clock -
Deletable by AVG, Malwarebytes.

- MS AV2009 - Deletable by Malwarebytes or by hand (delete folder C:\Program Files\MS-AV09 )

- Flashing Warning Sign as background :
Deletable by Malwarebytes or with Enable Wallpaper Script




List of Potential dangerous Processes

CLI.exe - Can give infinite amount of fake error messages, wich have to be clicked away time after time.

av2009.exe - Brings up a fake Virus Scanner wich will try to scam you by purchasing fake software.

VBS.exe - Might be not a virus, when you made a script yourself and got it running, Otherwise it may be a virus that will bring up fake messages, Open / Close your CD / DVD Drive automaticly, or make your pc have weird bleeping sounds.

Thisisnovirus.exe The name says enough.

MS.exe Same working as AV2009.







TOPIC LAST UPDATED ON 15/2/09
Title: Re: A good Antivirus: for 1337 gamers
Post by: Squeak on January 31, 2010, 09:41:58 pm
How would you get pop-ups if you're ingame anyway?
Title: Re: A good Antivirus: for 1337 gamers
Post by: Aimzz on February 01, 2010, 04:55:55 pm
I would recommend Bitdefender total security, with gamer mode, It's not free though, If you are not "buying" it, If you know what I mean  ;)
SimplePortal 2.3.7 © 2008-2025, SimplePortal