Lavasoft Adware Pro 6.0 Build 181 Bypassing PW Popup?
#1
Posted 09 February 2004 - 01:43 PM
#2
Posted 09 February 2004 - 01:58 PM
#3
Posted 09 February 2004 - 02:05 PM
#4
Posted 09 February 2004 - 02:43 PM
#5
Posted 09 February 2004 - 05:12 PM
Quote
{
var cntr = 0;
while (!WshShell.AppActivate(win))
{
if (cntr==12) return true;
cntr++;
WScript.Sleep(inc);
}
return true;
}
var WshShell = new ActiveXObject("WScript.Shell");
var oExec = WshShell.Exec("aaw6181.exe /s");
while (oExec.Status == 0)
{
getWin("Password", 5000);
WshShell.SendKeys ("1111111~");
WScript.Sleep(500);
}
WScript.quit();
Says to save this as a .js file. What command do I need to add to my batch file to install and run the script?
#6
Posted 09 February 2004 - 06:11 PM
ECHO.
ECHO Installing Lavasoft Ad-Aware 6 Build 181
ECHO Please wait...
start /wait %systemdrive%\install\Applications\AdAware\aaw6181.exe /s
And then what?
#7
Posted 09 February 2004 - 08:35 PM
#8
Posted 09 February 2004 - 08:49 PM
Quote
#9
Posted 09 February 2004 - 11:05 PM
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Popup "Dont move mouse or keyboard",5," - Warning - ",48
WshShell.Run ("Ad-aware.6.Pro.Build.181.exe /S")
WScript.Sleep 5000
WshShell.SendKeys "XXXXXXX"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Quit
just run the vbs script. it shouldnt need any special arguments
#10
Posted 09 February 2004 - 11:17 PM
I tried to convince tbone587 to use vbs
he seemed kindda stubborn about using js
#11
Posted 09 February 2004 - 11:19 PM
copy /Y "reflist.ref" "%programfiles%\Lavasoft\Ad-aware 6\"
dont wanna forget that
#12
Posted 10 February 2004 - 05:57 AM
#13
Posted 10 February 2004 - 10:42 AM



Help
Back to top









