Developer's Blog
Register Low Fi Mark Forums Read

Rate this Entry

Invoker Bind

Posted 01-04-2011 at 06:54 PM by AucT
Updated 08-09-2011 at 03:46 PM by AucT

The Invoker Hotkeys.
Alt+Ability hotkey will add that ability in pool. Updated 1.07.11 (sendmode input - will work on even if pc has uac)

if it doesn't work - Run it as admin

Alt+Y = Cold Snap
Alt+V = Ghost Walk
Alt+X = Tornado
Alt+C = EMP
Alt+Z = Alacrity
Alt+D = Chaos Meteor
Alt+T = Sun Strike
Alt+F = Forge Spirit
Alt+G = Ice Wall
Alt+B = Deafening Blast

#SingleInstance force
#HotkeyInterval 0
#InstallKeybdHook
#UseHook On
#MaxThreads 20
SetBatchLines, -1
SetKeyDelay , -1, -1
SendMode Input
#IfWinActive Warcraft III
!vk59::
send {vk51}{vk51}{vk51}{vk52}
return
!vk47::
send {vk51}{vk51}{vk45}{vk52}
return
!vk42::
send {vk51}{vk57}{vk45}{vk52}
return
!vk58::
send {vk57}{vk57}{vk51}{vk52}
return
!vk5A::
send {vk57}{vk57}{vk45}{vk52}
return
!vk44::
send {vk57}{vk45}{vk45}{vk52}
return
!vk54::
send {vk45}{vk45}{vk45}{vk52}
return
!vk56::
send {vk51}{vk51}{vk57}{vk52}
return
!vk46::
send {vk51}{vk45}{vk45}{vk52}
return
!vk43::
send {vk57}{vk57}{vk57}{vk52}
return
Attached Files
File Type: zip Invoker.zip (197.5 KB, 2470 views)
Posted in My Programmes
Views 9214 Comments 27 Email Blog Entry
Total Comments 27

