My Blog Menu

Recent
Article
Label
About
Showing posts with label Script. Show all posts
Showing posts with label Script. Show all posts

Friday, September 14, 2018

VB6 File Renamer (Hide/Lock your Data)

Wanna hide your data content? just rename it all with random name from your PIN, no encryption or hide file needed.

All you need is browse the folder, create your pin and press lock. For example you create folder named "cache" and you lock it, nobody know what it was, all file and folder inside will be randomly renamed (depends on your PIN).

WARNING: Remember your PIN, you can't recover it form anywhere because your pin is your new generated file name, i'm NOT responsible if you forgot your PIN - DWYOR



Click HERE to download. Dropbox link.

Wednesday, December 12, 2012

VB6 Folder Locker

I've create a more powerfull Folder Locker, now i made it from VB6.


Download Here!
MediaFire Password : f4id's-bl0g

Thursday, October 18, 2012

Membuat Folder Locker dari HTA (HTML Application)

Sebelumnya ane pernah membahas soal folder locker dari VBS, nahh, sekarang ane buat lebih "powerfull" dengan script HTA (HTML Application), caranya mudah, cukup copas semua kode di bawah ini ke dalam notepad lalu simpan dengan ekstensi "*.HTA" (mis."Locker.hta") lalu jalankan,,, saat pemakaian pertama, agan/sist bakal disuruh buat folder baru dan password baru... ;)

code: 

Friday, August 31, 2012

Make Folder Locker from HTA (HTML Application)

Previously I've talked about making a VBS folder locker, now I make a version of HTML Application (HTA), just copy code below into notepad and save it as "*.HTA" extension (ex."Locker.hta"), and then double click it and enjoy,,, if some problem found in my HTA, please fix it,,, if you run the HTA for first time, you'll asked to make new folder and new password...

code: 

Wednesday, August 1, 2012

Membuat Folder Locker dari Visual Basic Script (VBS)

Sebelumnya ane udah membahas soal "Membuat Folder Locker dari BATCH", nah, sekarang ane buat yang baru nih, kali ini bukan bahasa BATCH yang digunakan, tetapi bahasa Visual Basic Script (VBS),,, tetapi mungkin masih banyak kesalahan pengeditan, soalnya ane juga masih awam dalam bahasa VBScript, kalo ada yang nemu kesalahan tolong di fix ya, Ok, langsung aja, pertama2 copass semua script di bawah ini ke notepad, lalu save dengan extensi "*.VBS", caranya setelah nulis di notepad pilih save as, terus tambahin .vbs dibelakang nama file, dan ubah formatnya menjadi all files, lalu save deh...

code: 

Make Folder Locker with Visual Basic Script (VBS)

Previously I've talked about making a batch folder locker, now I make a version of Visual Basic Script (VBS), but my knowledge about VBS less than about BAT, if there are any problems found, please fix it, Ok, let's start, first Copy this script into notepad and save as "*.VBS" extension, ex:"Locker.vbs", after that, run the VBScript file and follow the wizard to make new folder and new password...

code: