Jump to content

Recommended Posts

Posted

Anti-Cheat [sXe Injected]

It's an program which you can add to your server (Anti-Cheat)

It's very good, if you want to protect your server, because it doesn't eat resources like Cheating-Death or HLguard...

 

***** Introduction ****

-----------------------

 

sXe Injected server runs with Half-Life mod, In conjunction with the client performs all necessary authentications to block different hooks over the game.

 

---------------------

**** Installation ****

---------------------

 

The server was developed to be installed as a Metamod plugin, developed for metamod v1.8 or newer. The installation is simple

 

-> Directory creation

 

Being on <MOD> (cstrike, dod, etc) you must create the following directories inside metamod directory structure.

 

Usual metamd structure

'half life'\cstrike\addons\

 

New directories

'half life'\cstrike\addons\sxei\

'half life'\cstrike\addons\sxei\dlls\

 

-> Plugin copy (sxei_mm.dll)

 

Once directories creation was finished you need to copy the binary on its place, this one will be 'half life'\cstrike\addons\sxei\dlls\

So, will be

'half life'\cstrike\addons\sxei\dlls\sxei_mm.dll

 

Or if its Day of defeat mod

'half life'\dod\addons\sxei\dlls\sxei_mm.dll

 

-----------------------

**** Configuration ****

-----------------------

 

Now we need to let Metamod know it needs to run this new plugin, we do this by editing the file 'plugins.ini' located at 'half life'\'mod'\addons\metamod\

 

So, \'half life'\cstrike\addons\metamod\plugins.ini

Or it could also be \'half life'\dod\addons\metamod\plugins.ini

 

On this file we are only going to add

; sXe Injected

win32 addons/sxei/dlls/sxei_mm.dll

 

Thats all, once we got the server up and running metamod will take care to load the anticheat’s plugin.

If Cs server is already ruuning we can ask Metamod to refresh the configuration by using the 'meta refresh' command (this command must by sent via rcon)

 

To check if the plugin is working properly we can check a plugin’s list, and check the status also, using 'meta list' command we should see every plugin, including sXe Injected server

 

Like this

] meta list

Currently loaded plugins:

description stat pend file vers src load unlod

[ 1] AMX RUN - amx_mm.dll v2006.3 ini ANY ANY

[ 2] sXe Injected RUN - sxei_mm.dll v5.2 ini ANY ANY

[ 3] Fun RUN - fun.dll v2006.3 pl1 ANY ANY

[ 4] CSStats RUN - csstats.dll v2006.3 pl1 ANY ANY

4 plugins, 4 running

 

If the status is RUN, the plugin is working properly

 

Note: Its really important that on the command line you use to execute the game you have the +ip parameter and this one to have the real server ip, or no client will be able to authenticate with sXe Injected

 

Like this,

+ ip 200.32.3.223

hlds_run -game cstrike + maxplayers 14 + ip 200.32.3.223 + map de_dust2 +port 27015

hlds_run -game dod + maxplayers 14 + ip 200.32.3.223 + map dod_donner +port 27015

 

Any other way will cause the server not to be able to authenticate the clients properly and kick them.

If u can not add the public ip on the command line you can add it to server.cfg

 

For example,

ip 200.32.3.223

 

 

**** LAN / WAN Configuration ****

 

If you have two kind of players (WAN clients and LAN clients) we introduce a new variable: __sxei_internal_ip

 

 

you can caonfigure your server.cfg as (in example):

ip 200.32.3.223

__sxei_internal_ip 192.168.0.5

 

so, WAN clients connects to 200.32.3.223 and LAN players connects to 192.168.0.5, and no one gets kick.

 

NOTE: if you change ip or __sxei_internal_ip changes doesn't take effect immediatly, you MUST restart server or change map.

 

 

**** DNS Configuration ****

 

Now you can configure your variables ip and __sxei_internal_ip with a DNS.

ie:

ip cs1.clanX.no-ip.com

 

sXe Injected server will resolve name to get current ip address.

 

NOTE: if you change ip or __sxei_internal_ip changes doesn't take effect immediatly, you MUST restart server or change map.

 

