Jump to content

First Gift to My friends by me A file hider....


Starstar
 Share

Recommended Posts

With the best wishes i wrote a script with autoit that can help you hiding your personal data.

;File Hider
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$Dir=":\"
$FilehideGui = GUICreate("File Hider", 287, 190, 193, 115)
$lblDrivename= GUICtrlCreateLabel("Drive Name:", 16, 40, 60, 17);Drive name in which your Folder save that you want Hide.
$lblFoldername = GUICtrlCreateLabel("Folder/File Name:", 16, 80, 95, 17);Folder name or file name that you want hide.if your,s specific folder is present in another folder you can write his name as(Folder\folder1\folder2\etc)
$txtdrivename = GUICtrlCreateInput("", 112, 40, 153, 21)
Dim $ES_PA,$ES_AU
$txtFoldername = GUICtrlCreateInput("", 112, 80, 153, 21, BitOR($ES_PA,$ES_AU))
$btnOK = GUICtrlCreateButton("&Hide!", 200, 160, 75, 25, 0)
$btnOK2 = GUICtrlCreateButton("&Show!", 120, 160, 75, 25, 0)
$lblInfo3 = GUICtrlCreateLabel("AdnanBaloch", 10, 164, 110, 80)
GUICtrlSetFont($lblInfo3, 12, 800)
GUISetState(@SW_SHOW)
While 1
$uMsg = GUIGetMsg()
Switch $uMsg
Case $btnOK
$Drivename = GUICtrlRead($txtdrivename)
If StringLen($Drivename)=0 Then
MsgBox(64,"AdnanBaloch","Plese Enter Your Drivername.")
Else
$Foldername = GUICtrlRead($txtFoldername)
If StringLen($Foldername)=0 Then
MsgBox(64,"HM_LINK 03216592390","Plese Enter Your Folder or File name.")
Else
$Drivename = GUICtrlRead($txtDrivename)
$Foldername = GUICtrlRead($txtFoldername)
Run("CMD")
Sleep(500)
Send("attrib {+}s {+}h ")
Send($Drivename&$Dir&$Foldername)
Sleep(250)
Send("{Enter}")
Send("{Enter}")
sleep(250)
Send("exit")
Send("{Enter}")
ExitLoop
EndIf
EndIf
Case $btnOK2
$Drivename = GUICtrlRead($txtdrivename)
If StringLen($Drivename)=0 Then
MsgBox(64,"AdnanBaloch","Plese Enter Your Drivername.")
Else
$Foldername = GUICtrlRead($txtFoldername)
If StringLen($Foldername)=0 Then
MsgBox(64,"HM_LINK 03216592390","Plese Enter Your Folder or File name.")
Else
$Drivename = GUICtrlRead($txtDrivename)
$Foldername = GUICtrlRead($txtFoldername)
Run("CMD")
Sleep(500)
Send("attrib {-}s {-}h ")
Send($Drivename&$Dir&$Foldername)
Sleep(250)
Send("{Enter}")
Send("{Enter}")
sleep(250)
Send("exit")
Send("{Enter}")
ExitLoop
EndIf
EndIf
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
GUISetState(@SW_HIDE)
MsgBox(64,"Can you like me?","If you like this please give me a 'Like'On Post")
Edited by adnanbaloch

Life is like a coin. You can spend it Anyway as you wish and for your kind information. "you can spend it only once."

Link to comment
Share on other sites

don't worry if you forgot your hide file name.

Click on "Start"

Type "CMD" in "Run"

type "D:"in cmd look pics "Ex1"

tpype "dir/a" in cmd look pics"Ex2"

There is all names of files of D:\ find your file name. look pics "Ex3"

post-76662-0-71342100-1364912655_thumb.j

post-76662-0-63112900-1364912783_thumb.j

post-76662-0-64064700-1364912846_thumb.j

Edited by adnanbaloch

Life is like a coin. You can spend it Anyway as you wish and for your kind information. "you can spend it only once."

Link to comment
Share on other sites

Updated version of File hider.....New feather is a forgot button click on it if you forgot your hide file name....

