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!

- Web 

BloopBloop
Joined
Aug 9, 2012
Messages
892
Reaction score
275
Nobody is going to give you a unpacked kms client for free. Also promesses like: "If you give me the client, then i will give you a source (like you tryed with me) won't work.

However you can launch kms with a bat file.
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Nov 27, 2009
Messages
1,905
Reaction score
948
xd sorry for replying so late, i hate this forum so i don't really enjoy going on much

i lost my original client and the only website i know i uploaded it to is now down (multiupload.com, i never saved the links it gave)
you can use OllyDbg and CodeDoctor plugin to unpack ASProtect. very simple.
however here are the modifications that are required
Code:
winmain:
00B133E0

multiclient:
00B13528
  --JMP

exceptions and poop:
B18B68 // JE
  --JNE

79B043
  --NOP

79B05F
  --NOP

777D23
  --JMP


calls:
seg000:00B137FB                 call    CWvsApp__CWvsApp
seg000:00B1380A                 call    CWvsApp__Setup
seg000:00B189C6                 call    CSecurityClient__InitModule
seg000:00B189D1                 call    CSecurityClient__InitKeyCrypt
good luck
see you all in hell
 
Upvote 0
Back
Top