Jump to content

Help with .au3 StealthSurf installer


Recommended Posts

Help with StealthSurf X-treme

Hi,

Stompsoft StealthSurf X-treme is a REAL anonymous web surfing

It's one of the 2 programs (with Tenebril Ghost Surf 2005) I know of that will hide your IP even on https, because they route through their private proxies. The other programs, like Steganos can't do it.

Trial Download

Here my .au3 installer

Run("StealthSurfTrial.exe /QB")
WinWaitActive("StompSoft StealthSurf X-treme Trial")
Sleep(1000)
Send("!n")
/QB is for silent install.

At the end of the install i get a YEs/No Restart screen (see attached) I can't get rid of it

Here bellow my AutoIt Window Info

Title:  StompSoft StealthSurf X-treme Trial
Class:  #32770
Size:   X: 226  Y: 404  W: 314  H: 144

>>>>>>>>>>> Mouse Details <<<<<<<<<<<
Screen: X: 956  Y: 189
Cursor ID:  2

>>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<<
RGB:    Hex: 0xD8E8FF   Dec: 14215423

>>>>>>>>>>> Control Under Mouse <<<<<<<<<<<
Size:
Control ID:
ClassNameNN:
Text:

>>>>>>>>>>> Visible Window Text <<<<<<<<<<<
&Yes
&No
You must restart your system for the configuration changes made to StompSoft StealthSurf X-treme Trial to take effect. Click Yes to restart now or No if you plan to restart manually later.

I tried also the ControlClick command instead of Send command with no luck:

ControlClick("StompSoft StealthSurf X-treme Trial", "", "3002")

Here bellow the AutoIt Window Info for the NO button

Size:
Control ID: 3002
ClassNameNN: Button2
Text: &No

Would appreciate any help anyone could give.

Regards

coucou

Link to comment
Share on other sites

Try:

WinWaitActive("StompSoft StealthSurf X-treme Trial", "You must restart your system")

I think that you require the extra text so that the code executes on the desired window. (Both the windows in your screenshot have the same title)

----[ SandyD ]---
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...