jammu Posted October 30, 2008 Posted October 30, 2008 Hello, these are my questions; How can i make a minimizable clicker? i got little source already; HotKeySet("{F4}", "ExitProg") Msgbox(0,"Lol", "Press F4 To Stop!") While 1 sleep(100) MouseClick("right",114,131) sleep(100) MouseClick("left",104,200) sleep(100) WEnd Func ExitProg() Exit EndFunc Also, how can i make the bot to see if it logout's (runescape) And then login and continue clicking? Thanks already, i started like 30mins ago, so im dumb ;D
Zedna Posted October 30, 2008 Posted October 30, 2008 It's not problem if you are new to AutoIt but it's problem if you are not precise at specifying your problem :-) Resources UDF ResourcesEx UDF AutoIt Forum Search
jammu Posted October 30, 2008 Author Posted October 30, 2008 Zedna what you mean? i need help with getting program minimizable ie. i open program and while it's clicking, i can still use mouse to do works or play games
maqleod Posted October 30, 2008 Posted October 30, 2008 I think what you mean is you want the program to be in the background and click where needed without interfering with your current task, right? [u]You can download my projects at:[/u] Pulsar Software
jammu Posted October 30, 2008 Author Posted October 30, 2008 Yeah, thats just what i meant. if you can help me, it would be very much APPRECIATED!
Zedna Posted October 30, 2008 Posted October 30, 2008 Use ControlClick() instead of MouseClick() But it may not work it depends on your target application. Resources UDF ResourcesEx UDF AutoIt Forum Search
jammu Posted October 30, 2008 Author Posted October 30, 2008 controlclick doesnt work :S, im using a client called deltascape . any else ways?
Zedna Posted October 30, 2008 Posted October 30, 2008 controlclick doesnt work :S, im using a client called deltascape . any else ways?Post code you used. Maybe you did it in wrong way. Resources UDF ResourcesEx UDF AutoIt Forum Search
jammu Posted October 31, 2008 Author Posted October 31, 2008 HotKeySet("{F4}", "ExitProg") Msgbox(0,"Deltaaa", "Press F4 To Stop! This is for Chaos runes.") While 1 sleep(100) ControlClick("right",381,109) sleep(100) ControlClick("left",375,182) sleep(100) WEnd Func ExitProg() Exit EndFunc Thats my script. If i get it working, i owe you something
Pain Posted October 31, 2008 Posted October 31, 2008 (edited) Take a look at the parameters.ControlClick ( "title", "text", controlID [, button [, clicks [, x [, y ]]]] )You might also take a look here to find out that it wouldn't work with ControlClick.http://www.autoitscript.com/forum/index.php?showtopic=59103 Edited October 31, 2008 by Pain
jammu Posted November 12, 2008 Author Posted November 12, 2008 hi guys again, now i get it clicking but seems like the click doesn't "work" properly, when it clicks to place, nothing happens, while mouseclick works.. you get it ?
Yorn Posted November 12, 2008 Posted November 12, 2008 Many online games nowadays block outside programs calling the Windows API to click in certain locations. The game you made this for may be one of them.
jammu Posted November 18, 2008 Author Posted November 18, 2008 no, its deltascape client without any anticheating things ;D
Richard Robertson Posted November 18, 2008 Posted November 18, 2008 Then maybe you are still doing it wrong. Post the new "not working" code.
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