Added: 2 years ago
From: 403forbidden403
Views: 8,682
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (29)

Sign In or Sign Up now to post a comment!
  • WHAT HAPPEN WITH WIN7

  • you can do that and without download ? like open a page or play something and after do it like bot ?

  • thanks so much for this Tut ^_^ so helpful <3

  • i have a problem

    how do i make that

    on click of a button from a gui to start a loop

  • 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.

  • 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?

  • 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?

  • 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.

  • @Izze2000 Old comment, but yes, that is very possible.  Go to the forums for help or to get started.

  • 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...

  • 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. ;)

  • Cool stuff .. waiting for more videos on Autoit

  • Give me some ideas, what do you guys want to know how to do?

  • use gdi plus or opengl with 3d arrays :D

  • Haha, I was thinking more along the lines of a program that demonstrates some type of concept.

  • Thanks for the videos. Im glad you got a new mic for the last video 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!!

  • :) Really glad to hear that someone is valuing the videos, thanks for the comment.

  • Really nice work this last is my favorite!!

    i learned autoit only because of you!!

    Keep it up

  • Haha, thanks! :)

  • really nice my favorite!

    i learned autoit software only because of your videos!!

    keep it up

  • Never would've thought of that, very nice tutorial. :)

  • great job,love it like the rest,I learned AutoIt from you

  • Always glad to hear I've helped someone. You made my day. ;)

  • 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 ?

  • 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.

  • Thank you, Much obliged.

  • Yeah, I am trying to learn that too, but it's slow going. :)

  • Other than AutoIt? Not really, I know HTML and PHP fairly well, and I am trying to learn Java.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more