Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 09:38

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Is this possible with autoit ?

Discussion on Is this possible with autoit ? within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
mlukac89's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 473
Received Thanks: 104
Is this possible with autoit ?

Hi

I want to know is it possible to read source code of webpage in mozilla opera or chrome because i saw one topic on my laguage that u can see who is watching your profile.

U open ur profile page, right click -> view page source -> press CTRL F, then u got a little form in right top corner ( chrome ) and u type InitialChat and press enter, there is many results and u will see something like this "100000199976799-2" and u need only to copy a number to the -2 like 100000199976799 then type in and that opens profile of person u have chat or person that look your page.

So can it be made in list only ? or its impossible to make this ?
mlukac89 is offline  
Old 01/29/2015, 00:14   #2
 
alpines's Avatar
 
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
There are some profiles but they're not the ones who were the latest visit on your profile.
And yes it is possible, why shouldn't it be possible?

Either use IE.au3 / FF.au3 / Chrome.au3 or a facebook udf and RegEx the profiles.
alpines is offline  
Thanks
1 User
Old 01/29/2015, 01:12   #3
 
mlukac89's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 473
Received Thanks: 104
I tryed this but it copy me a content from clipboard and dont focus on window

Code:
$browserlistdatamax = 2
$browserlistmax = 3
$link = "No browser found"

Dim $browserlist[$browserlistmax][$browserlistdatamax]

$browserlist[0][0] = "[CLASS:MozillaWindowClass]"
$browserlist[1][0] = "[CLASS:IEFrame]"
$browserlist[2][0] = "[CLASS:Chrome_WidgetWin_1]"

For $i = 0 To $browserlistmax-1; loop through browser list. catch the first browser we find, let all the other ones go

	If WinExists($browserlist[$i][0]) = 1 Then; check if each browser is running
		Local $browser = $browserlist[$i][0]
		WinActivate($browser)
		WinWaitActive($browser)

		Sleep(50)
		Send("{F6}")
		Sleep(200)
		Send ("^c")

		$link= ClipGet()
	  ExitLoop

	EndIf ; end if winexists($browserlist[$i][0])

Next; end for $browserlistmax-1

MsgBox(0, "browser address:", $link)

Exit
mlukac89 is offline  
Old 01/31/2015, 01:31   #4
 
mlukac89's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 473
Received Thanks: 104
mlukac89 is offline  
Reply




All times are GMT +2. The time now is 09:38.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.