coucou Posted May 4, 2005 Share Posted May 4, 2005 Help with StealthSurf X-tremeHi,Stompsoft StealthSurf X-treme is a REAL anonymous web surfingIt'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 DownloadHere 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 itHere bellow my AutoIt Window InfoTitle: 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 buttonSize: Control ID: 3002 ClassNameNN: Button2 Text: &NoWould appreciate any help anyone could give.Regardscoucou Link to comment Share on other sites More sharing options...
sandyd Posted May 4, 2005 Share Posted May 4, 2005 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 More sharing options...
coucou Posted May 4, 2005 Author Share Posted May 4, 2005 Well done THANK YOU coucou Link to comment Share on other sites More sharing options...
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