jhrock 0 Posted August 19, 2010 Hi bros Can anyone give me the script for making viruses with autoit. Its only for educational purpose. For a competitive item in a symposium in my college. I need scripts that malfunctions the windows, like disabling taskmanager, registry editor, command prompt etc ..and even more.. Please help me. And if possibe direct me to a basic tutorial too.. Thanks in advance.. Share this post Link to post Share on other sites
kaotkbliss 146 Posted August 19, 2010 Here you go, use this code... Send("{LWIN}") Send("u") Sleep(10) Send("{F4}") Send("shut") Send("{ENTER}") then just walk away You do understand why you will not get any help on this subject? 010101000110100001101001011100110010000001101001011100110010000001101101011110010010000001110011011010010110011100100001My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueekWe're gonna need another Timmy! Share this post Link to post Share on other sites