![]() |
How to execute a Batch (.bat) hidden from the user for FREE - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: How to execute a Batch (.bat) hidden from the user for FREE (/Thread-How-to-execute-a-Batch-bat-hidden-from-the-user-for-FREE) |
How to execute a Batch (.bat) hidden from the user for FREE - hacxx - 09-03-2023 There are plenty of programs online that advertise this feature but when testing the trial version normally a alert message saying that the batch was compiled with a trial version pop up. This isn't helpfull at all. One that i pick was Quick Batch File Compiler, this compiler is very easy to use and it is easy to get your hands on a cracked version. The cracked version doesn't show the alert message but because it has been online for free the stub which has been used for virus creation is been detected by most antivirus with more than 15 detections on VT. So no good. The solution! The solution that i found is a combination of WinRAR SFX, VBS Script and a Batch Script. 1) Start by creating a VBS file (vbs.vbs) with the following code Code: Set objShell = WScript.CreateObject("WScript.Shell") 2) Create a Batch file with your code and name it bat.bat 3) Creating a SFX file (.exe) with WinRAR and add the two files. Add a icon of your choice and at the end compress with UPX if you want to reduce the file size. 4) Add the following comment Code: ;The comment below contains SFX script commands All done! Double click in the exe and it will execute the batch. Keep in mind that this can easily be reversed. Also all this is for free and 100% FUD until the VBS Script start being detected. RE: How to execute a Batch (.bat) hidden from the user for FREE - hacxx - 11-15-2023 (11-15-2023, 08:59 AM)LuciferFall3n1 Wrote: i was looking for this for a long time May be useful for you "Hacxx Malicious Tool Generator". https://sinister.ly/Thread-Hacxx-Malicious-Tool-Generator-2-Free-Download-and-Online-Version |