Make a folder invisible
I'll teach you how to hide your hack files. I mean by making a folder totally invisible. Its very simple and noob friendly.
First type this in a notepad and replace the items marked with red with your own preferences:
Save it as a .bat file.
If you want to unhide your hack folder, use this code instead of the one above:
This is very useful for evading team viewer. Enjoy! 
First type this in a notepad and replace the items marked with red with your own preferences:
Code:
attrib <file> +s +h
If you want to unhide your hack folder, use this code instead of the one above:
Code:
attrib <file> -s -h



How right you are! 