AutoHotkey - Palworld - Auto Cooking, Mining, Chopping, and More!

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

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

  • @TABNationAutomation
    @TABNationAutomation  9 หลายเดือนก่อน +4

    How many hours of game play do you already have?

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

      30

    • @Jay-bi7tq
      @Jay-bi7tq 9 หลายเดือนก่อน

      grass@@Mekugiofficial

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

      I am at 23 hours at the time of upload of this video

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

    how about some fast paced automatic right clicks? Sounds easy enough to alter the loop for them. They could work really well for the automatic exp farm that's been going around these days, with the failed building part automatically breaking down but still giving exp.

  • @Bgant1984
    @Bgant1984 8 หลายเดือนก่อน +3

    similar build I made but I have it setup to hold the F key when I press backspace and release when I press backspace again
    fKeyPressed := false
    Backspace::
    if (fKeyPressed)
    {
    Send, {F up}
    fKeyPressed := false
    }
    else
    {
    Send, {F down}
    fKeyPressed := true
    }
    return
    Esc::ExitApp ; Press Esc to exit the script

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

    what would be a good way to do autosprint, would there be a way to double tap shift in order to trigger it to hold down the shift key ?

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

      yes. hotkey with toggle and send {shift down}

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

    So I wrote this script out on notepad++ How do I actually use it in authotkey program?

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

    Nothing happens in the game when I run the script and press a hotkey while the window is active

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

      Not sure. Does it show the script is running?

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

    Can you post the code in the description?

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

    Have a question

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

    is your discord name posted correctly?

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

    where is the script

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

    Thank you, works great.

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

    can you get banned?

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

      This is key remapping and does not mess with the game

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

      @@TABNationAutomation thanks! i can play with relief