------------------------

**** Administration ****

------------------------

 

sXe Injected server has some variables to manage its administration

 

-> Required (default value 1)

 

__sxei_required variable can be set as we wish

 

__sxei_required -1 \ Anticheat completely off

No actions from this server on this status, no validations from the anticheat

 

__sxei_required 0 \ Anticheat in optional status

This status allows every player to access the game, even if they dont have sXe Injected, but the server will change the name of those who dont validate with the anticheat by adding "[NO-sXe-I]" befote the nickname, as it will also be showing messages with different colours letting the player know about the optional status and where to download the anticheat client from.

 

__sxei_required 1 \ Anticheat in mandatory status

Ideal status, anyone who does not goes through the authentication, because of a failed client or the lack of it, alter 6 seconds the screen Hill g oto fade to black. After 6 more seconds, will be kicked, informing that has been kicked because it doesnt have the client, this will be showing on the kick message and on the console.

 

-> Auto Upgrade (__sxei_srv_upg, default value 1)

-----------------------------------------------------

 

__sxei_srv_upg 1 \ Anticheat checks for upgrades.

Every time a map is over it Hill check if its running the latest version, if there is any difference, it will automatically download the latest version.

 

__sxei_srv_upg 0 \ Anticheat doesnt check for upgrades

Avoids any upgrade attempt

 

-> Versions (__sxei_srv_ver, __sxei_clt_ver)

---------------------------------------------

 

__sxei_srv_ver stores the sXe Injected server version, __sxei_clt_ver stores the required value for the client. This variables can be modified manually, not recommendable, if the client versión required is changed and this ones dont have it they will be automatically kicked from the server (si __sxei_required == 1)

 

IMPORTANT: It is not recommended to change any of these 2 variables

 

 

------------------------

**** Language ****

------------------------

 

Copy sxei.ini file to ...\addons\sxei\ for an english translation.

Changing sxei.ini contents you can configure sXe Injected HUD Message.

 

 

Linux Serveris 5.2.5.1

Siuskis!

-----------------------

***** Introduction ****

-----------------------

 

sXe Injected server runs with Half-Life mod, In conjunction with the client performs all necessary authentications to block different hooks over the game.

 

---------------------

**** Installation ****

---------------------

 

The server was developed to be installed as a Metamod plugin, developed for metamod v1.8 or newer. The installation is simple

 

-> Directory creation

 

Being on <MOD> (cstrike, dod, etc) you must create the following directories inside metamod directory structure.

 

Usual metamd structure

'half life'/cstrike/addons/

 

New directories

'half life'/cstrike/addons/sxei/

'half life'/cstrike/addons/sxei/dlls/

 

-> Plugin copy (sxei_mm.dll)

 

Once directories creation was finished you need to copy the binary on its place, this one will be 'half life'/cstrike/addons/sxei/dlls/

So, will be

'half life'/cstrike/addons/sxei/dlls/sxei_mm_i386.so

 

Or if its Day of defeat mod

'half life'\dod\addons\sxei\dlls\sxei_mm.dll

 

-----------------------

**** Configuration ****

-----------------------

 

Now we need to let Metamod know it needs to run this new plugin, we do this by editing the file 'plugins.ini' located at 'half life'/'mod'/addons/metamod/

 

So, /'half life'/cstrike/addons/metamod/plugins.ini

Or it could also be /'half life'/dod/addons/metamod/plugins.ini

 

On this file we are only going to add

 

; sXe Injected

linux addons/sxei/dlls/sxei_mm_i386.so sxei

 

Thats all, once we got the server up and running metamod will take care to load the anticheat’s plugin.

If Cs server is already ruuning we can ask Metamod to refresh the configuration by using the 'meta refresh' command (this command must by sent via rcon)

 

To check if the plugin is working properly we can check a plugin’s list, and check the status also, using 'meta list' command we should see every plugin, including sXe Injected server

 

Like this

] meta list

Currently loaded plugins:

description stat pend file vers src load unlod

