Post.net Client Api Wrapper

Posts 115 of 15 · Page 1 of 1
.net Client Api Wrapper
Import the 2 DLLs:
LeagueClientManger
Newtonsoft.Json (the 1st dll need this to parse json data)



Example vb.net code:

Code:
    Private Connection As New LeagueClientManger.ConnectionManager

    Private WithEvents EventHandlerLobby As New LeagueClientManger.LobbyEventEmitter(Connection)
    Private WithEvents EventHandlerQueue As New LeagueClientManger.QueueEventEmitter(Connection)
    Private WithEvents EventHandlerReadyCheck As New LeagueClientManger.ReadyCheckEventEmitter(Connection)

    Private core As New LeagueClientManger.Core(EventHandlerLobby, EventHandlerQueue, EventHandlerReadyCheck, Connection)

    Private Sub Main()
        core.Start()
    End Sub


then just handle events of EventHandlerLobby\Queue\ReadyCheck.

EventHandlerLobby events:

lobbyEntered
lobbyExited
canStartChanged
memberUpdate
membersForceUpdate
lobbyLockChanged



EventHandlerQueue events:

queueEntered
queueExited
queueTimeChanged
estimatedQueueTimeChanged



EventHandlerReadyCheck events:


ReadyCheckEntered
ReadyCheckExited
dodgeWarningChanged
declinersChanged
playerResponseChanged
stateChanged
timerChanged







Scan:

https://metadefender.opswat.com/resu...gular/overview
https://metadefender.opswat.com/resu...gular/overview
Release_mpgh.net.zip257 KB · 84 downloads Clean
how to use and what will do work ?
Quote Originally Posted by roylhine22 View Post
how to use and what will do work ?
Create new .net project
Import the DLLs
Manage events to get info / interact with game flow
Nice one! I was working on this myself but just started... glad someone already did it :P
s
Please i need some help
awesome thanks
I don’t get it. What’s the point of this? Actually curious btw not belittling
Quote Originally Posted by mas52292 View Post
I don’t get it. What’s the point of this? Actually curious btw not belittling
tf. just read. it's not related to scripting or anything it's used to get API info
ty bro that's nice for me
great content. thank you
thanks bro working
cheers mate xo
Posts 115 of 15 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?