Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Nexus (exploit filter) source code

Joined
Jul 23, 2011
Messages
391
Reaction score
664
Title says it all. Here is source code of Nexus free version.


What is this ? Basically, another silkroad online packet filter with multiple improvements. As it is a free version, it is NOT supported (althrough, I may answer some questions about it). It can (and does) contain bugs.

I wont describe most of internal features, but provide configuration file:

Code:
//Nexus configuration file
//........................
//........................
general
{
	//----------------------------------------
	window_name=			Test gw
	bind_port=				5000
	dest_ip=				123.123.123.123
	dest_port=				5000

	sql_host=				.\SQLEXPRESS
	sql_user=				sa
	sql_pass=				1234
	sql_shard=				SRO_VT_SHARD
	//----------------------------------------
	//DownloadServer
	//GatewayServer
	//AgentServer
	serv_type=				GatewayServer
	max_conn_server=		10000
	max_conn_ip=			100
	module_conn_timeout=	10000
	sess_activity_timeout=	10000
	sess_proc_threads=		1
	listener_backlog=		50
	session_buffer_count=	10
	//----------------------------------------
	log_folder=				log
	
	//Count of hours after new log file will be created
	log_time=				2

	log_notify_color=		Green
	log_warning_color=		Yellow
	log_error_color=		Red
	con_bg_color=			Black
	//----------------------------------------

	
	
	redirect_count=0
}


redirect_rule_1
{
	src_ip=				123.123.123.123
	src_port=			5005
	dest_ip=			127.0.0.1
	dest_port=			2002
}



game
{
	disable_captcha=True
	disable_captcha_value=0
	
	//In seconds
	exchange_delay=10
	exchange_delay_msg=You can't exchange so often
	
	stall_delay=10
	stall_delay_msg=You can't stall so often
	
	logout_delay=10
	logout_delay_msg=You can't logout so often
	
	plus_limit=5
	plus_limit_msg=Plus Limit (%plus_limit% No Adv) Exceeded!
	
	guild_limit=10
	guild_limit_msg=You Can't Invite Any More Players Guild Limit(%guild_limit%) Exceeded!
	
	union_limit=1
	union_limit_msg=You Can't Invite Any More Guilds to The Union. Limit (%union_limit%) Exceeded!

	//0 = no limit
	ctf_registration_min_lvl=0
	ctf_registration_min_lvl_msg=Your level is too low for ctf
	
	ctf_registration_max_lvl=100
	ctf_registration_max_lvl_msg=Your level is too high for ctf
	
	//0 = no limit
	arena_registration_min_lvl=0
	arena_registration_min_lvl_msg=Your level is too low for arena
	
	//0 = no limit
	arena_registration_max_lvl=0
	arena_registration_max_lvl_msg=100

	disable_academy_invite=True
	disable_academy_invite_msg=You can't add members to academy
}

Screenshot from VS:
Chern0byl - Nexus (exploit filter) source code - RaGEZONE Forums


/getlast command will give you last n packet dumps before your module crashed, so, fixing exploits is easy as never before

There are not that many features in this version, but still...

If you are willing to donate / buy support and some more stuff - feel free to PM me on skype: live:cherno0x2f or simply PM me here.

Anyhow, I will leave my bitcoin address: 3AvGq19MfMhpd1YaDdCDGYyuKEsWjti84U

Link:

Those who already bought this - feel free to PM me to get all the newest stuff.
Also, I'm searching for some ideas for projects (or team to join)

As always, I'm sorry for English, syka blatj.
 
Last edited:
Newbie Spellweaver
Joined
Jul 24, 2013
Messages
54
Reaction score
2
cherno you bloody good guy. we love your work and would be glad to take you as part of our team. keep going and do what you love. pn if interested.

your stuff has always been awesome!

Don't hesitate cause of our profile we use here. We are an actual german software company hiring remotely just the best people for the most incredible projects.
 
Last edited:
Back
Top