ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
How To clean the AWToolKit Trojan (Community)
How To clean the AWToolKit Trojan // CommunitythemaskJul 23, 2003, 4:21am
THANKS TO NELXAGA:
To get rid of the awtoolkittrojan download http://iceflare.net/nelxaga/stuff/awtoolkitdeleter.zip or use source code Private Sub clean_click() On Error GoTo 10 Dim path1 As String Dim path2 As String Dim path3 As String path1 = "c:\windows\msagent\mslxlu.com" path2 = "c:\windows\win32cmds.exe" path3 = "c:\windows\system\msrkds.com" Kill (path1) Kill (path2) Kill (path3) 10 MsgBox "Paths weren't found meaning that your computer doesn't have the trojan" End Sub johnJul 23, 2003, 5:49am
Problem with that code, lol!!! Ya needa tell people to run it while in SAFE
MODE (press f8 just before windows starts boot procedure) ~John [View Quote] brantJul 23, 2003, 10:17am
Another problem - this code doesn't remove the registry entries that are
still there, and the messagebox will ALWAYS be displayed, whether the files were found or not. An "Exit Sub" statement needs to be placed after the third "Kill" statement. [View Quote] calhounJul 23, 2003, 10:19am
and the last problem: get me unejected from NewAW and AWTeen
[View Quote] jstone2004Jul 23, 2003, 12:25pm
rossyboyJul 23, 2003, 5:38pm
Don't know how you got ejected from NewAW, but you got ejected from
AWTeen because M a t t kept using bots under your PPW. I don't know why they ejected you for this long though... oh wait, it was probably a manually added ejection, so it'll continue until you get them to delete it. "calhoun" <coen at charter.net> wrote this (news:3f1eb8b7$1 at server1.Activeworlds.com) in community on 23 Jul 2003: > since I was probably ejected last night, I'd say longer [View Quote] |