requirements:
ahk:

greenshot:
(or other application that finds your desktop pixel coordinates)
admin rights: you need to run ahk script as ADMIN OR IT WILL NOT WORK 100% NADA
disclaimer: This may not work for everyone... Sorry
ahk script:
DEL::Lock()
Lock()
{
; call role
MouseMove, 127,681, 0 ; no need to modify coordinates here
Send,{LButton}
Send,Top ; change role to your desired role
Send,{Enter}
; auto lock in champion
MouseMove, 793,458, 0 ; you need to modify coordinates here
Send,{LButton}
MouseMove, 644,612, 0 ; no need to modify coordinates here
Send,{LButton}
}
Important Info:
For those unfamiliar with MouseMove, the coordinates are relative to the active window unless CoordMode was used to change that.
Easy way to obtain coordinate of desired champion relative to the 720p league client is to set your monitors resolution to 720p and use greenshot to get the coordinate. If you need to scroll down to find your champion then I hate to bear the bad news but I was too lazy to code this exception... Sorry
In the near future eventually I'll have a **** good sophisticated *** ahk script to insta lock and role call but for now I'm sorry but you'll have to bear with me on this one
I understand that this script is not the most intuitive one out there and requires a lot of manual labor but no one has the champion ID for Gwen right now according to my extensive research so your best bet is to use your brain and understand the logic behind this script.