[ 1] AMX RUN - amx_mm.dll v2006.3 ini ANY ANY

[ 2] sXe Injected RUN - sxei_mm.dll v5.2 ini ANY ANY

[ 3] Fun RUN - fun.dll v2006.3 pl1 ANY ANY

[ 4] CSStats RUN - csstats.dll v2006.3 pl1 ANY ANY

4 plugins, 4 running

 

If the status is RUN, the plugin is working properly

 

Note: Its really important that on the command line you use to execute the game you have the +ip parameter and this one to have the real server ip, or no client will be able to authenticate with sXe Injected

 

Like this,

+ ip 200.32.3.223

hlds_run -game cstrike + maxplayers 14 + ip 200.32.3.223 + map de_dust2 +port 27015

hlds_run -game dod + maxplayers 14 + ip 200.32.3.223 + map dod_donner +port 27015

 

Any other way will cause the server not to be able to authenticate the clients properly and kick them.

If u can not add the public ip on the command line you can add it to server.cfg

 

For example,

ip 200.32.3.223

 

 

**** LAN / WAN Configuration ****

 

If you have two kind of players (WAN clients and LAN clients) we introduce a new variable: __sxei_internal_ip

 

 

you can caonfigure your server.cfg as (in example):

ip 200.32.3.223

__sxei_internal_ip 192.168.0.5

 

so, WAN clients connects to 200.32.3.223 and LAN players connects to 192.168.0.5, and no one gets kick.

 

NOTE: if you change ip or __sxei_internal_ip changes doesn't take effect immediatly, you MUST restart server or change map.

 

 

**** DNS Configuration ****

 

Now you can configure your variables ip and __sxei_internal_ip with a DNS.

ie:

ip cs1.clanX.no-ip.com

 

sXe Injected server will resolve name to get current ip address.

 

NOTE: if you change ip or __sxei_internal_ip changes doesn't take effect immediatly, you MUST restart server or change map.

 

 

------------------------

**** Administration ****

------------------------

 

sXe Injected server has some variables to manage its administration

 

-> Required (default value 1)

 

__sxei_required variable can be set as we wish

 

__sxei_required -1 \ Anticheat completely off

No actions from this server on this status, no validations from the anticheat

 

__sxei_required 0 \ Anticheat in optional status

This status allows every player to access the game, even if they dont have sXe Injected, but the server will change the name of those who dont validate with the anticheat by adding "[NO-sXe-I]" befote the nickname, as it will also be showing messages with different colours letting the player know about the optional status and where to download the anticheat client from.

 

__sxei_required 1 \ Anticheat in mandatory status

Ideal status, anyone who does not goes through the authentication, because of a failed client or the lack of it, alter 6 seconds the screen Hill g oto fade to black. After 6 more seconds, will be kicked, informing that has been kicked because it doesnt have the client, this will be showing on the kick message and on the console.

 

-> Auto Upgrade (__sxei_srv_upg, default value 1)

-----------------------------------------------------

 

__sxei_srv_upg 1 \ Anticheat checks for upgrades.

Every time a map is over it Hill check if its running the latest version, if there is any difference, it will automatically download the latest version.

 

__sxei_srv_upg 0 \ Anticheat doesnt check for upgrades

Avoids any upgrade attempt

 

-> Versions (__sxei_srv_ver, __sxei_clt_ver)

---------------------------------------------

 

__sxei_srv_ver stores the sXe Injected server version, __sxei_clt_ver stores the required value for the client. This variables can be modified manually, not recommendable, if the client versión required is changed and this ones dont have it they will be automatically kicked from the server (si __sxei_required == 1)

 

IMPORTANT: It is not recommended to change any of these 2 variables

 

 

------------------------

**** Language ****

------------------------

 

Copy sxei.ini file to .../addons/sxei/ for an english translation.

Changing sxei.ini contents you can configure sXe Injected HUD Message.

1. When you extract scei add it to :Cstrike/addons directory

it should look like this :

http://img204.imageshack.us/img204/3383/pamokabr8.jpg

