Buying a masterserver project/Куплю проект masterserver |
Здравствуйте, гость Вход | Регистрация
Наши новости:
|
|
|
Buying a masterserver project/Куплю проект masterserver |
csnet
|
21.5.2025, 18:11
Сообщение
|
|
|
if you already have a masterserver, you need a "protector" for cs which can hook cmd_t binds . you can grab free source code in delphi
https://github.com/2010kohtep/CSXGuard/tree/master register connect hook (commandbyName) add a simple http get/post request on your php script. (look for function CommandByName(const Name: String; const Error: Boolean = True): cmd_s;) pseudo code Cкрытый текст Код Cmd_Connect_Orig: TCallback = nil; procedure Cmd_Connect_New; cdecl; procedure Cmd_Connect_New; begin if Engine.Cmd_Argc < 2 then begin Cmd_Connect_Orig; Exit; end; read arguments from command "connect" *(Arg = 1) Engine.Cmd_Argv(2) and 3 and print in the console you will understand what pass thru this function during connect ( IP address ) example arg 1 37.230.210.5 arg2 : arg3 27015 so first argument is IP second is ":" delimiter and port send http request in detached thread. try HTTP := THTTPSend.Create; HTTP.HTTPMethod('GET', 'http://script.php?ip=' + ip ( simple as arg1+":"+arg3) ); finally HTTP.Free; end; return at the end Cmd_Connect_Orig; End; or c++ , https://github.com/ghepz/ExtraMirror-1/tree/master I have a fully working code. PM.
Отредактировал: csnet, - 21.5.2025, 18:59
![]() go v cs:go
|
|
|
|
RebelHonek
|
22.5.2025, 1:26
Сообщение
|
|
|
|
|
|
|
ETO_BYLO_LETOM
|
5.6.2025, 8:57
Сообщение
|
![]() ![]() |
![]() 😄 MasterServer.su прозрачнее чем твои окна дома |
|
|
|
ETO_BYLO_LETOM
|
6.6.2025, 14:17
Сообщение
|
![]() ![]() |
![]() 😄 MasterServer.su прозрачнее чем твои окна дома |
|
|
|
Gecko
|
6.6.2025, 21:24
Сообщение
|
|
|
![]() Не отвечаю на ЛС.
|
|
|
|
Gecko
|
7.6.2025, 18:27
Сообщение
|
|
|
![]() Не отвечаю на ЛС.
|
|
|
|
Alniel
|
7.6.2025, 20:33
Сообщение
|
|
|
|
|
|
|
![]() ![]() |