would you be able to make a tutorial to show how to change the affinity of a programme. lets say to use cpu0, cpu1, cpu2 something like that. so that when the programme starts it will run in the given affinity. tks.
Can you make a tutorial on how to make an auto clicker based on color values?
So for example, if a color such as Red, or how ever you would imply a color, when that color shows on screen, the mouse would instantly move to it and click it repeatedly?
To do that, you would have to do something like opening one version of the file and save it in a variable, then open the other, putting it into a variable, and then do something like "If $Var1 = $Var2 then MsgBox(0, "Same!", "The files are the same!")"
If not, you would have to do a checksum of the 2 files, I would search for some UDF that can do that, that's probably your best bet.
that's honestly a really bad way to automate installation. that "scriptwriter" makes really relative code that would not work for all users as it's based on mouse movements. if someone has a different resolution and the installation window comes up in the center, the script is going to hang after the first mouseclick/winwaitactive. you should really teach how to use controlclick()/controlcommand() etc. using a script to write a script is just bad.
It sets an option at the beginning of the script to have the mouse coordinates be within the active window, not the screen. I promise you, that was the very first thing I thought of too. ;)
Hi, Thanks a million for making my day! I am not a programmer, but I could understand almost everything you explained in all your sessions. You are the best teacher I ever found! It is highly appreciated to post it free!!
It is recording the coordinates of the clicks in the window, not in the screen, and it is not recording the controls it is clicking, just where it is clicking. The "Opt("MouseCoordMode", 0)" line defines that the coordinates are in the window, not in the entire screen.
WHAT HAPPEN WITH WIN7
pawelweb1 1 week ago
you can do that and without download ? like open a page or play something and after do it like bot ?
kataskopos77 1 month ago
thanks so much for this Tut ^_^ so helpful <3
nbnb0 5 months ago
i have a problem
how do i make that
on click of a button from a gui to start a loop
pr0Steel 2 years ago
all ur tutes are gr8. jus hav a request.
would you be able to make a tutorial to show how to change the affinity of a programme. lets say to use cpu0, cpu1, cpu2 something like that. so that when the programme starts it will run in the given affinity. tks.
kewage 2 years ago
Can you make a tutorial on how to make an auto clicker based on color values?
So for example, if a color such as Red, or how ever you would imply a color, when that color shows on screen, the mouse would instantly move to it and click it repeatedly?
CorruptCore 2 years ago
Hi 403forbidden403 and and thanks for good stuff!
I would like to have a script that reads ASCII from a COM port extracts data and puts this on a graph. Would this be possible with Autoit?
Izze2000 2 years ago
I don't know about that, it seems a little advanced. Try asking in the forum, they might be able to shed a little more light on your problem.
403forbidden403 2 years ago
@Izze2000 Old comment, but yes, that is very possible. Go to the forums for help or to get started.
killalltheyuppies 1 year ago
Thanks for all your cool Vids. Could please show me how to get version of a internet file and compare it with the version of a local file...
balalaser 2 years ago
To do that, you would have to do something like opening one version of the file and save it in a variable, then open the other, putting it into a variable, and then do something like "If $Var1 = $Var2 then MsgBox(0, "Same!", "The files are the same!")"
If not, you would have to do a checksum of the 2 files, I would search for some UDF that can do that, that's probably your best bet.
403forbidden403 2 years ago
that's honestly a really bad way to automate installation. that "scriptwriter" makes really relative code that would not work for all users as it's based on mouse movements. if someone has a different resolution and the installation window comes up in the center, the script is going to hang after the first mouseclick/winwaitactive. you should really teach how to use controlclick()/controlcommand() etc. using a script to write a script is just bad.
TMA2 2 years ago
It sets an option at the beginning of the script to have the mouse coordinates be within the active window, not the screen. I promise you, that was the very first thing I thought of too. ;)
403forbidden403 2 years ago
Cool stuff .. waiting for more videos on Autoit
itaipee 2 years ago
Give me some ideas, what do you guys want to know how to do?
403forbidden403 2 years ago
use gdi plus or opengl with 3d arrays :D
iansayfol 2 years ago
Haha, I was thinking more along the lines of a program that demonstrates some type of concept.
403forbidden403 2 years ago
Thanks for the videos. Im glad you got a new mic for the last video too :)
sugarhighguyneal 2 years ago
Hi, Thanks a million for making my day! I am not a programmer, but I could understand almost everything you explained in all your sessions. You are the best teacher I ever found! It is highly appreciated to post it free!!
sreejithg007 2 years ago
:) Really glad to hear that someone is valuing the videos, thanks for the comment.
403forbidden403 2 years ago
Really nice work this last is my favorite!!
i learned autoit only because of you!!
Keep it up
prem89shah 2 years ago
Haha, thanks! :)
403forbidden403 2 years ago
really nice my favorite!
i learned autoit software only because of your videos!!
keep it up
prem89shah 2 years ago
Never would've thought of that, very nice tutorial. :)
WookieApps 2 years ago
great job,love it like the rest,I learned AutoIt from you
2Amaz1ng 2 years ago
Always glad to hear I've helped someone. You made my day. ;)
403forbidden403 2 years ago
Great job I love your tutorials.
Would this be practical on another machine, if the screen resolution was different.
Like is it recording the coordinates of the clicks, or the controls of the window it is clicking ?
ffredson 2 years ago
It is recording the coordinates of the clicks in the window, not in the screen, and it is not recording the controls it is clicking, just where it is clicking. The "Opt("MouseCoordMode", 0)" line defines that the coordinates are in the window, not in the entire screen.
403forbidden403 2 years ago
Thank you, Much obliged.
ffredson 2 years ago
Yeah, I am trying to learn that too, but it's slow going. :)
403forbidden403 2 years ago
Other than AutoIt? Not really, I know HTML and PHP fairly well, and I am trying to learn Java.
403forbidden403 2 years ago