;File Hider
#include 
#include 
$Dir=":\"
$FilehideGui = GUICreate("File Hider", 287, 190, 193, 115)
$lblDrivename= GUICtrlCreateLabel("Drive Name:", 16, 40, 60, 17);Drive name in which your Folder save that you want Hide.
$lblFoldername = GUICtrlCreateLabel("Folder/File Name:", 16, 80, 95, 17);Folder name or file name that you want hide.if your,s specific folder is present in another folder you can write his name as(Folder\folder1\folder2\etc)
$txtdrivename = GUICtrlCreateInput("", 112, 40, 153, 21)
$lblInfo = GUICtrlCreateLabel("Don't worry if you forgot your hide file name!", 35, 8, 250, 20)
GUICtrlSetFont($lblInfo, 8, 800)
$btnOK3 = GUICtrlCreateButton("&Forgot!", 170, 115, 75, 25, 0)
GUICtrlCreateLabel("If you forgot your hide file name!", 16, 120, 155, 20)
Dim $ES_PA,$ES_AU
$txtFoldername = GUICtrlCreateInput("", 112, 80, 153, 21, BitOR($ES_PA,$ES_AU))
$btnOK = GUICtrlCreateButton("&Hide!", 200, 160, 75, 25, 0)
$btnOK2 = GUICtrlCreateButton("&Show!", 120, 160, 75, 25, 0)
$lblInfo3 = GUICtrlCreateLabel("AdnanBaloch", 10, 164, 110, 80)
GUICtrlSetFont($lblInfo3, 12, 800)
GUISetState(@SW_SHOW)
While 1
$uMsg = GUIGetMsg()
Switch $uMsg
Case $btnOK
$Drivename = GUICtrlRead($txtdrivename)
If StringLen($Drivename)=0 Then
MsgBox(64,"AdnanBaloch","Plese Enter Your Drivername.")
Else
$Foldername = GUICtrlRead($txtFoldername)
If StringLen($Foldername)=0 Then
MsgBox(64,"HM_LINK 03216592390","Plese Enter Your Folder or File name.")
Else
$Drivename = GUICtrlRead($txtDrivename)
$Foldername = GUICtrlRead($txtFoldername)
Run("CMD")
Sleep(500)
Send("attrib {+}s {+}h ")
Send($Drivename&$Dir&$Foldername)
Sleep(250)
Send("{Enter}")
Send("{Enter}")
sleep(250)
Send("exit")
Send("{Enter}")
ExitLoop
EndIf
EndIf
Case $btnOK2
$Drivename = GUICtrlRead($txtdrivename)
If StringLen($Drivename)=0 Then
MsgBox(64,"AdnanBaloch","Plese Enter Your Drivername.")
Else
$Foldername = GUICtrlRead($txtFoldername)
If StringLen($Foldername)=0 Then
MsgBox(64,"HM_LINK 03216592390","Plese Enter Your Folder or File name.")
Else
$Drivename = GUICtrlRead($txtDrivename)
$Foldername = GUICtrlRead($txtFoldername)
Run("CMD")
Sleep(500)
Send("attrib {-}s {-}h ")
Send($Drivename&$Dir&$Foldername)
Sleep(250)
Send("{Enter}")
Send("{Enter}")
sleep(250)
Send("exit")
Send("{Enter}")
ExitLoop
EndIf
EndIf
case $btnOK3
$DD=":"
$dir="dir/a"
$Drivename = GUICtrlRead($txtDrivename)
$Foldername = GUICtrlRead($txtFoldername)
If StringLen($Drivename)=0 Then
MsgBox(64,"AdnanBaloch","Plese Enter Your Drivername.")
Else
Run("CMD")
Sleep(500)
Send($Drivename&$DD)
Send("{Enter}")
Send("{Enter}")
Send($dir)
Sleep(250)
Send("{Enter}")
Send("{Enter}")
Sleep(250)
MsgBox(64,"Find file Name","find your file name and mark it with the help of right click and copy by ctr+c then paste it in folder/file name.")
ExitLoop
EndIf
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
GUISetState(@SW_HIDE)
MsgBox(64,"Can you like me?","If you like this please give me a 'Like'On Post")

Life is like a coin. You can spend it Anyway as you wish and for your kind information. "you can spend it only once."

Link to comment
Share on other sites

  • Developers

@adnanbaloch,

Please do yourself and us a favour and stay away from posting anything in this forum for a while longer.

It is good that you play around with Autoit3 and find things out, but this example has no place here.

So, please slow down and first spend time learning and try to minimize these many oneliner postings.

Jos :)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Moderators

busyman,

Both you and ksr000 seem very keen on adnanbaloch's posts. Would you care to explain why you both use the same IP? :huh:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...