AHK Macro Recorder

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024
  • A guide to using my Macro Recorder built in AutoHotkey.
    Download the script here: github.com/rae...
    Install AutoHotkey v2: www.autohotkey...
    See the original macro recorder by feiyue: www.autohotkey...
  • เกม

ความคิดเห็น • 30

  • @leo853
    @leo853 2 หลายเดือนก่อน +1

    That extremely handy script! many thanks!

  • @JürgenFröhlich-j6c
    @JürgenFröhlich-j6c 12 วันที่ผ่านมา

    Thank you for your great work :)

  • @divaythfyr575
    @divaythfyr575 2 หลายเดือนก่อน

    Easy to use and really helpful. Incredible job!

    • @raeleus
      @raeleus  2 หลายเดือนก่อน +1

      Thanks for trying it out!

  • @nodswal
    @nodswal 2 หลายเดือนก่อน

    Awesome Job.
    * Couple of idea's
    - Extend the F1 time out, between recording and showing source as its hard to hit those it seems IMO.
    - VS Code could be in multiple locations depending on how you installed it, so "open source" didn't work for me until I edited it. ( ms store, user install, system wide )
    - After it opens source it no longer provides on the onscreen recording prompt/notification, or something isn't always triggering it?
    - Maybe a tip for when the screen is playing, like during the recording so you know when its done?
    Thank you so much for your hard work.

  • @donttemptfate5742
    @donttemptfate5742 14 วันที่ผ่านมา

    Out of curiosity; unless I'm just doing something wrong.
    when I loop the script to work it just does the commands instantly regardless of the sleep timers involved. How do I fix this? For example my sleep timer is set to 20000 and it is still instantaneous once I start the script that the commands runs its loop INSANELY quickly.

  • @MarkusMartinBaumann
    @MarkusMartinBaumann 22 วันที่ผ่านมา +1

    I am having trouble understanding when to use wich coordinates... if i position everything on my main screen side by side and record actions in different windows, will it work? Same Speed, just looping what i did before?
    I need to adjust my scripts way too often otherwhise, all the winactivate stuff is beyond me still...

    • @raeleus
      @raeleus  22 วันที่ผ่านมา +1

      With how you've described your situation, I would leave the coordinate mode as screen. That's how I normally use it anyway. The best way to think of screen is that it will always click on the same point on the screen no matter what is there. Using window allows you to drag your windows around and your clicks will still work, but it is far more fiddly that way.
      Sometimes I need to make a click right where my mouse currently is. Like I want it to right-click on a shortcut I have highlighted. That's when I use relative.

  • @farmerbob-oc9qu
    @farmerbob-oc9qu 2 หลายเดือนก่อน +2

    very confusing. where do i download the script in github?

    • @raeleus
      @raeleus  2 หลายเดือนก่อน +1

      Sorry about that. I forget how much extra nonsense there is on a github repo. I added a release and a readme to hopefully make it easier to follow. You can see the release page here: github.com/raeleus/AHK-Macro-Recorder/releases
      Thanks!

  • @ecomempire9076
    @ecomempire9076 4 ชั่วโมงที่ผ่านมา

    how to add loop? so idont press f1 repeatedly

    • @raeleus
      @raeleus  4 ชั่วโมงที่ผ่านมา

      @@ecomempire9076 there is a loop block inside the generated script. You can specify a loop count other than 1 or leave it blank to loop forever

  • @Ayrton-Da-Silva
    @Ayrton-Da-Silva หลายเดือนก่อน

    Good job, im having problems trying to loop the script, I saw your comments saying it was all in a big loop but I cannot find where precisely the loop option is, I used the search feature and changed the number on all three "loops" the program has but it is giving error messages

    • @raeleus
      @raeleus  หลายเดือนก่อน +1

      @@Ayrton-Da-Silva Thanks. You have to edit the macros created by the script. Record the macro first by holding f1 until it says record. Do the action you want to be repested, the press f1 again to stop recording. Now hold f1 for a really long time until it says edit script. It should open up in vscode or whatever editor you have. That's where the loop is. It's at the very top of this file.

    • @Ayrton-Da-Silva
      @Ayrton-Da-Silva หลายเดือนก่อน

      @@raeleus ooh I see thank you for the reply

  • @thuy446
    @thuy446 หลายเดือนก่อน

    Hi, I was wondering how can I do infinite playbacks. Like it just keeps looping until I press f1 again

    • @raeleus
      @raeleus  หลายเดือนก่อน

      @@thuy446 Yes, you'll see that when you edit the macro, everything is in one big loop block. You can change the loop number to anything you want or erase the number to loop forever. Pressing F1 again will stop the macro.

    • @thuy446
      @thuy446 หลายเดือนก่อน

      @@raeleuseverything seems to work, but the sleep times are very off and it seem really sped up. I enabled the setting for recording sleep too

  • @diogoscala5496
    @diogoscala5496 หลายเดือนก่อน

    I have a question how can I make so the macro repeats infinite times?

    • @raeleus
      @raeleus  หลายเดือนก่อน

      @@diogoscala5496 You'll see that when you edit the macro, everything is in one big loop block. You can change the loop number to anything you want or erase the number to loop forever. Pressing F1 again will stop the macro.

    • @diogoscala5496
      @diogoscala5496 หลายเดือนก่อน

      @@raeleus oh I see thanks for the help

  • @linzika
    @linzika 2 หลายเดือนก่อน

    im writing and clicking but i need it to be done the same speed as i did before, and it only goes soo fast

    • @raeleus
      @raeleus  2 หลายเดือนก่อน

      @@linzika i talk about that in the video. Long press the key to edit the script. Remove the comments from the sleep lines. Or change the sleep oprion at the top and record again.

  • @mrblazer149
    @mrblazer149 2 หลายเดือนก่อน

    Raelus, will you make a video about networking in libgdx in future?

    • @raeleus
      @raeleus  2 หลายเดือนก่อน

      @@mrblazer149 I'm not any good at networking. Sorry!

    • @mrblazer149
      @mrblazer149 2 หลายเดือนก่อน

      @@raeleus damn you are fast, thanks for response, its just that libgdx networking looks really hard

  • @linzika
    @linzika 2 หลายเดือนก่อน

    Hello, can u help me? ive changed to RecordSleep:=true on Record.ahk but still when i press F1 it does so fast, why?

    • @raeleus
      @raeleus  2 หลายเดือนก่อน +1

      Hello. The line should be ;RecordSleep=true
      No colon because I'm a filthy Java programmer. Save the script, then record your macro again. Sorry!

  • @marcocarloni3676
    @marcocarloni3676 หลายเดือนก่อน

    i get error "script file not found" if i press f1
    seems it not found the file ~Record1.ahk
    I edited the script and now i get:
    316: title := WinGetTitle()
    when i open the cmd while recording

    • @raeleus
      @raeleus  หลายเดือนก่อน

      Did you make sure to record a macro first? Long hold f1 until it says record on the screen