LoWrIdErTJ - BotGuru 904 Posted February 15, 2013 Report Share Posted February 15, 2013 http://content.screencast.com/users/lowridertj/folders/Snagit/media/60244656-dcb9-43ab-9d19-5e5327412cdc/02.14.2013-19.png 4 Quote Link to post Share on other sites
KingKong 1 Posted February 15, 2013 Report Share Posted February 15, 2013 Its a big save of time and ease. Thanks TJ Quote Link to post Share on other sites
Bliss 194 Posted February 15, 2013 Report Share Posted February 15, 2013 Nice TJ Quote Link to post Share on other sites
ChrisDH 11 Posted February 15, 2013 Report Share Posted February 15, 2013 Sweet..... Thank you Quote Link to post Share on other sites
zdot 14 Posted February 15, 2013 Report Share Posted February 15, 2013 Nice TJ. cool new command. Quote Link to post Share on other sites
abbas786 78 Posted February 15, 2013 Report Share Posted February 15, 2013 Thanks T.J. Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted February 15, 2013 Author Report Share Posted February 15, 2013 anytime... your welcome everyone. Quote Link to post Share on other sites
rocket976 62 Posted February 15, 2013 Report Share Posted February 15, 2013 Awesome stuff ! thanks looks promising with move mouse nice work! Quote Link to post Share on other sites
Brutal 164 Posted February 15, 2013 Report Share Posted February 15, 2013 Thanks for the share TJ - Very appreciated man. Quote Link to post Share on other sites
Sanjeev 46 Posted February 15, 2013 Report Share Posted February 15, 2013 (edited) Thanks TJ! A noob question now. Could You give an example or site where this plugin will help - and standard selectors alone may not? Thanks. Edited February 15, 2013 by Sanjeev Quote Link to post Share on other sites
AutoIM 5 Posted February 15, 2013 Report Share Posted February 15, 2013 Thanks TJ, another great share ! Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted February 15, 2013 Author Report Share Posted February 15, 2013 Thanks TJ! A noob question now. Could You give an example or site where this plugin will help - and standard selectors alone may not? Thanks. no examples sorry.. if you have a need to find the coordinate's of something to set to variables to use with windows commands, then you can see the use for needing it. Actually, I never used a Ubot plugin and so don't know how to even install this on my STD.top under Tools > Pluginsadd, remove as needed Quote Link to post Share on other sites
SaHiN 14 Posted February 15, 2013 Report Share Posted February 15, 2013 Thank you Quote Link to post Share on other sites
iDollarsteam 13 Posted February 15, 2013 Report Share Posted February 15, 2013 I posted this in to another topic that I opened about this kind of functionality but here is the right thread I think: I installed it... well it is not working ... on the download page it say: "Use the mouse over function to move your mouse over an area, then use the plugin to capture the X, Y position to variables and use as needed" ... mouse over do not move the mouse so the plugin will get the cursor position (over the run button or where you last moved the mouse with your hand) ... navigate("http://www.ubotstudio.com/", "Wait") mouse over(<innertext="Verify Emails">, "No") wait(1) plugin command("GetMousePosition.dll", "Get Mouse X,Y", #x, #y) ui stat monitor("x=", #x) ui stat monitor("y=", #y) ... so in the above example if I want to get the x and y coordinates of the "verify Emails" element o the page and insert them in the Move Mouse command or in the Click Mouse command the commands will click on the run button of the bot not on the Verify Email on the page... The plugin is working fine it can find the mouse coordinates but it is not useful as a solution for what I need Quote Link to post Share on other sites
acamso 55 Posted March 31, 2013 Report Share Posted March 31, 2013 Thanks TJ - very handy plug-in. Just solved an annoying issue for me. Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted April 1, 2013 Author Report Share Posted April 1, 2013 I posted this in to another topic that I opened about this kind of functionality but here is the right thread I think: I installed it... well it is not working ... on the download page it say: "Use the mouse over function to move your mouse over an area, then use the plugin to capture the X, Y position to variables and use as needed" ... mouse over do not move the mouse so the plugin will get the cursor position (over the run button or where you last moved the mouse with your hand) ... navigate("http://www.ubotstudio.com/", "Wait") mouse over(<innertext="Verify Emails">, "No") wait(1) plugin command("GetMousePosition.dll", "Get Mouse X,Y", #x, #y) ui stat monitor("x=", #x) ui stat monitor("y=", #y) ... so in the above example if I want to get the x and y coordinates of the "verify Emails" element o the page and insert them in the Move Mouse command or in the Click Mouse command the commands will click on the run button of the bot not on the Verify Email on the page... The plugin is working fine it can find the mouse coordinates but it is not useful as a solution for what I need if its not working for your needs. Feel free not to use it (Its free)..move mouse i thought would move your cursor but is not the case. therefore you have to capture your XY before hand. Shouldn't be using this to verify emails anyways.. if your needing help for verification emails there is much better ways, and you dont really need to click the link you can scrape it to a list then loop through them. much more efficient. Thanks TJ - very handy plug-in. Just solved an annoying issue for me. your welcome.. Quote Link to post Share on other sites
beer BOTtle 0 Posted April 2, 2013 Report Share Posted April 2, 2013 Cool, thank you. How can I get the position in an other active window? Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted April 2, 2013 Author Report Share Posted April 2, 2013 place the capture node inside a loop and have it loop continuouslly, and move your mouse to the other screen, and see where the xy is by using a monitor. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.