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!

Remove file check for cabalmain ver 374.

Junior Spellweaver
Joined
Jul 25, 2008
Messages
187
Reaction score
50
Good and now the problem is where is the xtrap key for the server side check :D whit this main at this point we can't use server side xtrap check ;/ if we take xtrap key from 369 and put it in 374 maybe check will work.
 
Joined
Feb 26, 2010
Messages
1,374
Reaction score
780
PunkS7yle - Remove file check for cabalmain ver 374. - RaGEZONE Forums


i got this error when i using ollydbg .......

Open it in a cabal folder, youre missing libraries.

Good and now the problem is where is the xtrap key for the server side check :D whit this main at this point we can't use server side xtrap check ;/ if we take xtrap key from 369 and put it in 374 maybe check will work.

Server side xtrap is already enabled, look in logs, xtrap v7 enabled, the worldsvr sends a packet when xtrap is gone to kill the client, xtrap cant be removed from client only.
 
Junior Spellweaver
Joined
Jul 25, 2008
Messages
187
Reaction score
50
br_369_0404.CS3 and etc this files check the key in the main if the key in the main is different xtrap will kick u when server side check is on ;) i find where the key is stored in main but after i edit it to be the same like in br_369_0404.CS3 xtrap load but main don't start. 369 key = fa0b55ac90e5c729b7d514697d716f98, 374 key = 39345AEA0DEF4D7969CB2FD62997E31B we have 2 options learn how the .CS3 files work and put in them 374 key or learn how the main check the keys and put 369 key in 374 main.

edit: worldsvr can load max 5 cs3 files so the original config in released files is totally fail.
 
Joined
Feb 26, 2010
Messages
1,374
Reaction score
780
br_369_0404.CS3 and etc this files check the key in the main if the key in the main is different xtrap will kick u when server side check is on ;) i find where the key is stored in main but after i edit it to be the same like in br_369_0404.CS3 xtrap load but main don't start. 369 key = fa0b55ac90e5c729b7d514697d716f98, 374 key = 39345AEA0DEF4D7969CB2FD62997E31B we have 2 options learn how the .CS3 files work and put in them 374 key or learn how the main check the keys and put 369 key in 374 main.

edit: worldsvr can load max 5 cs3 files so the original config in released files is totally fail.

Dude I'm telling you, we checked.

The packet IS SENT ! the packet holds usernum and charidx and we already have found it in worldsvr.elf, but lets just say the xtrap_start is a tough nut to crack.
 
Elite Diviner
Joined
May 15, 2009
Messages
403
Reaction score
414
how about putting this key in cabalmain

fa0b55ac90e5c729
b7d514697d716f98

replace

39345AEA0DEF4D79
69CB2FD62997E31B


???
 
Junior Spellweaver
Joined
Jul 25, 2008
Messages
187
Reaction score
50
if u replace the key in main the main will not work there is something else. yes the xtrap check work but i m talking about if u use a main whit another version and xtrap to kick u :)
 
RaGEZONER
Joined
Sep 25, 2009
Messages
637
Reaction score
398
Can we make the client's Xtrap connect to the local server and receive updates, authenticate instead of connecting to a remote Xtrap server?
 
Back
Top