Comments

  1. Old Comment
    AucT's Avatar
    Updated invoker bind. I think it's final - now will works on all keyboard layouts and works much faster.
    Posted 01-17-2011 at 10:22 AM by AucT AucT is offline
  2. Old Comment
    Guardian AngeL's Avatar
    Seems like made by AutoHotKey.

    Code:
    !1::
    Grid()
    BlockInput, On
    MouseGetPos, intx, inty
    Mousemove, %x1%, %y1%, 0
    SendInput {Click}
    Mousemove, intx, inty, 0
    BlockInput, Off
    return
    
    !2::
    Grid()
    BlockInput, On
    MouseGetPos, intx, inty
    Mousemove, %x2%, %y1%, 0
    SendInput {Click}
    Mousemove, intx, inty, 0
    BlockInput, Off
    return
    
    Grid()   
    {
      global
      WinGetPos,,, winWidth, winHeight, 
      x1:=(544*winWidth)//640
      x2:=(578*winWidth)//640
      y1:=(424*winHeight)//480
    
    }
    Alt 1 uses First skill, Alt 2 uses Second skill.
    Posted 01-17-2011 at 06:28 PM by Guardian AngeL Guardian AngeL is offline
  3. Old Comment
    AucT's Avatar
    no; it's just click qwer for blast etc.
    Posted 01-18-2011 at 06:36 AM by AucT AucT is offline
  4. Old Comment
    KuroNeko's Avatar
    Haha, same layout as mine, except I use "sendinput" and things.

    How does speed compare to "sendinput" in autohotkey? Do you know?
    Posted 02-05-2011 at 04:15 AM by KuroNeko KuroNeko is offline
  5. Old Comment
    AucT's Avatar
    dunno about this but I know for sure placing virtual keys instead of ordinary really fast it up!
    Posted 02-05-2011 at 12:07 PM by AucT AucT is offline
  6. Old Comment
    AucT's Avatar
    updated. using sendplay instead of send. In theory must be a little faster=)
    Posted 02-11-2011 at 08:27 PM by AucT AucT is offline
  7. Old Comment
    Guardian AngeL's Avatar
    Once I did Invoker toolkit by AutoHotkey topic closed

    http://www.playdota.com/forums/408925/tool-invoker/
    Posted 02-12-2011 at 04:09 AM by Guardian AngeL Guardian AngeL is offline
  8. Old Comment
    AucT's Avatar
    plz don't shout too much - the moders can look at it.
    As far as I know on this forum invoker tools are considered as hack, but imo if it doesnt corrupts wc3/dota it's not a hack, just hotkeys as inventory.
    and btw yours tool is deleted on mediafire too
    Posted 02-14-2011 at 02:16 PM by AucT AucT is offline
  9. Old Comment
    тут русских модеров нет так что в проге можешь добавить на русском дополнения какие нить типа макросов)
    Posted 02-21-2011 at 03:21 PM by bagfaq bagfaq is offline
  10. Old Comment
    SoulHound's Avatar
    It is a hack. Because it is based on SSUC (Script Skill Usage Command) And its a lot diferent than hotkeys. Invoker need skill to be played. And this script makes it bullsh1t.

    Would be same if you would make "script" for Geo to do Poof and Eathbind in 1 second with all 4 of them.

    Your Oppinion is totally wrong.
    Posted 03-19-2011 at 03:35 PM by SoulHound SoulHound is offline
  11. Old Comment
    i think it is call hacker it decrease the time for invoke skill
    Posted 03-21-2011 at 02:30 PM by yyy520159357 yyy520159357 is offline
  12. Old Comment
    AucT's Avatar
    then don't use it :P
    Posted 03-24-2011 at 01:02 PM by AucT AucT is offline
  13. Old Comment
    Krej's Avatar
    hi how could i change it to ALT + 1 / 2 / 3 and so on?
    im newb btw.
    Posted 04-11-2011 at 07:53 PM by Krej Krej is offline
  14. Old Comment
    AucT's Avatar
    this is unchangable. however u can download AHT; change config to
    Quote:
    ;! is for alt
    ;+ is for shift
    ;^ is for control
    ;Full description of allowed keys on AHT.isgreat.org
    ; Author: AucT <AucT.uz.ua@gmail.com>
    [Invoker]
    ;Just adds spells into the pool
    ;turn it on to on scripts
    EnableInvoker=on

    QQQ=
    WWW=
    EEE=
    il=
    ColdSnap=!Y
    GhostWalk=!V
    Tornado=!X
    EMP=!C
    Alacrity=!Z
    ChaosMeteor=!D
    SunStrike=!T
    ForgeSpirit=!F
    IceWall=!G
    DeafeningBlast=!B
    Posted 04-12-2011 at 04:23 AM by AucT AucT is offline
  15. Old Comment
    AucT's Avatar
    so change it to
    ColdSnap=!1
    GhostWalk=!2
    .....and so on
    Posted 04-12-2011 at 04:26 AM by AucT AucT is offline
  16. Old Comment
    its not working =(
    Posted 05-15-2011 at 09:16 AM by fish123 fish123 is offline
  17. Old Comment
    profdharyl1487's Avatar
    wat is !vk47? can u pls explain it sir....
    Posted 05-26-2011 at 03:58 PM by profdharyl1487 profdharyl1487 is offline
  18. Old Comment
    AucT's Avatar
    virtual key codes are faster and more reliable as it will work on non-english keyboard layout.

    here the list of virtual key codes:
    Virtual Key Codes
    Posted 05-29-2011 at 10:30 AM by AucT AucT is offline
  19. Old Comment
    AucT's Avatar
    UPDATED
    Posted 06-01-2011 at 07:42 AM by AucT AucT is offline
  20. Old Comment
    Thanks, but the keys seem way too scattered around the keyboard. =)
    Posted 07-07-2011 at 05:13 PM by jsrnn jsrnn is offline