muboshi Posted August 8, 2014 Posted August 8, 2014 Hello, I am making a script that cleans up malware to run after each other in sequence. Right now everything is successful up until the point right after I run rogue killer. Once rogue killer shuts down then ninite does not run at all. What am I doing wrong? Your help is greatly appreciated. Thanks! RUN ("D:Tools!Combofix and Virus Toolsrkill.exe") While Not WinExists ("Rkill Finished") ;still running WEnd ;MsgBox(1,"Rkill finished", "Rkill is finished") ;EndIf(WinExists ("Rkill Finished")) WinActivate("Rkill Finished") Send("{ENTER}") While Not WinExists ("Rkill - Notepad") ;still running WEnd WinClose("Rkill - Notepad") RUN ("D:Tools!Combofix and Virus ToolsRogueKiller.exe -autoaccepteula -autoscan -autodelete -autoquit") ProcessWait ("RogueKiller.exe *32") RUN ("D:Tools!Combofix and Virus ToolsNinite Malwarebytes Installer.exe") WinWait ("Ninite","Close") WinClose ("Ninite") RUN ("C:Program Files (x86)Malwarebytes Anti-Malwarembam.exe /scan -default")
careca Posted August 8, 2014 Posted August 8, 2014 (edited) Your: ProcessWait ("RogueKiller.exe *32") could be the problem. I think it should be just 'RogueKiller.exe' edit: quotes Edited August 8, 2014 by careca Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
muboshi Posted August 8, 2014 Author Posted August 8, 2014 It looks like ProcessWaitClose using RogueKiller.exe did the trick. Thanks ya all!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now