How to clean acaddoc.lsp virus from your pc

Türkçesi: Acaddoc.lsp virüs temizleme lisp programı
Actually this is not a virus, it is a worm depending on autocad lisp routines. All it does is copying itself in every folder you open a drawing. I created a lisp routine to clean all the existences of the worm from lsp and mnl files located at the autocad support folders.

Update: I created a small program to clear this virus from your lisp files. You can download it here.

Follow these steps to get rid of this worm:

  1. Download the routine:
     acaddocfix_1.6.lsp (8.7 KiB, 20,695 hit)
  2. Load the lisp file using APPLOAD command
  3. The lisp file will run automatically and it will clean all the existences of the worm in your support folders.
  4. Run an antivirus or a cleaner to get rid of “acaddoc.lsp” files. Normally cleaner routine installs a simple routine in your acad20XXdoc.lsp file which automatically clean those files but i recommend cleaning all the viruses with an anti-virus first. You can also download del-acaddoc.bat dos batch file to clean all your drives manually. Run this batch once and it will delete all acaddoc.lsp files on your system.
NOTE: If any of the infected files in your Autocad Support folders are READONLY the cleaner won’t be able to clean those files !!

WARNING: This routine will install a routine to delete “acaddoc.lsp” files. If you somehow use acaddoc.lsp files remove the following lines from your acad20xxdoc.lsp starting with:

(setq acaddocfix t)
;;; ^^ ACADDOCFIX STARTS HERE ^^

Please contact me if you see an error.
Cheers!

  • Jack Dec 27, 2011

    try in command promt
    del acad.lsp /f/s/q/a

  • sagar mehta Dec 31, 2011

    thank you very much……..it worked
    i was tired of deleting .lsp files
    you ended my problem

  • elie Jan 30, 2012

    thanks man,i dont believe bitdefender 2012 could not solve my problem,and this routine solve it..thanks 1 more time

  • Baris Mar 16, 2012

    Metin, thank you for this tool very much. Does it also clean acad.lsp files which shows up everywhere?

  • nikrooz Mar 27, 2012

    Thank u much! teshakkur! :D

  • Derek Apr 4, 2012

    This .lsp file worked on one installation of Autocad 2011 but it crashes on autocad 2011 MEP.

  • kimo May 2, 2012

    i have acad.lsp file it copy it self eache time i open drawing and i can’t open cad directly i must open drawing to open autocad and i tied to use your solution but it didn’t work what should i do .
    thanks

Reply

Required fields are marked *

*