Guest bmmc91 Posted July 6, 2018 Posted July 6, 2018 Hello World! I'm Portugues and need your help! i have create my first bot and need help, about pixel, i want to bot read the pixel if is true go to other line code, like that: expandcollapse popupMouseMove (694,190,20) sleep (750) If PixelGetColor = (694,190,0xB2B2B2) Then ( jump to other line code "X" ) ?????? sleep (2000) MouseClick ("Left", 694,190,1,20) Sleep (2000) MouseMove (685,468,20) MouseMove (773,217,20) MouseMove (1106,229,20) MouseMove (1252,414,20) MouseMove (985,635,20) MouseMove (901,404,20) Sleep (920) MouseWheel ("down",30) Sleep (2102) MouseWheel ("up",30) Sleep (24879) Send("^{F4}") MouseMove (352,17,20) sleep (1000) MouseClick ("right", 352,17,1,20) Sleep (1000) MouseMove (554,241,20) Sleep (1000) MouseClick ("Left", 554,241,1,20) sleep (1574) MouseMove (977,191,20) sleep (750) If PixelGetColor = (977,191,0xB2B2B2) Then ( jump to other line code "x" ) ?????? sleep (2000) MouseClick ("Left", 977,191,1,20) Sleep (2000) MouseMove (685,468,20) MouseMove (773,217,20) MouseMove (1106,229,20) MouseMove (1252,414,20) MouseMove (985,635,20) MouseMove (901,404,20) Sleep (920) MouseWheel ("down",30) Sleep (2102) MouseWheel ("up",30) Sleep (24879) Send("^{F4}") MouseMove (352,17,20) sleep (1000) MouseClick ("right", 352,17,1,20) Sleep (1000) MouseMove (554,241,20) Sleep (1000) MouseClick ("Left", 554,241,1,20) sleep (1574) if the color is true jump to other line code, anyone can help me ?
Moderators JLogan3o13 Posted July 6, 2018 Moderators Posted July 6, 2018 @bmmc91 welcome to the forum. What exactly are you trying to accomplish? There is typically a better way to do it than relying on a bunch of MouseClicks, MouseWheels, and Sleeps Fin 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Guest bmmc91 Posted July 6, 2018 Posted July 6, 2018 Hello JLogan! Thanks for your help! I want do bot read the color, if color is true, jump to other line code, if color is true, not click and move mouse to other adverts.
Moderators JLogan3o13 Posted July 6, 2018 Moderators Posted July 6, 2018 It sounds like you are trying to automate spam clicking on a website, am I correct? Fin 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Guest bmmc91 Posted July 6, 2018 Posted July 6, 2018 just see adverts, open and close, when the color is true, not click and move to next advert
Moderators JLogan3o13 Posted July 6, 2018 Moderators Posted July 6, 2018 Thank you. Please ensure you have read the forum rules, especially this bullet point, before you go any farther: Automation of software/sites contrary to their EULA Fin 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Guest bmmc91 Posted July 6, 2018 Posted July 6, 2018 no problem, i'll inform other site better, How can I delete the account here?
Moderators JLogan3o13 Posted July 6, 2018 Moderators Posted July 6, 2018 We do not delete topics. If you would like to delete your account I can do this for you. Fin 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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