AutoHotkey Dota 2 Invoker Script with Gui ( tested on 29.05.22, it still works )

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • Tested on 29.05.2022 and it still works. If someone has a problem with the script try to run Dota2 in Windowed mode. If you still have problems then try to run the script or the exe file in elevated ( admin ) mode. Just right-click on the file and select 'Run as administrator'.
    PayPal.Me:
    paypal.me/bceen
    In this video, I'll show you how you can create your own Dota 2 Invoker script with AutoHotkey.
    You can download and modify it. Download: rpawr.com/auto...
    Don't use the script in real games. The main purpose of the video is to learn how to use AutoHotkey!

Комментарии • 34

  • @Blingsby
    @Blingsby 4 года назад +1

    Nicely done, even in depth explanation on your website. goodjob very usefull for the not everyday invoker player.

    • @bencemarkiel
      @bencemarkiel  3 года назад

      Hey, thanks for your feedback I really appreciate the kind words!

  • @bagusasriel2123
    @bagusasriel2123 4 года назад

    Thanks. Its so awesome. Really love it!

    • @bencemarkiel
      @bencemarkiel  3 года назад

      You are welcome, I'm glad you like it!

  • @Jofryd
    @Jofryd 4 года назад

    I really like how you implemented the GUI. Is it possible to make a GUI color change after the press? Let's say Chaos meteor CD is 55 sec, so after pressing the "S" meteor icon will have a red layer/mask for 55 sec or maybe even GIF timer as mask/replacement with actual CD in seconds?? It would make it so much better to practice timings.

    • @bencemarkiel
      @bencemarkiel  3 года назад +1

      Thank you very much for your feedback! It's possible to animate the GUI but the code will be more complex. Maybe later I'll add this feature and update the script. Thanks for your idea!

  • @FleshPwner
    @FleshPwner 4 года назад

    habs noch nicht ganz verstanden, wie caste ich die spellst jetzt ? bei mir passiert nichts wenn ich bsp q drücke, nur auf capslock passiert was..

    • @bencemarkiel
      @bencemarkiel  3 года назад

      Ich schlage vor, den Artikel auf meiner Website zu lesen (weitere Informationen finden Sie in der Beschreibung).

  • @miranamatata9724
    @miranamatata9724 4 года назад

    Great man. keep it up

  • @players02
    @players02 4 года назад

    Doesn't seem to work with the latest DotA 2. I ran the script but it doesn't register in-game.

    • @bencemarkiel
      @bencemarkiel  3 года назад

      That's not so good, thank for your input. There are various different tricks to simulate keystrokes, maybe when I'll have more time I'll try to upload the script.

  • @serchi7621
    @serchi7621 4 года назад

    Hi I try the exe key and also autohotkey,, but I dont understand how to use it, you say something about CAPS but I am lost could you help me please?

    • @bencemarkiel
      @bencemarkiel  3 года назад

      Hi Sergio, I suggest reading the article on my website ( please see the description for further information ).

  • @igamingpublic
    @igamingpublic 4 года назад

    nice script however. you need to put delay (sleep) by pressing Q W E one by one. people can easily tell that you are using script.

    • @bencemarkiel
      @bencemarkiel  3 года назад +1

      You are right, but as I said in the video I hope people don't use it in real games. I am against cheating.
      If you want to add some sleep you can do that easily by creating a custom random sleep function like this:
      RandomSleep( lower := 20, upper := 50 )
      {
      Random, randsleeptime, % lower, % upper
      Sleep, % randsleeptime
      }
      You can call it by: RandomSleep() OR: RandomSleep( 50, 200 )

  • @gabrielvondra4654
    @gabrielvondra4654 4 года назад

    hey brother struggling to enable it i downloaded the zip file and opened the exe file but its still not working the overlay doesnt go over dota and the hotkeys dont work

    • @bencemarkiel
      @bencemarkiel  3 года назад

      Hey Gabriel, I've tested the exe and the not compiled format back then and it worked flawlessly. I suggest to start over but lately it seems the script doesn't work anymore.

    • @MrHitlerGuru
      @MrHitlerGuru 2 года назад

      @@bencemarkiel got the same problem:( is it outdatede

    • @bencemarkiel
      @bencemarkiel  2 года назад

      @@MrHitlerGuru hello, thanks for your feedback, I have just tested the script and it worked for me. I only tested it in demo mode though. I ran it windowed ( bordless mode ), sometimes at fullscreen mode the hotkeys will not be registered.

  • @kiljo3462
    @kiljo3462 4 года назад

    @bence markiel how do you get the gui to play over the games

    • @bencemarkiel
      @bencemarkiel  3 года назад

      I am sorry but I don't exactly understand your issue, could you describe it please?

  • @kentpachi143
    @kentpachi143 4 года назад

    the ahk code you provided doesnt show gui bro :(

    • @bencemarkiel
      @bencemarkiel  3 года назад

      Well that's strange, I've tested it multiple times and it worked. Could you give me more info, please?

  • @stevenreeves8703
    @stevenreeves8703 4 года назад

    helo i cant download the gui

    • @bencemarkiel
      @bencemarkiel  3 года назад

      I've checked and the link should work.

  • @arienaries3531
    @arienaries3531 4 года назад

    bro can you make for tinker , fiend and meepo

    • @bencemarkiel
      @bencemarkiel  3 года назад

      I could but the video was made for learning. I don't want to ruin public games.

  • @alvarolopezzz
    @alvarolopezzz 4 года назад

    doesn´t work...

    • @bencemarkiel
      @bencemarkiel  3 года назад

      I haven't touched DotA 2 since the video has been made. Maybe when I'll have more time I'll update the script.

  • @nikitanegrusceac4509
    @nikitanegrusceac4509 3 года назад

    акцент русский

  • @fahadnaif2170
    @fahadnaif2170 4 года назад

    there is a Trojan. U have been reported.

    • @bencemarkiel
      @bencemarkiel  3 года назад +1

      This is the reason I provided the source code on my website, you can compile it on your own. AutoHotkey can be flagged by Antivirus programs JFYI.