L
Update for 10.23.343.2581
SDK SUPPORT For Developers WindSDK.dll -
WindSharp Core
WS_Activator
WS_AIO
Official Addons

Item and passive damages will be updated in future (slowly).
report any bugs and errors on discord.
SDK SUPPORT For Developers WindSDK.dll -
WindSharp Core
- F5 (Reload key) (F6 Reload and wait) (F7 Disable drawings) (F9 Unload)
- Reloading is not stable yet. works most of time
WS_Activator
- Offensive Item Activator Removed (gonna added again)
- base ult ignore time limit (toggle)
- anti lantern (toggle)
- skinchanger bugfix
WS_AIO
- New YoneSharp
- Vayne target selection bugfix
- Vayne smart stealth
Official Addons
- WS_AIO
- WS_ACTIVATOR
- WS_AWARENESS
- WS_EZEVADE

Item and passive damages will be updated in future (slowly).
report any bugs and errors on discord.
C#:
// Console Application.
using LPRebornSDK;
using OKTW;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WS_AIO
{
public class WPlugin
{
public static void Main(string[] args)
{
AIBaseClient.OnStartup += AIBaseClient_OnStartup;
}
private static void AIBaseClient_OnStartup()
{
//startup
}
}
}
Son düzenleme: