[HOWTO]MSS32.dll Hack Fix Without Hex Edit

05/30/2012 16:37 TheDestroyer™#1
Hey com.
Here is the MSS32.dll :

[Only registered and activated users can see links. Click Here To Register...]

Your players and you cant find its file type.
#Its fixxed.

If you wanna check mss32.dll against changing you can do that :

Root -> prototype.py find :

PHP Code:
RunApp() 
and change like that :

PHP Code:
sizefile os.path.getsize("MSS32.dll"
if(
str(sizefile)=="129024"): 
    
RunApp() 
else: 
    
dbg.LogBox("Error!MSS32 changed."
Special Thanks :

fox834

you have to delete the mss32.dll from de miles folder and copy the downloaded mss32.dll to the metin2 folder
05/30/2012 16:41 -TÜRK-#2
hmmm usefull thx.
05/30/2012 16:55 TheDestroyer™#3
thx :D
05/30/2012 17:26 IgorGlock#4
-.-'
You know what I mean.
05/30/2012 17:37 TheDestroyer™#5
idk what u mean :D
05/30/2012 17:49 xN0SkiLL#6
Was bringt das?
05/30/2012 18:06 .Awesoome'#7
Funktioniert nur beim Client start, danach kann man mit der dll machen was man will ;)


Daher eher sinnlos.
05/30/2012 18:10 Sphinx²#8
Quote:
Originally Posted by .Awesoome' View Post
Funktioniert nur beim Client start, danach kann man mit der dll machen was man will ;)


Daher eher sinnlos.
Du kannst die DLL nicht bearbeiten solange Sie geladen ist.
Also du kannst schon aber halt kompliziert.


Das kann man aber trozdem umgehen :).
05/30/2012 18:27 TheDestroyer™#9
i dont understand plz speak english
05/30/2012 19:06 vones3#10
Hi epvp,

Im getting this error system.py(line:273)RunMainScript-execfile(name_main_._dict_)
system.py(:192)execfile = KPE.Run(fileName, dict)
system.py(line:163) Run - exec(kcode,kDict)
prototype.py(line:66)? - RunApp()
prototype.py(line:28)RunApp -sizefile = os.path.getsize("MSS32.dll")

Any help would be great. Tnx in advance
05/30/2012 19:17 xP3NG3Rx#11
Hmmm, nice Igorgl0ck like mod ^,^
05/30/2012 21:02 TheDestroyer™#12
Quote:
Originally Posted by vones3 View Post
Hi epvp,

Im getting this error system.py(line:273)RunMainScript-execfile(name_main_._dict_)
system.py(:192)execfile = KPE.Run(fileName, dict)
system.py(line:163) Run - exec(kcode,kDict)
prototype.py(line:66)? - RunApp()
prototype.py(line:28)RunApp -sizefile = os.path.getsize("MSS32.dll")

Any help would be great. Tnx in advance
import os
on the top
05/30/2012 22:17 Padmak#13
Am I the only one who is recognizing the error here?
The File is only tested by file size, just take your own dll, compress it with upx and pump it up to the size of the original file -> win!

If that doesn't work, just pump it before compressing, but that will require testing around

Padmak
05/30/2012 22:20 TheDestroyer™#14
we can use md5 hash for it ?!
05/30/2012 22:34 Padmak#15
Then everything will be fine. But the code you suggested is not safe^^

Padmak