local ts
require "SxOrbWalk"
require "VPrediction"
ts = TargetSelector(TARGET_LOW_HP_PRIORITY,650)
VP = VPrediction()
function OnLoad()
Menu()
SpellID()
end
function SpellID()
SpellQ = {id = "Q", delay = 0.25, width = -1, speed = 1400, range = 625, ready = false}
SpellW = {id = "W", delay =...