MSFN Forum: Lavasoft Adware Pro 6.0 Build 181 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Lavasoft Adware Pro 6.0 Build 181 Bypassing PW Popup? Rate Topic: -----

#1 User is offline   tbone587 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 19-October 03

Posted 09 February 2004 - 01:43 PM

I know that on the unattened site it says that there is no way as of now to bypass the popup prompting for a pw, but i thought maybe now someone has figured something out? Right now im running a basic unattended setup, installin basic apps, but i figure i might as well try to install as much as i can.


#2 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 09 February 2004 - 01:58 PM

Yes you can bypass the password box by running a vbscript that automatically puts in the password with keypresses.

#3 User is offline   tbone587 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 19-October 03

Posted 09 February 2004 - 02:05 PM

LOL, that is way over my head, but i still want to do it:) Would u mind tellin me the code for that? I have no clue. And once i have the vbs file, what is the command to execute it in my batch file

#4 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 09 February 2004 - 02:43 PM

I've seen the code for it in this forum about two times, it should come up in a search.

#5 User is offline   tbone587 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 19-October 03

Posted 09 February 2004 - 05:12 PM

Found this, and seemed to be the best way

Quote

function getWin(win, inc)
{
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 User is offline   tbone587 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 19-October 03

Posted 09 February 2004 - 06:11 PM

Anyone? I want to test my new setup

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 User is offline   tbone587 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 19-October 03

Posted 09 February 2004 - 08:35 PM

aaronxp? please help me, what is the command to excute that js script i posted and install it silently

#8 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 09 February 2004 - 08:49 PM

Quote

aaronxp? please help me, what is the command to excute that js script
No idea. I don't use js files.

#9 User is offline   bombtrack 

  • boooom
  • PipPip
  • Group: Members
  • Posts: 161
  • Joined: 02-January 04

Posted 09 February 2004 - 11:05 PM

mever used a js scripot either, heres a vbs
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 User is offline   XtremeMaC 

  • MSFN SuperB
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5,070
  • Joined: 13-October 03

Posted 09 February 2004 - 11:17 PM

haha thanks man
I tried to convince tbone587 to use vbs
he seemed kindda stubborn about using js :) (or lazy :rolleyes:)

#11 User is offline   bombtrack 

  • boooom
  • PipPip
  • Group: Members
  • Posts: 161
  • Joined: 02-January 04

Posted 09 February 2004 - 11:19 PM

echo Copying Adaware 6 Reference List
copy /Y "reflist.ref" "%programfiles%\Lavasoft\Ad-aware 6\"

dont wanna forget that :)

#12 User is offline   tbone587 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 19-October 03

Posted 10 February 2004 - 05:57 AM

What does that do? It seemed to work with the vbs without doing that

#13 User is offline   bombtrack 

  • boooom
  • PipPip
  • Group: Members
  • Posts: 161
  • Joined: 02-January 04

Posted 10 February 2004 - 10:42 AM

aits a bat/cmd file that copies that the latest .ref file into your ad aware directory, but u have to put that .ref into the directory of the bat/cmd file

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy