• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

The Dark Angels GameGuard: (Antihack - Anticheat + AntiHide)

Junior Spellweaver
Joined
Sep 3, 2010
Messages
145
Reaction score
10
can you tell what offset should i take the hook dll files... i manually hooking it but it gives an error..it doesnt run the gameserver...
 
Experienced Elementalist
Joined
Jul 27, 2012
Messages
200
Reaction score
48
can you tell what offset should i take the hook dll files... i manually hooking it but it gives an error..it doesnt run the gameserver...

I followed the suggest of VortexiuS and Gameserver work perfectly

Find the offset is filled with 000000000...00000 as many as possible
Binary edit the name of dll then copy the address*
Skip some 0000 (four zero is mine)
now write the code:

push ******** //******** = address* => copy address of this line code -> address**
CALL DWORD PTR DS:[********] //call LoadLibraryA
Jmp ******** //Jump to original entrypoint

Use Lord_PE to change the entrypoint to address**
If this guide is not clear, please feedback
 
Newbie Spellweaver
Joined
Oct 16, 2008
Messages
35
Reaction score
0
i have this error:

[07:04:54] Microsoft Windows Server 2003, Windows XP Professional
[07:04:54] Anti-Hack: Initializing. . .
[07:05:00] No such process
[07:05:00] File Changed on runtime
[07:05:00] Closing Game, Finishing Anti-Hack.

what is the problem ?
 
Experienced Elementalist
Joined
Jul 27, 2012
Messages
200
Reaction score
48
i have this error:

[07:04:54] Microsoft Windows Server 2003, Windows XP Professional
[07:04:54] Anti-Hack: Initializing. . .
[07:05:00] No such process
[07:05:00] File Changed on runtime
[07:05:00] Closing Game, Finishing Anti-Hack.

what is the problem ?

You should use one Gameguard (TDA) only! not use more than one
Example: Do not use TDA and Pinkof gameguard at the same time!
 
Experienced Elementalist
Joined
Jul 27, 2012
Messages
200
Reaction score
48
Anyone can hook my main and gs and gscs ? :(

I think no one can hook your files ........................................................................................................................................................................................................ if you do not upload them o_O
Or they must send you a private messenger that "please send me your files, and i will hook them for you"
... Only do it If you pay for their work
If you want to get help free, please upload your files, and wait for some one hook them for you
If some one do it, good.... thanks him/her
If no one can do it, do not make yourself angry

Sory for my bad english!
 
Last edited:
Newbie Spellweaver
Joined
Oct 16, 2008
Messages
35
Reaction score
0
You should use one Gameguard (TDA) only! not use more than one
Example: Do not use TDA and Pinkof gameguard at the same time!

how did you reached the conclusion that I use both of gameguards ? i am using just TDA and on windows 7 is working but on windows xp is not working.

a solution ?
 
Experienced Elementalist
Joined
Jul 27, 2012
Messages
200
Reaction score
48
tnx, but how to configure TDA updater ?

What you mean about "TDA updater"?
"TDA updater" is the version of TDA I sent you
Or one function (i don't know) of TDA?

If you mean the version of TDA I sent you, config same as V3, not diffrent

This is my server.ini

Code:
[CFG]
PORT = 22715
Log_Enable = 1

[PING]
;Max time in milliseconds
MAX = 1000

[CLIENT]

;Lang of Library (0:English, 1:Spanish, 2:Portuguese)
Lang = 0

;MuOnline Section //------------------------------
CrypC3_Enable = 1

SerialChg_Enable = 1
Serial = TheDarkAngelsSvr

VersionChg_Enable = 1
Version = 1.07.05
;MuOnline Section End  //--------------------------
 
Newbie Spellweaver
Joined
Oct 16, 2008
Messages
35
Reaction score
0
[16:38:04] Connect Fail with error 10061
[16:38:04] Can not connect to server, Error:0

He is trying to update the TDA version when i opening the game, he has auto update.

EDIT: What is the ip in TDAgg.dll ?
 
Back
Top