raedts 0 Posted July 1, 2006 (edited) Hi, I play World Of Warcraft and with a group we have a forum... Lots of people place screenshots. What i would like to create a is a bot wich visits the forum, and searches for pictures and download those. With configuration possibilities (what topic to search etc.) And a automatic log-in, maybe this could be done by loggin in and select (remember me) so the bot doesnt have to log in... Any idea's on how to create this? I have programed in AutoIt before Edited July 1, 2006 by raedts Share this post Link to post Share on other sites
Valuater 129 Posted July 1, 2006 what have you tried? 8) Share this post Link to post Share on other sites
raedts 0 Posted July 1, 2006 The problem is i don't realy know where to start, i mean how to get html trough autoit? Share this post Link to post Share on other sites
Simucal 1 Posted July 1, 2006 (edited) The problem is i don't realy know where to start, i mean how to get html trough autoit?Why dont you learn how to write basic scripts first? Understanding basic concepts like looping, variables, expressions and statements, etc. Once you have that foundation down, there are few things that can get in your way that the helpfile cant quickly remedy. Anyway, there are a few ways to get the source. INetGetSource or you can use Dale's IE.au3. Try a more easily approachable project first. Then, once you have made a decent attempt at writing your screenshot image grabber.. you can post specific questions concerning the problems, errors, etc you are encountering. Edited July 1, 2006 by Simucal AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc) Share this post Link to post Share on other sites
raedts 0 Posted July 1, 2006 I already wrote some programs but i don't know how to get past the log-in from forums. With INetGetSource i am able to get html source code, but i need to log-in first .... Share this post Link to post Share on other sites
Simucal 1 Posted July 1, 2006 I already wrote some programs but i don't know how to get past the log-in from forums.With INetGetSource i am able to get html source code, but i need to log-in first ....Then dont use INetGetSource, use IE.au3.. Like I said. There are several examples on the forum utilizing his script to log on to various websites. AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc) Share this post Link to post Share on other sites