Results 1 to 15 of 15
  1. #1
    iCreativeEmily's Avatar
    Join Date
    Apr 2019
    Gender
    female
    Posts
    11
    Reputation
    84
    Thanks
    73

    Post .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.opswa*****m/resu...gular/overview
    https://metadefender.opswa*****m/resu...gular/overview
    <b>Downloadable Files</b> Downloadable Files

  2. The Following 11 Users Say Thank You to iCreativeEmily For This Useful Post:

    3226296689 (07-01-2019),AECX (04-21-2019),Arekushisupp (04-14-2020),death_owl (04-21-2019),j5252 (06-09-2019),l1368650089 (06-13-2019),lil pete (07-06-2019),M4_ (04-16-2019),matiasgaymer124 (05-02-2019),Sense_Love10 (06-30-2019),xGh0stN00bx (08-16-2019)

  3. #2
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    Good stuff, i don't play this game but interesting stuff.


    //Approved
    https://www.virustotal.com/gui/file/...1502/detection
    Last edited by T-800; 04-15-2019 at 11:13 AM.

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  4. #3
    TadasCZE8's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Thank you!

  5. #4
    roylhine22's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    how to use and what will do work ?

  6. #5
    iCreativeEmily's Avatar
    Join Date
    Apr 2019
    Gender
    female
    Posts
    11
    Reputation
    84
    Thanks
    73
    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

  7. #6
    JamesKing2's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    What does it do

  8. #7
    AECX's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Location
    Germany
    Posts
    17
    Reputation
    10
    Thanks
    657
    My Mood
    Bored
    Nice one! I was working on this myself but just started... glad someone already did it :P

  9. #8
    modood's Avatar
    Join Date
    Apr 2019
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0

    s

    Please i need some help

  10. #9
    goran's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    73
    Reputation
    10
    Thanks
    5
    awesome thanks

  11. #10
    mas52292's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    I don’t get it. What’s the point of this? Actually curious btw not belittling

  12. #11
    nizdi's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    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

  13. #12
    kuliss's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    ty bro that's nice for me

  14. #13
    kawhi123's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    great content. thank you

  15. #14
    khfast's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    2
    thanks bro working

  16. #15
    Dytima's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    4
    cheers mate xo

Similar Threads

  1. [Help Request] How to add No-Clip into a client like the WhiteBag.net Client
    By mezamog in forum Realm of the Mad God Help & Requests
    Replies: 6
    Last Post: 02-26-2014, 04:19 PM
  2. [Tutorial] Mod your PvP.net client!
    By C.C. in forum League of Legends Guides
    Replies: 6
    Last Post: 09-05-2013, 02:39 PM
  3. [Help] rsbots.net client codes not working
    By vicki442 in forum RuneScape Discussions
    Replies: 3
    Last Post: 05-25-2011, 05:15 AM
  4. Fail API wrapper class, I need criticism..
    By Void in forum C++/C Programming
    Replies: 12
    Last Post: 08-05-2010, 07:39 AM
  5. [Release] CAEU .NET Player API
    By Iriz3n in forum Combat Arms Europe Hacks
    Replies: 14
    Last Post: 03-17-2010, 08:41 AM