Cara Membuat Program 'Mata-Mata' Sederhana Dengan Notepad / " How to Make a Simple 'Spy' Program with Notepad ++"
udah gak asing lagi, kalau PC atau Laptop seringkali dipinjem dan pastinya dipake sama orang lain, misalnya temen, adek, kakak, orang tua, atau yang lainya, pasti kalian enggak mau kan kalo misalnya PC/Laptop kalian itu tiba-tiba error, kena Virus atau sebagainya karna kesalahan orang lain yang make PC kalian.
Apalagi kalo misalnya orang yang makenya itu ga mau ngaku, dan akhirnya kasus itu pun menjadi misterii~. Nah kalau udah kayak begitu kan diri kita yang rugi, untuk membuat hal itu gak terjadi aku punya solusi buat kalian nih yaitu dengan membuat aplikasi "mata-mata" lewat notepad ++.
apa fungsinya aplikasi mata-mata ini dah gan? banyak banget, salah satunya Program ini tuh fungsinya berfungsi untuk mendata orang-orang yang make PC kamu (semacam buku tamu). Jadi kalo misalnya ada yang error, kalian bisa nyalahin orang yang terakhir make, selama bukan kalian sendiri penyebabnya :v. Langsung aja, gini cara bikinyaa...
Bahan:
1.Komputer / Laptop
2.Notepad ++
3.1 gelas kopi ( Jaga Jaga kalau ngantuk :D)
1.Komputer / Laptop
2.Notepad ++
3.1 gelas kopi ( Jaga Jaga kalau ngantuk :D)
Tahapan:
1.Pertama, buka program
Notepad++.
2.Lalu, Masukan Skrip Batch berikut :
@ECHO
OFF
echo Microsoft Coorporation (C) 2015
echo Please enter your name to start Windows Normally anda Safely:
set /p "name=(Your Name Here)>
echo ------------------------------------------------------- >> D:\login.txt
echo User yang dipakai : %username% >> D:\login.txt
echo Pengguna yang memakai : %name% >> D:\login.txt
echo Dipakai pada tanggal : %date% >> D:\login.txt
echo Pada jam : %time% >> D:\login.txt
echo ------------------------------------------------------- >> D:\login.txt
cls
echo Thanks for your participation..
pause
Penjelasan :
(#)- Tulisan warna merah adalah perintah utama dari program ini, jadi jangan di ganti-ganti.
(#)- Tulisan warna biru adalah tempat dimana hasil 'pengintaian' , akan disimpan, Jangan di Drive (C:), karena kalo mau buat file di (C:) harus jadi Administrator dulu. Dan kalo diganti pastiin semua direktori atau tempatnya sama, dan akhiranya harus tetep ada 'login.txt' (tanpa tanda kutip)
(#)- Tulisan warna ungu adalah pengecoh untuk 'korban', Buat semeyakinkan mungkin biar pas disuruh isi nama si 'korban' jujur ngisi nama sendiri.
3. Kemudian, Save dengan ekstensi '.bat', contoh Spy.bat
4. Setelah itu,taruhlah program ini di Startup supaya pas PC nyala, program ini langsung muncul, yaitu di '%appdata%\Microsoft\Windows\Start Menu\Programs\Startup' tanpa tanda kutip.
echo Microsoft Coorporation (C) 2015
echo Please enter your name to start Windows Normally anda Safely:
set /p "name=(Your Name Here)>
echo ------------------------------------------------------- >> D:\login.txt
echo User yang dipakai : %username% >> D:\login.txt
echo Pengguna yang memakai : %name% >> D:\login.txt
echo Dipakai pada tanggal : %date% >> D:\login.txt
echo Pada jam : %time% >> D:\login.txt
echo ------------------------------------------------------- >> D:\login.txt
cls
echo Thanks for your participation..
pause
Penjelasan :
(#)- Tulisan warna merah adalah perintah utama dari program ini, jadi jangan di ganti-ganti.
(#)- Tulisan warna biru adalah tempat dimana hasil 'pengintaian' , akan disimpan, Jangan di Drive (C:), karena kalo mau buat file di (C:) harus jadi Administrator dulu. Dan kalo diganti pastiin semua direktori atau tempatnya sama, dan akhiranya harus tetep ada 'login.txt' (tanpa tanda kutip)
(#)- Tulisan warna ungu adalah pengecoh untuk 'korban', Buat semeyakinkan mungkin biar pas disuruh isi nama si 'korban' jujur ngisi nama sendiri.
3. Kemudian, Save dengan ekstensi '.bat', contoh Spy.bat
4. Setelah itu,taruhlah program ini di Startup supaya pas PC nyala, program ini langsung muncul, yaitu di '%appdata%\Microsoft\Windows\Start Menu\Programs\Startup' tanpa tanda kutip.
5. tunggu bebberapa saat hingga
program yang dibuat selesai disimpan di starup.
6. selesai, program dapat digunakan
dan dijalankan.
Ingredients:
1. Computer /
Laptop
2. Notepad
3. 1 cup of coffee (Take care if you're sleppy: D)
2. Notepad
3. 1 cup of coffee (Take care if you're sleppy: D)
The steps:
1. First, open the Notepad ++ program.
2. Then, enter the following Batch Script :
@ECHO OFF
echo Microsoft Coorporation (C) 2015
echo Please enter your name to start Windows Normally you Safely:
set /p "name=(Your Name Here)>
echo ------------------------------------------------------- >> D:\login.txt
echo User used : %username% >> D:\login.txt
echo Users using : %name% >> D:\login.txt
echo Used on : %date% >> D:\login.txt
echo At hour : %time% >> D:\login.txt
echo ------------------------------------------------------- >> D:\login.txt
cls
echo Thanks for your participation..
pause
Explanation:
(#) - Red writing is the main command of this program, so don't change it.
(#) - Blue writing is where the results of 'reconnaissance' will be saved, Don't Drive (C :), because if you want to create a file in (C :) it must be an Administrator first. And if replaced, of course all the directories or places are the same, and finally there should be 'login.txt' (without quotes)
(#) - The purple writing is tricky for the 'victim', Make sure it is possible so that it is right to be told to fill in the name of the 'victim' honestly fill your own name.
1. First, open the Notepad ++ program.
2. Then, enter the following Batch Script :
@ECHO OFF
echo Microsoft Coorporation (C) 2015
echo Please enter your name to start Windows Normally you Safely:
set /p "name=(Your Name Here)>
echo ------------------------------------------------------- >> D:\login.txt
echo User used : %username% >> D:\login.txt
echo Users using : %name% >> D:\login.txt
echo Used on : %date% >> D:\login.txt
echo At hour : %time% >> D:\login.txt
echo ------------------------------------------------------- >> D:\login.txt
cls
echo Thanks for your participation..
pause
Explanation:
(#) - Red writing is the main command of this program, so don't change it.
(#) - Blue writing is where the results of 'reconnaissance' will be saved, Don't Drive (C :), because if you want to create a file in (C :) it must be an Administrator first. And if replaced, of course all the directories or places are the same, and finally there should be 'login.txt' (without quotes)
(#) - The purple writing is tricky for the 'victim', Make sure it is possible so that it is right to be told to fill in the name of the 'victim' honestly fill your own name.
3. Then, Save with the extension '.bat', for example Spy.bat
4. After that, put this program in the Startup so that it fits on the PC, this program immediately appears, namely in '% appdata% \ Microsoft \ Windows \ Start Menu \ Programs \ Startup' without quotes.
5. wait for a few moments until the program that is made is
saved in starup.
6. complete, the program can be used and executed.
6. complete, the program can be used and executed.
Komentar
Posting Komentar