spumer

Results 117 comments of spumer

Looks like gamedata outdated for Windows. https://github.com/spumer/Left4Fix/blob/master/gamedata/left4fix.sig.txt You can see it comment outed. If you send me server.dll and engine.dll i will find missing offsets. You can send to my...

I recommend you parse openrpc spec. Openapi it's just for Swagger and have a lot of workarounds to making it works OpenRPC available trough /openrpc.json

>It seems fine if all tasks inside gather have no transaction any exception in SQL STATEMENT will interrupt outer transaction and cause errors in other tasks too

Yes, it's possible due `sqproxy` do not know who is attacker or legit user. It's try to answer to each request. I plan change this behavior by adding whitelist to...

> Does sqproxy protect against this packet? [ValveSoftware/csgo-osx-linux#1436](https://github.com/ValveSoftware/csgo-osx-linux/issues/1436) Please start new issue for new questions > I found something similar to sqproxy and that's where it redirects this packet too...

> Wow, maybe that's why I'm looking for a solution that can cache + handle tons of packets and limit flooding queries at the same time since it's ebpf and...

> Is there any chance for sqproxy to accept more than 250k ips per second and still answer the query efficiently? Currently, I have such attacks from spoofed ip and...

We are use this approach to set scores for L4D2 ``` SetScores( iSurvScore, iInfScore ) { new bool:bAreTeamsFlipped = bool:GameRules_GetProp( "m_bAreTeamsFlipped" ); new iSurvTeamIndex = bAreTeamsFlipped ? 1 : 0;...

>Does that automatically show the updated scores in the scoreboard for everyone? Yes