View Single Post
Nevik
New Member
Join Date: Jan 2024
Location: Ireland
Old 02-09-2024 , 07:33   Re: Cannot connect to own CS:GO server
Reply With Quote #2

Someone has claimed there is a fix here: https://www.reddit.com/r/Csgohacks/s/cqwifR4L6y
There is a video here with a similar fix: https://www.youtube.com/watch?v=_Afj-YlKCcM

They seem to be based off of this original project: https://github.com/vanz666/NoLobbyRe...on/tree/master

I do not yet endorse this solution but it is there to use at your own risk.

I would like to know more about this problem, I'm surprised by how few posts there have been about it so far.

If anyone can explain these segments I'd be a bit more comfortable.

Quote:
Originally Posted by YouTube version of nolobbyreservation.games.txt
"Signatures"
{
/* 目标函数在此字符串上方
"Server only accepting connections from game lobby %s %d.\n"
*/
"CBaseServer::IsExclusiveToLobbyConnectio ns"
{
"library" "engine"
"windows" "\x8B\x01\x8B\x40\x5C\xFF\xD0\x84\xC0\x75\x2A \xC3"
"linux" "\x55\x89\xE5\x83\xEC\x08\x8B\x45\x08\x8B\x10 \x8B\x52\x60\x81\xFA\x2A\x2A\x2A\x2A\x75\x2A\ x0F\xB6\x80\x88\x02\x00\x00"
}
/* 目标函数存在字符串
"Server running with server_is_unavailable, ignoring challenge from %s\n"
*/
"CBaseServer::ReplyChallenge"
{
"library" "engine"
"windows" "\x55\x8B\xEC\x83\xE4\xF8\x81\xEC\x8C\x04\x00 \x00"
"linux" "\x55\x89\xE5\x57\x56\x53\x81\xEC\x74\x04\x00 \x00"
}
}
```
Can't even find docs on things like `IsExclusiveToLobbyConnections`. Any help would be appreciated, (I'm a dev so even just docs would be a massive help)
Nevik is offline