2.in cstrike\addons\metamod\plugins.ini write these words ; sXe Injected

win32 addons/sxei/dlls/sxei_mm.dll

how it should look like :

http://img519.imageshack.us/img519/8605/pamoka1xs7.jpg

 

more info : http://www.sxe-anticheat.com/

download : http://www.mediafire.com/download.php?m2my2n2otz2

or : http://www.sxe-anticheat.com/downloads

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Five More Days Left for the 50% Discount in all our video services! 
    • Good afternoon, gentlemen. I’d like to ask a question to those who know their stuff — and just get some advice. Let me start with the main point. I want to try learning Java. Just for myself — I simply like programming, and it’s a small hobby of mine. Though, perhaps it’s too early to say I really like Java, since I don’t actually know it well yet. I’ll get straight to the point. Back in my youth, like many others, I played Lineage 2. Later, I became interested in creating servers and even made my own — we had around 70 players, all schoolkids like me. I learned how to install builds, add NPCs and various add-ons “from the internet” back then. But my attempts to create my own Lineage 2 additions in Java almost always failed. At best, I could slightly modify ready-made code, but not write anything from scratch. My interest in Lineage 2 and Java has stayed with me to this day. For me, it’s a creative process — a favorite game where you can build your own “sandbox.” I’d really like to hear from the community about where you started. In your opinion, what’s the best way to learn Java using Lineage 2 as an example? I don’t have a clear learning plan — and that’s probably the problem. I’ve tried reading Schildt’s book, and I’ve also tried studying Java source codes of various server builds by poking around to understand how the server works and how programs are written. I can’t say I understand nothing — I do get some things, and I believe I have a knack for it. But it’s not systematic. Maybe I really do need advice from more experienced people, to find a strategy that’s both effective for learning Java and interesting because it’s connected to Lineage 2 — not just writing abstract programs “for nothing.” In Lineage 2, you can see the result right away — and I get genuinely happy even from small successes. So here’s the main point: I’d like to know where you started. Is it even worth combining Java and Lineage 2? Recently, ChatGPT has been a huge help — thanks to it, I’ve made some progress and started to understand the server structure at least a little. But there’s one issue: if I just copy and paste, the result works — but without ChatGPT, I can’t reproduce it on my own. I’ve been working with PwSoft source files — I think many people know them. Why exactly them? I can’t really say — probably because there are lots of ready-made add-ons for this build online, and I originally focused more on modifying existing code than writing my own. I worked with PwSoft for a long time. Then, on ChatGPT’s advice, I switched to aCis — it’s cleaner, more minimalistic, without unnecessary “clutter.” It’s easier to understand where everything is located. I installed the aCis sources, everything compiles fine, but… if in PwSoft I could at least navigate the code and write simple methods, in aCis I couldn’t even make a basic NPC that gives noblesse for adena. That’s why I decided to write this post — just to talk about learning Java through Lineage 2, to hear your opinions, your stories, your approaches. Maybe someone will say: “Don’t bother, it’s a waste of time.” I’ll accept those answers too. But I’d still like to hear different perspectives. If you can, please recommend good video courses on Java that would help me learn faster and in a more structured way. To repeat: this is something from my childhood that I never finished. My job is stable now, and I have time — at least sometimes. I can work on this calmly, as long as my learning goes in the right direction. I think you get it: this is something “for the soul,” and I really want to grow in it. Thanks to everyone who read to the end. I really appreciate any advice. And if someone is open to chatting privately or by voice — I’d gladly talk, and I’m happy to “buy a beer” for a constructive conversation. Peace to everyone!       Добрый день, господа. Я хотел бы задать вопрос тем, кто знает свое дело — и просто получить совет. Начну с главного. Я хочу попробовать изучить Java. Только для себя — мне просто нравится программирование, и это мое маленькое хобби. Хотя, возможно, еще слишком рано говорить, что мне действительно нравится Java, так как я еще не очень хорошо ее знаю. Я сразу перейду к делу. В юности, как и многие другие, я играл в Lineage 2. Позже я увлекся созданием серверов и даже сделал свой — у нас было около 70 игроков, все школьники, как и я. Я научился устанавливать сборки, добавлять NPC и различные дополнения "из интернета" еще тогда. Но мои попытки создать свои собственные дополнения Lineage 2 на Java почти всегда терпели неудачу. В лучшем случае я мог бы немного доработать готовый код, но не писать ничего с нуля. Мой интерес к Lineage 2 и Java не покидает меня и по сей день. Для меня это творческий процесс — любимая игра, в которой можно построить свою «песочницу». Мне очень хотелось бы услышать от сообщества о том, с чего вы начали. На ваш взгляд, как лучше всего изучать Java на примере Lineage 2? У меня нет четкого плана обучения — и, вероятно, в этом проблема. Я пробовал читать книгу Герберта Шилдта, а также пытался изучать исходные коды Java различных серверных сборок, копаясь вокруг, чтобы понять, как работает сервер и как пишутся программы. Не могу сказать, что я ничего не понимаю — я кое-что понимаю, и я верю, что у меня есть к этому способности. Но это не систематично. Возможно, мне действительно нужен совет от более опытных людей, чтобы найти стратегию, которая была бы одновременно эффективной для изучения Java и интересной, потому что она связана с Lineage 2, а не просто писать абстрактные программы «впустую». В Lineage 2 результат виден сразу — и я искренне радуюсь даже от маленьких успехов. Итак, вот главное: я хотел бы знать, с чего вы начали. Стоит ли вообще совмещать Java и Lineage 2? В последнее время ChatGPT очень помог — благодаря ему я добился некоторого прогресса и начал хотя бы немного разбираться в структуре сервера. Но есть одна проблема: если я просто скопирую и вставлю, результат работает, но без ChatGPT я не могу воспроизвести его самостоятельно. Я работал с исходными файлами PwSoft — думаю, многие их знают. Почему именно они? Я не могу точно сказать — вероятно, потому что в сети есть много готовых дополнений для этой сборки, и я изначально больше сосредоточился на модификации существующего кода, чем на написании своего. Я долгое время работал с PwSoft. Потом, по совету ChatGPT, я перешел на aCis — он чище, минималистичнее, без лишнего «беспорядка». Так проще понять, где что находится. Я установил исходники aCis, все нормально компилируется, но... Если в PwSoft я мог хотя бы ориентироваться в коде и писать простые методы, то в aCis я не смог сделать даже базового NPC, который дает благородство для adena. Вот почему я решил написать этот пост — просто чтобы поговорить об изучении Java через Lineage 2, услышать ваши мнения, ваши истории, ваши подходы. Может быть, кто-то скажет: «Не заморачивайтесь, это пустая трата времени». Я тоже приму эти ответы. Но я все же хотел бы услышать разные точки зрения. Если можете, пожалуйста, порекомендуйте хорошие видеокурсы по Java, которые помогут мне учиться быстрее и более структурированно. Повторюсь: это что-то из моего детства, которое я так и не закончил. Моя работа сейчас стабильна, и у меня есть время — хотя бы иногда. Я могу спокойно работать над этим, пока мое обучение идет в правильном направлении. Думаю, вы поняли: это что-то «для души», и я очень хочу в этом расти. Спасибо всем, кто дочитал до конца. Я очень ценю любой совет. А если кто-то открыт для личного общения или голосом — я с удовольствием поговорю, и с удовольствием «куплю пиво» для конструктивного разговора. Всем мира!😀🤝
    • 亲爱的朋友们,我们很高兴地宣布一个好消息—— 我们正式推出我们的新机器人,用于购买和租用虚拟号码以接收来自任何服务的短信!您是否已经厌倦了其他平台上重复使用或转售的号码? 试试我们的解决方案! 我们的服务允许您接收来自任何主流热门服务的短信。 服务列表包含超过 200 个项目! 短信接收国家:美国 (+1)。我们使用真实的美国实体号码——从未在其他平台上使用过! 目前仅提供短期租用。每个电话号码的租用时长会在购买时显示。 每个号码的价格也会在购买前显示在对应的服务旁。 您还可以为所选服务的号码接收额外短信(接收额外短信无需额外费用)。 若要快速找到所需服务,可使用便捷的搜索功能——只需输入您所需服务的名称即可获得激活号码。 可用支付方式:加密货币、银行卡,以及从我们其他机器人转移余额。 感谢您的信任! 有效链接: 虚拟号码服务:前往 数字商品商店(网站):前往 商店 Telegram 机器人:前往 – 通过 Telegram 信使方便地访问商店。 Telegram 星星购买机器人:前往 – 在 Telegram 中快速且优惠地购买星星。 SMM 面板:前往 – 推广您的社交媒体账户。 我们向您展示当前的促销与特别优惠,用于购买我们平台的商品和服务: 1. 使用促销码 OCTOBER2025(8% 折扣)在十月份于我们的商店(网站、机器人)购物!您也可以使用首次购买促销码:SOCNET(15% 折扣) 2. 获得 $1 商店余额或 10–20% 折扣 —— 注册后在我们网站按以下格式发布用户名:"SEND ME BONUS, MY USERNAME IS..." —— 并将其发布在我们的论坛主题中! 3. 获取 SMM 面板首个试用奖励 $1 —— 只需在我们网站(支持)提交标题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和星星购买机器人中赠送 Telegram 星星! 新闻: ➡ Telegram 频道:https://t.me/accsforyou_shop ➡ WhatsApp 频道:https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord 服务器:https://discord.gg/y9AStFFsrh 联系方式与支持: ➡ Telegram:https://t.me/socnet_support ➡ WhatsApp:https://wa.me/79051904467 ➡ Discord:socnet_support ➡ ✉ 邮箱:solomonbog@socnet.store
    • 亲爱的朋友们,我们很高兴地宣布一个好消息—— 我们正式推出我们的新机器人,用于购买和租用虚拟号码以接收来自任何服务的短信!您是否已经厌倦了其他平台上重复使用或转售的号码? 试试我们的解决方案! 我们的服务允许您接收来自任何主流热门服务的短信。 服务列表包含超过 200 个项目! 短信接收国家:美国 (+1)。我们使用真实的美国实体号码——从未在其他平台上使用过! 目前仅提供短期租用。每个电话号码的租用时长会在购买时显示。 每个号码的价格也会在购买前显示在对应的服务旁。 您还可以为所选服务的号码接收额外短信(接收额外短信无需额外费用)。 若要快速找到所需服务,可使用便捷的搜索功能——只需输入您所需服务的名称即可获得激活号码。 可用支付方式:加密货币、银行卡,以及从我们其他机器人转移余额。 感谢您的信任! 有效链接: 虚拟号码服务:前往 数字商品商店(网站):前往 商店 Telegram 机器人:前往 – 通过 Telegram 信使方便地访问商店。 Telegram 星星购买机器人:前往 – 在 Telegram 中快速且优惠地购买星星。 SMM 面板:前往 – 推广您的社交媒体账户。 我们向您展示当前的促销与特别优惠,用于购买我们平台的商品和服务: 1. 使用促销码 OCTOBER2025(8% 折扣)在十月份于我们的商店(网站、机器人)购物!您也可以使用首次购买促销码:SOCNET(15% 折扣) 2. 获得 $1 商店余额或 10–20% 折扣 —— 注册后在我们网站按以下格式发布用户名:"SEND ME BONUS, MY USERNAME IS..." —— 并将其发布在我们的论坛主题中! 3. 获取 SMM 面板首个试用奖励 $1 —— 只需在我们网站(支持)提交标题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和星星购买机器人中赠送 Telegram 星星! 新闻: ➡ Telegram 频道:https://t.me/accsforyou_shop ➡ WhatsApp 频道:https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord 服务器:https://discord.gg/y9AStFFsrh 联系方式与支持: ➡ Telegram:https://t.me/socnet_support ➡ WhatsApp:https://wa.me/79051904467 ➡ Discord:socnet_support ➡ ✉ 邮箱:solomonbog@socnet.store
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock