How to create an AutoHotkey script to move the mouse and click on the selected coordinates.

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

Комментарии • 29

  • @AHSedits99
    @AHSedits99 Год назад +1

    Thank you so much ive been looking all over the internet but could only fin stuff where i couldt change the cordinates but this is easy and perfect thanks

  • @CigRacing
    @CigRacing 3 года назад +2

    Very very helpful! Thank you! especially the multi monitor option. Thank you!

  • @ChicoPretencioso
    @ChicoPretencioso 3 года назад +1

    Hi, thanks for the video ..... I have a question, how can I create a script to do the action of sending a message by pressing the space bar? Is that the enter key is far from my shortcuts and the space is more comfortable, greetings

  • @Moonzzie
    @Moonzzie 4 года назад +2

    how do i make it work on a specific window so i can do something else while the script is running

    • @jasoncayen
      @jasoncayen 4 года назад +1

      did you get it already?

    • @Moonzzie
      @Moonzzie 3 года назад +1

      @@jasoncayen no

    • @RandomGuy-qv8zb
      @RandomGuy-qv8zb 3 года назад

      @@Moonzzie before you start writing the script add
      #IfWin Active (program name here)

    • @JamesBond-ns8di
      @JamesBond-ns8di Год назад

      @@RandomGuy-qv8zb does it open a new tab for that? like a VM?

  • @crashium
    @crashium Год назад +1

    .exe won't open, had to type .ahk instead

  • @eyeteyteras1717
    @eyeteyteras1717 3 года назад +1

    please sir its very important can you give me code on like 3 clicks at once with different coordinates?

  • @danipulok
    @danipulok 4 года назад +7

    MouseMove, 200, 100
    click
    ExitApp

    • @loukaslouka7228
      @loukaslouka7228 4 года назад +1

      hey can u help me out ?

    • @danipulok
      @danipulok 4 года назад +1

      Family Guy Best Moments what’s the issue?

    • @markb.45
      @markb.45 4 года назад +1

      Is there a way to make it run infinitely?

    • @danipulok
      @danipulok 4 года назад +3

      @@markb.45 put it in loop
      Like
      Loop
      {
      Click x y
      }
      Just google loop or aoutoclicker

    • @hardy4441
      @hardy4441 Год назад

      @@danipulok pls help how to make this script right click but dont click left

  • @u4rialol617
    @u4rialol617 3 года назад +1

    Dude your desktop freaks my out... talk about customization

  • @ferchi5865
    @ferchi5865 3 года назад +1

    Thankyou

    • @AutoPlantPot
      @AutoPlantPot  3 года назад

      Thank you! and welcome everyone to study together. I am also a beginner! 🌹

  • @karam3045
    @karam3045 3 года назад +2

    is there any way to have this code run as soon as your pc turns on automatically without me having to do anything?

    • @yannick9439
      @yannick9439 3 года назад +2

      There should be a way to put it in the autostart folder just look it up in the internet not sure how it works exactly

    • @nightingale8417
      @nightingale8417 Год назад +1

      I recommend using task scheduler. You can create a task to run the Auto HotKey script in the background

  • @viniciussoul8243
    @viniciussoul8243 4 года назад +1

    Can I do it without the cursor moving but the click?

  • @cdr2671
    @cdr2671 2 года назад +1

    When I try to save it it stops working

    • @AutoPlantPot
      @AutoPlantPot  2 года назад

      Did you type the appropriate coordinates and the correct script? You can also try the latest version of AHK.

  • @danipulok
    @danipulok 4 года назад +1

    scite4autohotkey

  • @ChicoPretencioso
    @ChicoPretencioso 3 года назад +1

    Hi, thanks for the video ..... I have a question, how can I create a script to do the action of sending a message by pressing the space bar? Is that the enter key is far from my shortcuts and the space is more comfortable, greetings