This was posted for educational purposes only, I am not to be held responsible for any inappropriate usage of this information or the files that I may have provided. I am not to be held responsible for individuals or groups of people that suffer consequences of using this information or the files that I provided, these consequences include things such as expulsion, getting fired, or legal action.
Remove these ads by
Signing UpStep 1Creating the invis script
goto process
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
:process
type run.bat | find "CreateObject"| find /v "type" > invis.vbs
searches the .bat file for all lines of text with CreateObject in it and copies them to a vbs file entitled invis.vbs. Also it makes sure not to copy the line that searches for the text.
move invis.vbs %windir%\system32
Moves invis.vbs to the system32 directory
| « Previous Step | Download PDFView All Steps | Next Step » |
![]() |
Add Comment
|


























