Half-Life и Adrenaline Gamer форум
http://aghl.ru/forum/

Opengl32.dll
http://aghl.ru/forum/viewtopic.php?f=4&t=2079
Страница 1 из 1

Автор:  Egon [ 18 фев 2015, 16:02 ]
Заголовок сообщения:  Opengl32.dll

Ребят, а вот существуют ли какие-то способы защиты от этой хрени?
Просто я слышал что этот вх вообще невозможно определить.По моему его BIGGY сделал, да?
так вот как защитить сервер от opengl32.dll
Видел что в новых сборках хл этой длл`ки нету вообще.

Автор:  CTACIK [ 19 фев 2015, 04:48 ]
Заголовок сообщения:  Re: Opengl32.dll

Egon писал(а):
так вот как защитить сервер от opengl32.dll

http://kanaga.ru/plugins/ogl.php

Автор:  Kimi Tsunagi Five M [ 19 фев 2015, 08:13 ]
Заголовок сообщения:  Re: Opengl32.dll

Цитата:
как защитить сервер от opengl32.dll
забанить жульена

Автор:  Lev [ 19 фев 2015, 12:14 ]
Заголовок сообщения:  Re: Opengl32.dll

Да жульен-то тут при чем?

Автор:  Egon [ 19 фев 2015, 18:51 ]
Заголовок сообщения:  Re: Opengl32.dll

Лев, может подскажешь что-нибудь?

Автор:  Lev [ 19 фев 2015, 23:12 ]
Заголовок сообщения:  Re: Opengl32.dll

CTACIK тебе уже подсказал.

Автор:  Kimi Tsunagi Five M [ 20 фев 2015, 13:31 ]
Заголовок сообщения:  Re: Opengl32.dll

Lev писал(а):
Да жульен-то тут при чем?
Он всегда причем! :crazy:

Автор:  abdobiskra [ 21 фев 2015, 21:12 ]
Заголовок сообщения:  Re: Opengl32.dll

Try this :
Код:
#include < amxmodx >

new const TehOpenGL[ ] = "../opengl32.dll";

public plugin_init( )
    register_plugin( "Anti OpenGL", "1.0", "CSF" );

public plugin_precache( )
    force_unmodified( force_exactfile, "", "", TehOpenGL );

public inconsistent_file( id, const szFileName[ ], szReason[ 64 ] ) {
    if( equal( szFileName, TehOpenGL ) ) {
         copy( szReason, 63, "Your reason here." );
        log_amx( "Client: %i - File: %s - Reason: %s", id, szFileName, szReason );
    }
}

Explain
In which players are not allowed to enter until they delete this file openGL32.dll
You can write it in this line :
Код:
copy( szReason, 63, "Your reason here." );
But the problem in this code is that it examines only the client files on the disk C:
Clearly more if the game client is installed on another disk C:
He can not even access file openGL32.dll
Does not exist and here lies the problem
I wish the assistance of one of the :roll: and it examines all disks )

Страница 1 из 1 Часовой пояс: UTC + 5 часов [ Летнее время ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/