iRO-Thor: Effortless Skill Spamming using AutoHotKey(AHK)

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2023
  • Here is the script that is used in the video:
    #If WinActive("ahk_class Ragnarok")
    $a::
    While ( GetKeyState( "a","P" ) ) {
    ControlSend, ahk_parent, {a down}, ahk_class Ragnarok
    Sleep, 10
    ControlSend, ahk_parent, {a Up}, ahk_class Ragnarok
    Sleep, 10
    MouseClick, Left
    }
    Return
    $w::
    While ( GetKeyState( "w","P" ) ) {
    ControlSend, ahk_parent, {w down}, ahk_class Ragnarok
    Sleep, 10
    ControlSend, ahk_parent, {w Up}, ahk_class Ragnarok
    Sleep, 10
    MouseClick, Left
    }
    Return
    Pause::Suspend
  • เกม

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

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

    A BIG thanks to you man!

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

    Damned your Awesome... Thanks for sharing...

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

    Works great thank you

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

    The [Pause] key is a bright idea to have in there, to make sure it suspend the script when on login screen, if by chance your hotkey, is probably a key in your password.

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

    what is the pause button and how do you launch it? I also did it but when I run it, the "A" and "W" keys aren't working.

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

    Does this work on servers with Gepard Protection? 😀

  • @AZObns
    @AZObns 6 หลายเดือนก่อน +3

    it doesnt work , gepard shield block

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

    For those People that hotkey don't work, it's probably related to permission, I have a friend that failed to make autohotkey works on his computer but I cannot help him because he won't let me remote his computer. Yeah the first thing that you should do is a little luck that your script and installer are elevated as admin to make it work. Otherwise autohotkey cannot pick up the input that you pressed, That's why on your end nothing happens.

  • @ygprmn_id
    @ygprmn_id 24 วันที่ผ่านมา

    Where is you called "PAUSE"? what button?

    • @timefirst1
      @timefirst1  24 วันที่ผ่านมา

      depends on your keyboard. some keyboards dont have Pause. On my keyboard, Pause is placed next to the LED button.

  • @darrenmangapot5496
    @darrenmangapot5496 7 วันที่ผ่านมา

    Pano nalalaman kung anong number ang gagamitin sa sleep? Tinry ko iedit yung script na nandito para sa GX ko kaso hindi nagana. pinalitan ko lang ng letters na naka-assign duon sa shortkey ko sa iro tas ni run ko din naman as administrator. Napanuod ko din ung dalawa mo ding vids about sa autohotkey at ginaya ko pareho ung mga scripts na andun.
    may specific bang script dapat per character walang general script na pwedeng bagubaguhin lang yung letters according sa kung anong inassign mo sa shortkey mo sa iro?

    • @timefirst1
      @timefirst1  7 วันที่ผ่านมา

      Para sa anong skill? Kung cross impact wala kna babaguhin. Kung rolling cutter, di mo na need ng script. May built in spam function ang rolling cutter sa iro

    • @darrenmangapot5496
      @darrenmangapot5496 6 วันที่ผ่านมา

      @@timefirst1 gumana na!ginamit ko ung code duon sa video mo na mage :D ang kinombine ko ay dark illusion, emvenom, CI at sonic blow for single monster.. tas sa buff naman na ggamitin ko ung maximum , poison react at weapon block baka..ung sa MA naman ang pwede lang ata duon na icombine ay soul destroyer...tas ung RC hindi ata pwede magawa kasi kailanagn umikot ng 10 bago magamit ung CRS.. mamaya ttry ko na sa mobs xD salamat!

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

    Tutorial how to install and setup please.

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

      Its not that hard to install. Just download and run it as administrator

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

    Good lord your delay between cast is so short.

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

    what site?

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

      Thats autohotkey . Com or just search autohotkey on google

  • @JOKER-fl5jb
    @JOKER-fl5jb 2 หลายเดือนก่อน

    can you make me script of numpad 0?

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

      hi! my latest upload contains a numpad hot key. feel free to check it out~

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

    chance for F comanders

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

    Or you can just use your keyboard or mouse software for macro

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

      Havent tried this one yet. I dont have a keyboard nor a mouse that have macro

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

      @@timefirst1 Can you let me know which one worked better for you if you do try it? I'm running my own macro on Corsair keyboard but not sure if for whatever reasons the auto-hotkey would work better.

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

      The purpose of Autohotkey is to provide any basic keyboard and mouse a macro feature that any fancy modern keyboard and mouse have, but you have to do a little coding to teach your computer how to automate things if you trigger a key on your keyboard or mouse.

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

    Use NDL too no delay hacks😀

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

      lol im pretty sure this one is illegal/banable compared to macro and AHK

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

    champion hotkey please

  • @johncruz1644
    @johncruz1644 8 วันที่ผ่านมา

    Sir. Allowed po ba ito sa iRO, baka po maban ako, returning player here.

    • @timefirst1
      @timefirst1  8 วันที่ผ่านมา +1

      Allowed yan

    • @johncruz1644
      @johncruz1644 8 วันที่ผ่านมา

      @@timefirst1 thanks bro. It is working now. Btw, i dont know if u use ai voice but if not, then you can be a voice actor or something.

    • @timefirst1
      @timefirst1  8 วันที่ผ่านมา +1

      @@johncruz1644 AI voice lang yan boss hahaha. di ako magaling sa english

    • @johncruz1644
      @johncruz1644 7 วันที่ผ่านมา

      @@timefirst1 kala ko boses mo na. Hehe.
      Bro, question lang, anu bang dalawang card maganda para sa saphir ng gene pag mvp at pang general monsters din:
      combo 1: polluted archer skeleton + archer skeleton
      combo 2: 2x abysmal knight
      Combo 3: 2x whiteknight car + khalitzburg
      Combo 4: 2x Polluted wanderer card

    • @timefirst1
      @timefirst1  7 วันที่ผ่านมา

      @@johncruz1644 2 polluted wanderman ang best choice sa mga option mo. Sa ngayon wala na ata gumagamit ng abyss knight