Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sxe-injected #1916

Open
amirwolf5122 opened this issue Dec 15, 2024 · 5 comments
Open

sxe-injected #1916

amirwolf5122 opened this issue Dec 15, 2024 · 5 comments

Comments

@amirwolf5122
Copy link

Is it possible to connect to servers that use sXe-Injected?

@a1batross
Copy link
Member

It's an old custom anti-cheat that hasn't been updating for years.

It's probably possible to bypass it, but I haven't seen any servers using it in the current day and year.

Do you have any example servers that still use sXe?

@amirwolf5122
Copy link
Author

amirwolf5122 commented Dec 15, 2024

Yes, there are many servers
212.80.8.88:27001
5.42.223.15:27010
185.86.181.250:18000
5.63.10.74:27000

It can only be identified by a simple method

#include <amxmodx>

#define PLUGIN "No Sxe Kick"
#define VERSION "1.0"
#define AUTHOR "Sxe"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
}

public client_connect(id)
{
	new gethid[32] 
	get_user_info(id, "*HID", gethid, 31) 
	
	if( gethid[0] == EOS )
	{
		server_cmd("kick #%d ^"Sxe Shoma Gheire Fae'al Ast^"", get_user_userid(id));
	}
}

@amirwolf5122 amirwolf5122 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 15, 2024
@amirwolf5122 amirwolf5122 reopened this Dec 15, 2024
@a1batross
Copy link
Member

It can only be identified by a simple method

I don't think it's really useful. The code you provided only runs on server-side which we don't have access to.

@a1batross
Copy link
Member

212.80.8.88:27001
5.42.223.15:27010
185.86.181.250:18000
5.63.10.74:27000

Is this all cstrike?

@amirwolf5122
Copy link
Author

212.80.8.88:27001
5.42.223.15:27010
185.86.181.250:18000
5.63.10.74:27000

Is this all cstrike?

Yes, they are all cstrike

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants