KebsCS

Results 98 comments of KebsCS

I'm guessing it's possible since cpr and imgui work on macos, but I won't be adding it myself

I think errors from first two screenshots could be fixed by running the app as administrator. The first one shows an invalid handle error, but the function is called only...

No, it's not bannable, currently vanguard works only in game

Don't know anyone with a hwid ban, not sure how to check it. And pretty sure they wouldn't implement it in lcu api

Yes, seems like they changed something, I'll update the app later, but for now you can open cmd and type `"C:\Riot Games\Riot Client\RiotClientServices.exe" --allow-multiple-clients` and it'll work

LCU is an undocumented API, just call its endpoints or guess their functions from their names

What's known for now: - don't use kbot - any lobby reveal could be bannable - you can get banned even if you have 0 games played - bans are...

Suspensions got changed to 14d now and some people got unbanned too

> > Suspensions got changed to 14d now and some people got unbanned too > > Could this also maybe mean, that players can get unbanned earlier, when contacting the...

I couldn't reproduce the issue since this part fixes 403s for me https://github.com/KebsCS/LeagueClientDebugger/blob/main/LeagueClientDebugger/HttpProxy.py#L25 I've uploaded a new commit that fixed the same problem when I was using proxies. Maybe that'll...