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!

[Help] Aceonline.atm

Newbie Spellweaver
Joined
Dec 19, 2015
Messages
37
Reaction score
4
Hello, i want work with source code 4.3 (ROMU)

and i have a problem when login

----------------------------
DreamAce Anti-Cheat
Cannot Download .......
----------------------------

I have try to desactivate this and no success

Boyington
(Sorry for my bad english)
 
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Undefine
Code:
_WARRIOR_ENABLE_VMVARE_CHECK
and / or
Code:
_WARRIOR_ENABLE_NEW_ANTICHEAT

Alternatively search for the error string in the source and debug the issue.
 
Upvote 0
Newbie Spellweaver
Joined
Dec 19, 2015
Messages
37
Reaction score
4
Where ?
i don't found this



Code :
#ifdef S_HACK_SHIELD_AUTO_UPDATE_HSKIM
dwOption |= AHNHS_CHKOPT_UPDATED_FILE_CHECK; // ÁÖÀÇ - ÇÙ½¯µå ¼­¹ö¸¦ HTTP »ç¿ëÇϵµ·Ï ÆÛºí¸®¼Å¿¡°Ô °øÁö (FTP »ç¿ë½Ã ¿¡·¯ ¹ß»ý)
#endif
// end 2012-03-21 by hskim, ÇÙ½¯µå ±â´É Ãß°¡ [ÀÚµ¿ ¾÷µ¥ÀÌÆ®/¿É¼Ç Ãß°¡/¸ð´ÏÅ͸µ ½Ã½ºÅÛ]

if(m_IsFullMode)
{// Ç®¸ðµå.
// â¸ðµå°¡ Áö¿øµÇÁö ¾Ê´Â °ÔÀÓ¿¡ Àû¿ëÇÏ´Â Ãß°¡ ±â´ÉÀÔ´Ï´Ù.
// AHNHS_ALLOW_SWITCH_WINDOW ¿É¼ÇÀÇ »ç¿ë ¿©ºÎ
// 1. »ç¿ë : [Alt + Tab]À» Çã¿ë
// 2. »ç¿ë ¾ÈÇÔ : [Alt + Tab]À» ±ÝÁö
dwOption |= AHNHS_ALLOW_SWITCH_WINDOW;
DbgOut("AHNHS_ALLOW_SWITCH_WINDOW \r\n");
}
else
{// â¸ðµå.
// ´Ü, â¸ðµå°¡ Áö¿øµÇ´Â °ÔÀÓ¿¡¼­´Â
// AHNHS_ENGINE_DETECT_WINDOWED_HACK (0x01503)À» ¹«½ÃÇØ¾ß Çϱ⠶§¹®¿¡
// AHNHS_ALLOW_SWITCH_WINDOW ¿É¼ÇÀ» »ç¿ëÇÏ¸é ¾ÈµË´Ï´Ù.
}
// end 2009-03-11 by bhsohn AhnHackShield 647 ¾÷µ¥ÀÌÆ®
// ¨é _AhnHS_Initialize ÇÔ¼ö¸¦ È£ÃâÇÏ¿© ÇÙ½¯µå ¼­ºñ½º¸¦ ÃʱâÈ­ ÇÕ´Ï´Ù.
nRet = _AhnHS_Initialize ( szFullFilePath,
HS_MainCallbackProc, // ÄݹéÇÔ¼ö
HACKSHIELD_GAME_CODE, // °ÔÀÓÄÚµå
HACKSHIELD_LICENCE_CODE, // ¶óÀ̼¾½º Å°
dwOption, // ¿É¼Ç Ç÷¡±×
AHNHS_SPEEDHACK_SENSING_RATIO_NORMAL );
DbgOut("%s GameCode = %d Li = %s, option = 0x%X return =%d\r\n",
szFullFilePath,HACKSHIELD_GAME_CODE,HACKSHIELD_LICENCE_CODE,dwOption,nRet);
// ¨ê _AhnHS_Initialize ÇÔ¼öÀÇ ¸®ÅÏ °ªÀ» °Ë»çÇÏ¿© ¿¡·¯ ó¸®ÇÕ´Ï´Ù.
if ( nRet != HS_ERR_OK )
{
switch( nRet )
{
case HS_ERR_COMPATIBILITY_MODE_RUNNING:
case HS_ERR_NEED_ADMIN_RIGHTS:
case HS_ERR_INVALID_FILES:
case HS_ERR_INIT_DRV_FAILED:
case HS_ERR_DEBUGGER_DETECT:
default:
{
DBGOUT("HS_Init Error(%x)\n", nRet);
}
wsprintf( szMsg, "HShield Error.(%x)", nRet );
break;
}
MessageBox( NULL, szMsg, "Error", MB_OK );
return FALSE;
}

DBGOUT("HS Init ---> Success\n");
return TRUE;
}
else
{
MessageBox(NULL, "Cannot download hackshield! \n Closing program.", "DreamACE Anti-Cheat", MB_OK);
return false;
}
}
 
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Ah then it's masang crap, thought these anti cheat messages only occur with DA's Anti Cheat system. Then either undefine
Code:
S_HACK_SHIELD_AUTO_UPDATE_HSKIM
or again, USE YOUR GODD*MN DEBUGGER....
 
Upvote 0
Newbie Spellweaver
Joined
Dec 19, 2015
Messages
37
Reaction score
4
Don't work... same messagebox
Boyington33 - [Help] Aceonline.atm - RaGEZONE Forums
 
Upvote 0
Experienced Elementalist
Joined
May 10, 2015
Messages
278
Reaction score
146
1)
Boyington33 - [Help] Aceonline.atm - RaGEZONE Forums


2)
Boyington33 - [Help] Aceonline.atm - RaGEZONE Forums


3)
Boyington33 - [Help] Aceonline.atm - RaGEZONE Forums


4)
Boyington33 - [Help] Aceonline.atm - RaGEZONE Forums


Find the error and solve it, its useless paste here all your code, since nobody (including me) is gonna solve it for you (luckily).
Good luck.
 
Upvote 0
Junior Spellweaver
Joined
Dec 15, 2014
Messages
116
Reaction score
6
Disable HackShield in AtumApplication.h or .cpp I don't remember.
That all you need to solve your problem
 
Upvote 0
Junior Spellweaver
Joined
Oct 23, 2013
Messages
162
Reaction score
68
Omfg... just go to
Code:
BOOL DownloadEhsvcDll()
{
and replace with
Code:
BOOL DownloadEhsvcDll()
{
return true;

thats what i left its my last post on this board
 
Upvote 0
Back
Top