This is a super simple champion script testing a implementation of some new prediction methods. Please report bugs - especially conditions where it throws skillshots completely off base or types of gapclosers/escapes it fails to target properly.
Here's a list of what special skills should be handled... Test them and add requests for more pls! <3
[Special Prediction]
-Summoner Teleport
-Interrupt Channeled Spells
-Hourglass Targeting
[Revives]
-Guardian Angel
-Zilean R
-Aatrox passive
[Windup Blinks]
-Ekko E
-Yi Q
-Katarina E (Will NOT be accurate with blitzcrank because she has radius she can choose and no way to predict 100%)
-Ezreal E
-Kassadin R
[Instant Blinks]
-Summoner flash
-Lissandra E2
-Leblanc W2
Features are simple
Whitelist targets to grab (does not currently check for non white list targets body blocking, aka beta!)
Auto hook immobile targets: Immobile, dashing, blinking, teleporting, reviving, hourglass
Combo button will grab any whitelist target based on hit chance. 1 = its in range and not blocked, 2 = its standing still or JUST changed walk direction, 3 = doing some sort of action, 4 = nearly guaranteed to hit based on spell radius and intercept time and predicted reaction time of target
Auto R on enemy count
Auto R on killsteal
Pretty sure there are orbwalkers to reset auto attacks with E so I'll leave that functionality to them!