corgano Posted November 26, 2008 Posted November 26, 2008 (edited) Hello my good sirsthis is a program i made, as you know, is an autoclickerbut it can also do many other thingsF2 toggle leftclickF3 toggle middleclickF4 toggle rightclickF6 toggle autospaceF7 toggle user defined (defult tab)` or ~ brings up menu / helpsince it uses send($cus) it could send anything (or do anything) you can do with sendit comes in handy on computers that dont have autoit and you need to do something over and over, but dont want to or cant install autoit.this is one of my first programs so i would like feedback and ideasupdate i have created a new program thats usefull for geting mouse positation,color,and courserhttp://www.autoitscript.com/forum/index.ph...t=0#entry611564autoclicker2.4.au3 Edited November 30, 2008 by corgano 0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e
corgano Posted November 28, 2008 Author Posted November 28, 2008 no feedback at all? 0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e
jaberwacky Posted November 28, 2008 Posted November 28, 2008 (edited) Seems like an interesting program. Lol, AutoIt without AutoIt. Why not download AutoIt? I guess for non-programmers this is a neat concept. To wrap up, I guess I don't know what to say about this program. It brings up that issue of why not download AutoIt. An automation wizard this program could become. Totally GUI based point and click. Gamers could use this I guess. Maybe they could choose the desired function key and then type in how many seconds or minutes they want the clicks to last. For instance: {[F1]} -> {[1]} -> {[5]} -> {} basically that would simulate the left mouse button clicking continuously for 15 seconds. Or, while the program is running, hit one hotkey which makes the program accept the following input: you hit the hotkey , say for instance {[F1]}, then you choose the button that you want to simulate by either typing it in or using your mouse to indicate which mouse button you desire and then the program gets to work sending that keypress or button click at the spot over which you have the mouse and it wouldnt begin until you actually click the button or press the key and stops when you press the same button or click the same key. Ok,... This: if $left = 0 then $left = 1 Else $left = 0 EndIf Can safely become this: If $left = 0 Then $left = 1 Because if $left stores 0 to begin with then there is no need to assign a 0 to $left. Edited November 28, 2008 by jaberwocky6669 Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum?
corgano Posted November 28, 2008 Author Posted November 28, 2008 (edited) Ok,...This: if $left = 0 then $left = 1 Else $left = 0 EndIfCan safely become this: If $left = 0 Then $left = 1Because if $left stores 0 to begin with then there is no need to assign a 0 to $left.but if you press F2 again it will stop leftclicking, hence (else = $left = 0)the origonal ideia is for computers that wont let you install autoit like at work and such, and i would like ideis on how to expand it Edited November 29, 2008 by corgano 0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e
jaberwacky Posted November 29, 2008 Posted November 29, 2008 I see now. I'm actually making slight modifications to the program to see if I can expand it some too. I think it's neat. I'm a beginner too. Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the 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