 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
1337pwnage1337 Expert Cheater
Reputation: 0
Joined: 08 Oct 2008 Posts: 190 Location: last seen off the coast of hopes and dreams
|
Posted: Fri Feb 06, 2009 1:37 pm Post subject: Need Help W/AutoIt Scripting... |
|
|
i was given this script (i want a thing that searches for text on a web page[in this case dragcave.net] and then click the picture above that text, but i can get this to work...)
| Code: |
#include <IE.au3>
$oIE = _IECreate("http://dragcave.net")
$sMyString = "*See Below this coding*" //change!!
$oLinks = _IELinkGetCollection($oIE)
For $oLink in $oLinks
$sLinkText = _IEPropertyGet($oLink, "innerText")
If StringInStr($sLinkText, $sMyString) Then
_IEAction($oLink, "click")
ExitLoop
EndIf
Next |
*that is where u put the text that is below the egg u want which i want the following(separated by quotation marks):
"This egg is very reflective, almost metallic looking." "This egg gives off a beautiful glow." "This egg is a third the size of the other eggs" "This egg looks like it doesn’t belong, it is brightly colored with white spots."*
Can Someone help me get this to work?
i will rep 2 times for a completed source!!!
_________________
|
|
| Back to top |
|
 |
SXGuy I post too much
Reputation: 0
Joined: 19 Sep 2006 Posts: 3551
|
Posted: Fri Feb 06, 2009 2:27 pm Post subject: |
|
|
Why did you not just pm me about the script i posted, rather than creating a whole new thread about it?
secondly, i did say it was half complete, im not gonna write a whole script for a game i dont even play.
Please try and learn autoit at least? no ones gonna spoonfeed you, i would also suggest that you go to autoit's help forum for advice, they will help alot.
Even download the program and check the help file, its very usefull!!!
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|