How to make an autoclicker - AutoHotkey v2

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024

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

  • @Axlefublr
    @Axlefublr  ปีที่แล้ว +7

    "Current Version" is now v2, so don't worry about what I said at the beginning

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

      Hello, is there way to make the true value of SetTimer(Click, toggle ? T, F) faster than 1?
      I tried 0.1 for true value but it didn't work.
      Also, can you change true value into Random variable?
      I tried random, variable, low, high script but it didn't work.

  • @myrabel
    @myrabel 8 หลายเดือนก่อน +2

    Im still completely lost with v2(loved v1), but thank you for this tutorial! Awesome work!

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

    It should also be noted that not everyone’s PC will register clicks as fast as yours does. PC build matters in this case so i suggest creating your own autoclicker and then fine tuning the settings to your environment to get the most out of your pc. also if playing games like for example Roblox autoclickers will only register the cps cap set by whatever the dev has in place.

  • @Ursaross
    @Ursaross ปีที่แล้ว +5

    Nice understandable tutorial.
    Honestly, was really lost about v2, since I've only ever used v1 and didn't know the new format.

    • @Axlefublr
      @Axlefublr  ปีที่แล้ว +1

      Thank you! v2 introduces a few new concepts that can be difficult to wrap your head around, so I have quite a few videos explaining those concepts

  • @Jason-vz4sr
    @Jason-vz4sr 4 วันที่ผ่านมา

    Can you do this in notepad without visual studio code?

  • @Wolkenphoenix
    @Wolkenphoenix ปีที่แล้ว +4

    I have no idea why you have so many downvotes, the video is concise, to the point and, most importantly, correct. Thanks for your help! Have a good day

    • @Axlefublr
      @Axlefublr  ปีที่แล้ว

      Thank you! I think it's because of the average person who will want an autoclicker. Most will just want a program to install, and they're not interested in learning a programming language to achieve that. If something slightly doesn't work, it then becomes my fault.
      I made this video specifically to attract (mostly) those people to stop them from going to the ahk discord and nagging people lol
      I'm glad you found it instructive!

    • @Wolkenphoenix
      @Wolkenphoenix ปีที่แล้ว +2

      @@Axlefublr Jup, it was exactly what I needed, and on top of that I learned something about ahk. It's very confusing trying to look this up, because sometimes you just randomly get tutorials of v1 even though you specifically search for v2. Here you can just follow.
      I agree that it would've been great if the code was in a pastebin, but on the other hand it really is not that much to write, it takes like ten seconds.

    • @Axlefublr
      @Axlefublr  ปีที่แล้ว

      @Wolkenphoenix Yeah nowadays I generally always put code in the description, usually via a github link
      I created my channel pretty much because there was no (good) ahk v2 content, so I'm glad you're finding it useful!

  • @The_Guy_Who_Thinks
    @The_Guy_Who_Thinks 9 หลายเดือนก่อน +3

    I doing the same thing and didn't work what i'm doing wrong?

  • @M30W3R
    @M30W3R ปีที่แล้ว +1

    Thank you very much, worked as advertised. However, I had to comment #Include - is it because it's part of some other video you made previously?

    • @Axlefublr
      @Axlefublr  ปีที่แล้ว +1

      TestDirective is just a file that contains the sane #Directives for the test file to work as expected

    • @SrPoOW
      @SrPoOW ปีที่แล้ว

      where can i get this directive?@@Axlefublr

  • @maryusxx7776
    @maryusxx7776 ปีที่แล้ว +1

    is it possible to make a script for Stronghold Crusader and tutorial how to use it.
    i would tip

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

    Would this be usable with a send function?

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

      yes. or any other code, for that matter

  • @cadiskox8073
    @cadiskox8073 ปีที่แล้ว +1

    Very simple tutorial, now I need to make it work in background somehow xD

    • @Axlefublr
      @Axlefublr  ปีที่แล้ว

      lmao that's pretty much impossible, if the window is not visible. but if it is, you could use controlclick!

    • @cadiskox8073
      @cadiskox8073 ปีที่แล้ว +1

      It can work on a window on a second screen, it can be visible just working while im doing other stuff

    • @Axlefublr
      @Axlefublr  ปีที่แล้ว

      then yeah controlclick. click actually uses your real mouse cursor

    • @cadiskox8073
      @cadiskox8073 ปีที่แล้ว

      Well doenst work for app I use, I tried to do it with enter clicker instead of leftclick but doesnt even recognize window. w/e with this

    • @Axlefublr
      @Axlefublr  ปีที่แล้ว

      @@cadiskox8073 yeah controlclick isn't supported everywhere, games being one of the places that are unlikely to support it. your only option is to use click now unfortunately

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

    Would this work with notepad? If not how can I do it on notepad

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

    How can I copy these codes?

  • @thepython10110
    @thepython10110 ปีที่แล้ว +3

    Your "links to all my videos" link doesn't work.

    • @Axlefublr
      @Axlefublr  ปีที่แล้ว

      thanks for mentioning

  • @Yummo1
    @Yummo1 ปีที่แล้ว

    is there a way to make a script to record click points (x,y) then stop the recording and loop it but with a auto clicker? im trying to find out how but am stuck

    • @Axlefublr
      @Axlefublr  ปีที่แล้ว

      you would use a map, to which you add the coordinates via a function. then make another function that toggles a settimer that clicks the coordinates from that map

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

    I got it to work but it is extremely slow

  • @bennyok4725
    @bennyok4725 2 วันที่ผ่านมา

    3:02 KITTY

  • @nomont9531
    @nomont9531 ปีที่แล้ว +1

    Do you have to open the program for it to run?

    • @mark-karm
      @mark-karm 6 หลายเดือนก่อน +1

      yes

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

      thank you

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

    Who know where can i download even ready autohotkey macro, with green backround like autohotkey. Just needed open and instant ready for use. It name was Autoshoot.exe maybe or idk. U did download, open and can use your left click continuely for autoclick. (without install or anything) Thanks

  • @ayxaq
    @ayxaq ปีที่แล้ว +1

    why don't u put pastebin link so i can easily copy the code

    • @Axlefublr
      @Axlefublr  ปีที่แล้ว

      the code is small and simple enough to not need that. it's a reasonable request, but do consider that this video was initially made not out of love for game scripts

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

    thanks you rock

  • @groblivsochbauggr
    @groblivsochbauggr ปีที่แล้ว

    how do i make a variant of this script for right clicking?

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

    HOW DO I STOP THAT

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

      lmao

  • @nomont9531
    @nomont9531 ปีที่แล้ว

    What program is that?

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

      vs code

  • @DoomeR18G
    @DoomeR18G ปีที่แล้ว

    How create clicker on right mouse button?

    • @codesymphony
      @codesymphony 10 หลายเดือนก่อน +2

      Click "R"

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

      @@codesymphony This doesn't work anymore, do you know why?

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

      @@BayWayS I think you can do RButton or send RButton

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

      it's funny how a commenter on my video is more active with ahk than me lol

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

      lmfao

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

    The ACK-clicker

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

      lmao imagine this would be how they made http servers

  • @jonathanmcdonald4030
    @jonathanmcdonald4030 ปีที่แล้ว

    it wont work for me:( I copied everything perfectly:((

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

      same. edit: figured it out. I had a #HotIf WinActive that I needed to close by adding another #HotIf at the end of the block

  • @MrJamestreynolds
    @MrJamestreynolds ปีที่แล้ว +1

    Rule 5 jabroni

  • @nomont9531
    @nomont9531 ปีที่แล้ว

    Nevermind

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

    omgaaa trans rights :333

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

      :3 join the discord server, cutie! discord.com/invite/7yvUWNqX