maed Posted February 18, 2006 Posted February 18, 2006 (edited) Im sure if i searched my hardest i can find it thru the forums but i am looking for the things to do this. There is a button on the page called Recruit and i have checked the properties of the thing and it doesnt show the url it leads to (in fact its random every time) but all i can find out is that i need it to select the button or something and hit enter possibly. I have made something similar to this that auto clicks everything but for that to work u have to have certain resolution browser, toolbars etc. and i wanan give this to my fellow alliance members to use. Edit: forgot to say i dont want it to use the mouse at all. Im searching my best in the autoit help but not finding so ill keep on searchin >.< Edited February 18, 2006 by maed
cppman Posted February 18, 2006 Posted February 18, 2006 Im sure if i searched my hardest i can find it thru the forums but i am looking for the things to do this.There is a button on the page called Recruit and i have checked the properties of the thing and it doesnt show the url it leads to (in fact its random every time) but all i can find out is that i need it to select the button or something and hit enter possibly. I have made something similar to this that auto clicks everything but for that to work u have to have certain resolution browser, toolbars etc. and i wanan give this to my fellow alliance members to use.Edit: forgot to say i dont want it to use the mouse at all. Im searching my best in the autoit help but not finding so ill keep on searchin >.<hahahaha trying to make a darkthrone clicker huh? I need one too! Miva OS Project
cppman Posted February 18, 2006 Posted February 18, 2006 note to anyone that makes this script: The button is disabeledfor about 2 seconds before you can click on it, also, after about 5 fast clicks it will come up with a page about blocking bots and u need to click this link to continue... the url of that link is: http://www.darkthrone.com/recruiter/recrui...1&ticket=959062 <<< that number is the random #. Miva OS Project
Valuater Posted February 18, 2006 Posted February 18, 2006 Sounds like a job for the IE.au3 Library you can get the IE.au3 Builder in my signature Good luck 8)
Bert Posted February 18, 2006 Posted February 18, 2006 I can give several suggestions: First: tell your guys to use the same resolution. Second, use the window info tool to see what the ID of the button is. If it doesn't have a ID, then use step 4 Third, use a control click, with a delay between clicks, or use mouseclick Forth, the button has the same look to it each time, then use PixelGetColor to see when the button is active, then use a mouseclick with a delay. The Vollatran project  My blog: http://www.vollysinterestingshit.com/
Valuater Posted February 18, 2006 Posted February 18, 2006 what is an ie.au3 builderjust click the link in my signature below8)
Moderators SmOke_N Posted February 18, 2006 Moderators Posted February 18, 2006 I can give several suggestions:First: tell your guys to use the same resolution. Second, use the window info tool to see what the ID of the button is. If it doesn't have a ID, then use step 4Third, use a control click, with a delay between clicks, or use mouseclickForth, the button has the same look to it each time, then use PixelGetColor to see when the button is active, then use a mouseclick with a delay.And if they won't... Just change it on them anyway!! Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
cppman Posted February 18, 2006 Posted February 18, 2006 what is an ie.au3 builderIt is a very very very nice Internet Explorer Functions Library. Miva OS Project
maed Posted February 18, 2006 Author Posted February 18, 2006 I can give several suggestions:First: tell your guys to use the same resolution. Second, use the window info tool to see what the ID of the button is. If it doesn't have a ID, then use step 4Third, use a control click, with a delay between clicks, or use mouseclickForth, the button has the same look to it each time, then use PixelGetColor to see when the button is active, then use a mouseclick with a delay.lol ive done this already all but the pixel get color,the thing i currently use is something withh to many requirements aka resolution, browser, certain toolbars and it mouse clicks but i dun want it to click mouses
maed Posted February 18, 2006 Author Posted February 18, 2006 note to anyone that makes this script: The button is disabeledfor about 2 seconds before you can click on it, also, after about 5 fast clicks it will come up with a page about blocking bots and u need to click this link to continue... the url of that link is: http://www.darkthrone.com/recruiter/recrui...1&ticket=959062 <<< that number is the random #.there is a site that has 6 frames open of the recruiter ill have it click one frame pause half sec and do that untill the 6th one is done then it will wait 2 seconds just to make sure its loaded up and then start over, the mouse one i use now has no problems other than requirements, i dont get any dont use bot messages or nothing so i got the delays down
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