Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dragonica > Dragonica Hacks, Bots, Cheats & Exploits
You last visited: Today at 18:11

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

Advertisement



[Full Tutorial] Dragonica Auto Login

Discussion on [Full Tutorial] Dragonica Auto Login within the Dragonica Hacks, Bots, Cheats & Exploits forum part of the Dragonica category.

View Poll Results: This program have helped you ?
- If the tutorial was good and the program have helped you. 19 54.29%
- If the tutorial was good but the program haven't helped you. 6 17.14%
- If the tutorial was a waste of time and the program haven't helped you. 10 28.57%
Voters: 35. You may not vote on this poll

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2009
Posts: 9
Received Thanks: 2
Exclamation [Full Tutorial] Dragonica Auto Login

(You can download it made in the attachment )

Hello, i'll teach you how to make your own Dragonica Auto Login (it's used on THQICE Dragonica (Version 1.1.8, i'll launch updates), but if you want one to IAH or gPotato, just let me know and i teach you how to edit it )

(I love this smiley )

Files you need:
Tutorial:
Attached Files
File Type: rar Dragonica Auto Login (THQICE 1.1.8).rar (628 Bytes, 310 views)
AzMoyses is offline  
Thanks
2 Users
Old 12/10/2009, 19:24   #2
 
elite*gold: 0
Join Date: Oct 2009
Posts: 4
Received Thanks: 1
Quote:
Originally Posted by AzMoyses View Post
(You can download it made in the attachment )

Hello, i'll teach you how to make your own Dragonica Auto Login (it's used on THQICE Dragonica (Version 1.1.8, i'll launch updates), but if you want one to IAH or gPotato, just let me know and i teach you how to edit it )

(I love this smiley )

Files you need:
Tutorial:
Code:
$login = InputBox("Login", "Enter Username.") ;Pergunta o Login
$senha = InputBox("Senha", "Enter Password.") ;Pergunta a Senha
WinWaitActive ("Dragonica Online Launcher")
MouseMove ( 823, 681)
MouseClick ("left")
WinWaitActive ("Dragonica (Client Ver : 1.1.8)")
sleep(20000)
MouseMove ( 828, 581)
MouseClick ("left")
send ("+{home}")
send ("{del}")
send ($login)
MouseMove ( 823, 610)
MouseClick ("left")
send ($senha)
send ("{enter}")
$canal = InputBox("Canal", "Pick Channel (1 ~ 10).") ;Pergunta o Canal
If $canal = 1 then
	MouseMove (730, 575)
	MouseClick ("left")
	send ("{enter}")
	$chara = InputBox("Char", "Pick Char  (1 ~ 4)") ;Pergunta o Char
	if $chara = 1 Then
		MouseMove (968, 228)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logged On!")
	EndIf
	if $chara = 2 Then
		MouseMove (908, 366)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logged On!")
	EndIf
	if $chara = 3 Then
		MouseMove (908, 519)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logged On!")
	EndIf
	if $chara = 4 Then
		MouseMove (968, 654)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logged On!")
	EndIf
EndIf
If $canal = 2 then
	MouseMove (900, 575)
	MouseClick ("left")
	send ("{enter}")
	$chara = InputBox("Char", "Escreva o numero do char desejado (1 ~ 4)") ;Pergunta o Char
	if $chara = 1 Then
		MouseMove (968, 228)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 2 Then
		MouseMove (908, 366)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 3 Then
		MouseMove (908, 519)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 4 Then
		MouseMove (968, 654)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
EndIf
If $canal = 3 then
	MouseMove (1050, 575)
	MouseClick ("left")
	send ("{enter}")
	$chara = InputBox("Char", "Escreva o numero do char desejado (1 ~ 4)") ;Pergunta o Char
	if $chara = 1 Then
		MouseMove (968, 228)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 2 Then
		MouseMove (908, 366)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 3 Then
		MouseMove (908, 519)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 4 Then
		MouseMove (968, 654)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
EndIf
If $canal = 4 then
	MouseMove (730, 615)
	MouseClick ("left")
	send ("{enter}")
	$chara = InputBox("Char", "Escreva o numero do char desejado (1 ~ 4)") ;Pergunta o Char
	if $chara = 1 Then
		MouseMove (968, 228)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 2 Then
		MouseMove (908, 366)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 3 Then
		MouseMove (908, 519)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 4 Then
		MouseMove (968, 654)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
EndIf
If $canal = 5 then
	MouseMove (900, 615)
	MouseClick ("left")
	send ("{enter}")
	$chara = InputBox("Char", "Escreva o numero do char desejado (1 ~ 4)") ;Pergunta o Char
	if $chara = 1 Then
		MouseMove (968, 228)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 2 Then
		MouseMove (908, 366)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 3 Then
		MouseMove (908, 519)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 4 Then
		MouseMove (968, 654)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
EndIf
If $canal = 6 then
	MouseMove (1050, 615)
	MouseClick ("left")
	send ("{enter}")
	$chara = InputBox("Char", "Escreva o numero do char desejado (1 ~ 4)") ;Pergunta o Char
	if $chara = 1 Then
		MouseMove (968, 228)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 2 Then
		MouseMove (908, 366)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 3 Then
		MouseMove (908, 519)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 4 Then
		MouseMove (968, 654)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
EndIf
If $canal = 7 then
	MouseMove (730, 665)
	MouseClick ("left")
	send ("{enter}")
	$chara = InputBox("Char", "Escreva o numero do char desejado (1 ~ 4)") ;Pergunta o Char
	if $chara = 1 Then
		MouseMove (968, 228)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 2 Then
		MouseMove (908, 366)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 3 Then
		MouseMove (908, 519)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 4 Then
		MouseMove (968, 654)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
EndIf
If $canal = 8 then
	MouseMove (900, 665)
	MouseClick ("left")
	send ("{enter}")
	$chara = InputBox("Char", "Escreva o numero do char desejado (1 ~ 4)") ;Pergunta o Char
	if $chara = 1 Then
		MouseMove (968, 228)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 2 Then
		MouseMove (908, 366)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 3 Then
		MouseMove (908, 519)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 4 Then
		MouseMove (968, 654)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
EndIf
If $canal = 9 then
	MouseMove (1050, 665)
	MouseClick ("left")
	send ("{enter}")
	$chara = InputBox("Char", "Escreva o numero do char desejado (1 ~ 4)") ;Pergunta o Char
	if $chara = 1 Then
		MouseMove (968, 228)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 2 Then
		MouseMove (908, 366)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 3 Then
		MouseMove (908, 519)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 4 Then
		MouseMove (968, 654)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
EndIf
If $canal = 10 then
	MouseMove (730, 700)
	MouseClick ("left")
	send ("{enter}")
	$chara = InputBox("Char", "Escreva o numero do char desejado (1 ~ 4)") ;Pergunta o Char
	if $chara = 1 Then
		MouseMove (968, 228)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 2 Then
		MouseMove (908, 366)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 3 Then
		MouseMove (908, 519)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
	if $chara = 4 Then
		MouseMove (968, 654)
		MouseClick ("left")
		send ("{enter}")
		MsgBox(0,"Dragonica","Logado Com Sucesso !")
	EndIf
the code basicly with some words changed it worked okish for me but doesnt work all the time
drkieran123 is offline  
Thanks
1 User
Old 12/11/2009, 00:43   #3
 
elite*gold: 0
Join Date: Aug 2009
Posts: 9
Received Thanks: 2
@drkieran123 - Thank you for trying to translate. Your only error was that you have only translated the first channel. Now it's complete translated

Topic edited.
Now with code in ENGLISH !

----------------------

Later i'll add the file in english as attachment. Now i just have add the code in english, thks
AzMoyses is offline  
Old 12/11/2009, 11:30   #4
 
elite*gold: 0
Join Date: Sep 2007
Posts: 11
Received Thanks: 0
err whats this is for? can we use as multiclient?
mawan is offline  
Old 12/11/2009, 21:37   #5
 
elite*gold: 0
Join Date: Aug 2009
Posts: 9
Received Thanks: 2
@mawan it's just to let the pc login for you, nothing special. And not, it cannot be used as muticlient =/
AzMoyses is offline  
Old 12/12/2009, 09:43   #6
 
elite*gold: 0
Join Date: Sep 2007
Posts: 11
Received Thanks: 0
oh i see, btw thanks for u're hard work! ;p
mawan is offline  
Old 12/12/2009, 22:07   #7
 
elite*gold: 0
Join Date: Aug 2009
Posts: 9
Received Thanks: 2
Thank you for replying
AzMoyses is offline  
Old 12/12/2009, 22:51   #8
 
elite*gold: 0
Join Date: Jan 2009
Posts: 42
Received Thanks: 7
People who use this are people who are EXTREMELY lazy to type a few letters, do a little clicking....

If you need auto login you shouldn't play the game at all, it involves MANY Clicking and Typing :P
NoWayIn is offline  
Old 12/13/2009, 04:16   #9
 
elite*gold: 0
Join Date: Aug 2009
Posts: 9
Received Thanks: 2
@NoWayIn - I agree, but i didn't it by this way...
I did i it just to test my new skills.

Thanks For Replying
AzMoyses is offline  
Old 12/14/2009, 12:04   #10
 
elite*gold: 0
Join Date: Dec 2007
Posts: 93
Received Thanks: 5
how to gpotato ^^?
moulay19 is offline  
Old 12/14/2009, 23:19   #11
 
elite*gold: 0
Join Date: Aug 2009
Posts: 9
Received Thanks: 2
@moulay19 - For gPotato i'll need some things...

- One screenshot of the LAUNCHER
- One screenshot of the channel selection (one of each server)*

* = Server, not channel.

Thanks
AzMoyses is offline  
Old 12/19/2009, 07:54   #12
 
elite*gold: 0
Join Date: Dec 2008
Posts: 25
Received Thanks: 5
Interesting... seems like Autoit can run mouse emulation while macromonkey cannot.
Gonna get to the root of this and see if I can't find a way to use the same mouse hook that autoit uses.
deadlyp99 is offline  
Old 01/13/2011, 18:36   #13
 
elite*gold: 0
Join Date: Jun 2008
Posts: 9
Received Thanks: 0
hi sir,
im just asking if this is possible to use in PHdragonica?
if it yes, can you teach me how?
by the way thanks because I learn something.
jonrie03 is offline  
Old 01/13/2011, 19:27   #14
 
elite*gold: 271
Join Date: Mar 2008
Posts: 9,459
Received Thanks: 2,082
why you dont try it out
Mark- is offline  
Old 01/14/2011, 10:23   #15
 
elite*gold: 0
Join Date: Jun 2008
Posts: 9
Received Thanks: 0
ok sir ill try it out later,
thanks again..
more powers to elitepvpers!
jonrie03 is offline  
Closed Thread


Similar Threads Similar Threads
Wie Speichert man die Login daten und macht nen Auto Login
07/15/2010 - Metin2 Private Server - 5 Replies
Souh ma wieder ne "Blöde Frage"... wie speichert man die login daten und macht nen autologin für den client wie es hier gemacht worden ist: http://www.elitepvpers.com/forum/metin2-pserver-dis cussions-questions/616285-my-new-client.html Über ne antwort würde ich mich freuen...
Dragonica Auto Login
12/09/2009 - Dragonica Hacks, Bots, Cheats & Exploits - 1 Replies
Please, go to the new tutorial: New Full Tutorial
Auto Login Professional - Full Version
06/22/2008 - SRO PServer Guides & Releases - 15 Replies
ScreenShot : http://i28.tinypic.com/2vifuo8.png Features : Re-Login Normally Or with Bot Support when DC Checking DC, Error Message, Update etc.. Play Sound, Shutdown Computer when DC Its working Original Client and NODC Client. Automatic Selecting Server



All times are GMT +1. The time now is 18:12.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.