AutoHotkey v2 - Most Common Gaming Script Commands

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

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

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

    the "down" and "up" while sending doesn't seem to work, it also doesn't highlight the way it does in the video. i used
    Send "{w down}"
    Sleep Random(300,600)
    but it only prints w ones, Do you have any idea what could be wrong?

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

    I have more experience with AHK 1 than I do with 2. If I remember correctly, the Speed in the MouseMove is not actually milliseconds, but rather a scale from 1 to 100. This may trip you up if you are entering something over 100 and it freaks out because it doesn't know how to handle this value outside the expected range.

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

      Yes I say that in the video thats its speed not MS

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

      @@TABNationAutomation I must have missed that. I know that I ran into that issue myself at one point.

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

    Hello, I would like to ask how do I fit a loop into an imageSearch search since the Loop function does not work in version v2

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

    Hello my pixel search doesn't work : if PixelSearch(&Px, &Py, 856, 952, 0x8eb1d4, 3) it tells me "Error: Too few parameters passed to function.", can you help me please

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

      www.autohotkey.com/docs/v2/lib/PixelSearch.htm
      You are missing the second set of coordinates

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

    Is there a way to make an auto recorder that saves the positions that my character walked, and after I play it it walks in those positions infinitely?

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

      Yes but your person will have to start in the exact same spot every single time. I have multiple videos about macro recorders on my channel.

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

      @@TABNationAutomation Yes, it's just that if the game has a lag/delay at some point, will it continue to walk in the same positions it was saved?

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

      @@gameplaysc7644 most likely no. Its something you will just have to try yourself and see

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

    Ok. I’m completely lost. I’m looking for a simple toggle ex. Where you press F1 and x thing happens for x seconds. Press F1 to End. Any help will be highly appreciated. (V2 is all I have)

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

    nicee