Turn on SS when fighting with champions

Free adrenaline script, to turn on SS when fighting with champions. Adjust soulshots name

begin
     while true do begin
        delay(1000);
        if (Engine.Status = lsOnline) then begin
            if (user.target.Team <> 0) then begin
                Engine.AutoSoulShot('Soulshot (A-grade)', true); // [true] = Enable soulshots
             end else begin
                Engine.AutoSoulShot('Soulshot (A-grade)', false); // [false] = Disable soulshots
             end;
        end;
     end;
end.

Author: Velmsun