Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server > Metin2 PServer Guides & Strategies
You last visited: Today at 10:26

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[MiniHow-To] Metin2 loginInfo.py 'fixx' in Python

Discussion on [MiniHow-To] Metin2 loginInfo.py 'fixx' in Python within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Closed Thread
 
Old   #1
 
elite*gold: 50
Join Date: May 2011
Posts: 269
Received Thanks: 990
Post [MiniHow-To] Metin2 loginInfo.py 'fixx' in Python

Hi community

The metin2 clients are inject automatically the loginInfo.py when start and here is the fixx.
If you want to try it, rename the FileExtractor.py to loginInfo.py and put the metin2 client folder then launch.
(The information thanks for ATAG)
This fix is good for the good-protected clients because easily removable.
If the client is protected from external python files against, I think this is not necessary.

1.) Extract the root.*** files and open the introLogin.py file.
2.) Search for text(Ctrl+F):

Code:
		self.__LoadLoginInfo("loginInfo.py")
3.) If you found it, replace that line for these lines:

Code:
		if not os.path.exists('logininfo.py') and not os.path.isfile('logininfo.py'):
			self.__LoadLoginInfo("loginInfo.py")
		else:
			import dbg, exception
			dbg.LogBox('system.py(line:273) RunMainScript\n'\ #Log window text(s)
					   'system.py(line:192) execfile\n'\
					   'system.py(line:163) Run\n'\
					   'prototype.py(line:57) ?\n'\
					   'prototype.py(line:48) RunApp\n'\
					   'networkingModule.py(line:169) SetLoginPhase\n'\
					   'networkingModule.py(line:135) SetPhaseWindow\n'\
					   'networkingModule.py(line:147) __ChangePhaseWindow\n'\
					   'introLogin.py(line:256) Open\n'\
					   '\n'\
					   "Run - exceptions.Not supported file 'loginInfo.py', please delete it.")
			exception.Abort("Not supported file 'loginInfo.py', please delete it.") # Syserr.txt
			return
4.) If you finished save and close then pack the root files.


Pictures:


If you can do it better?
What (the duck) are you waiting for?

If you are want to fight in words, do it, but I do not care so please press Alt+F4... Trust me you will feel better. Thanks in advance.

Sorry for my bad english =/.


Best Regards,
P3NG3R
xP3NG3Rx is offline  
Thanks
29 Users
Old 06/17/2012, 22:13   #2
 
elite*gold: 0
Join Date: Jan 2011
Posts: 2,903
Received Thanks: 1,262
Niice Danke :O

Gefällt mir.
Wird einigen sicher helfen
£αšεℜ™ is offline  
Old 06/17/2012, 22:46   #3
 
elite*gold: 35
Join Date: Jun 2009
Posts: 2,187
Received Thanks: 6,906
There is still a way to load the "loginInfo".
CranK™ is offline  
Thanks
2 Users
Old 06/17/2012, 23:19   #4
 
elite*gold: 0
Join Date: Aug 2009
Posts: 962
Received Thanks: 96
ok und was bringt das?
lautlosertot is offline  
Old 06/18/2012, 00:16   #5

 
passy305's Avatar
 
elite*gold: 23
Join Date: Oct 2007
Posts: 1,462
Received Thanks: 1,967
Quote:
Originally Posted by lautlosertot View Post
ok und was bringt das?
garnichts ..

'Fixxen' geht über die binary..
Oder durch builtin Funktionen aber nicht so
passy305 is offline  
Thanks
1 User
Old 04/23/2013, 17:18   #6
 
.RazerX's Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 188
Received Thanks: 149
What If You Change The LoginInfo's Path Location To Something Else "Secret"...
So You Can Have All The Futures That Logininfo Gives You And Also Protect Your Client
.RazerX is offline  
Old 04/23/2013, 19:01   #7
 
Mi4uric3's Avatar
 
elite*gold: 405
Join Date: Dec 2007
Posts: 6,615
Received Thanks: 6,356
Quote:
Originally Posted by .RazerX View Post
What If You Change The LoginInfo's Path Location To Something Else "Secret"...
So You Can Have All The Futures That Logininfo Gives You And Also Protect Your Client
"What if you change" is a question, what kind of answer do you expect
Mi4uric3 is offline  
Old 04/23/2013, 19:04   #8
 
.RazerX's Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 188
Received Thanks: 149
Quote:
Originally Posted by Mi4uric3 View Post
"What if you change" is a question, what kind of answer do you expect
I Dont Know... This Kind Of Stuff:

"That's An Awesome Idea...Thanks Bro!"

"OMG , RazerX You're So Smart"

"RazerX, You Saved The World Again"

"RazerX,Your Suggestion Is Very Good... I Will Try It Soon... Thanks Bro"
.RazerX is offline  
Old 04/23/2013, 20:57   #9
 
Mi4uric3's Avatar
 
elite*gold: 405
Join Date: Dec 2007
Posts: 6,615
Received Thanks: 6,356
Quote:
Originally Posted by .RazerX View Post
I Dont Know... This Kind Of Stuff:

"That's An Awesome Idea...Thanks Bro!"

"OMG , RazerX You're So Smart"

"RazerX, You Saved The World Again"

"RazerX,Your Suggestion Is Very Good... I Will Try It Soon... Thanks Bro"
Are you kidding me?
A 10 year old can come up with the idea to change a filename.
Mi4uric3 is offline  
Old 04/23/2013, 21:13   #10
 
.RazerX's Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 188
Received Thanks: 149
Quote:
Originally Posted by Mi4uric3 View Post
Are you kidding me?
A 10 year old can come up with the idea to change a filename.
Just Kidding Mi4uric... Calm Down,
I Just Wanted To Bring Up The Post And Give A My Opinion...
.RazerX is offline  
Old 08/01/2013, 13:49   #11
 
elite*gold: 0
Join Date: May 2010
Posts: 14
Received Thanks: 1
i get this error SyntaxError: invalid token (line 236- the line with dbg.LogBox) whether the logininfo.py is in metin2 folder or not
adikinhhh is offline  
Old 08/01/2013, 16:48   #12
 
elite*gold: 0
Join Date: Dec 2011
Posts: 3
Received Thanks: 1
Nice dank
ZeDaRuaPT is offline  
Old 08/01/2013, 17:24   #13
 
DEMONKING.'s Avatar
 
elite*gold: 5
Join Date: Oct 2012
Posts: 290
Received Thanks: 357
good , thanks

but it's not the best way
i think erase the "logininfo.py" is better
because the hacker will be like that :
DEMONKING. is offline  
Old 08/02/2013, 14:44   #14
 
elite*gold: 0
Join Date: Oct 2007
Posts: 131
Received Thanks: 10
Quote:
Originally Posted by adikinhhh View Post
i get this error SyntaxError: invalid token (line 236- the line with dbg.LogBox) whether the logininfo.py is in metin2 folder or not
ich habe die gleich fehler o.O
FCPorto15 is offline  
Old 08/29/2013, 14:31   #15
 
elite*gold: 0
Join Date: Nov 2009
Posts: 35
Received Thanks: 0
line 236- the line with dbg.LogBox

have this error
bentdner is offline  

Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.