Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2
You last visited: Today at 02:15

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

Advertisement



Re-logging after DCing or just logging in, in general

Discussion on Re-logging after DCing or just logging in, in general within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2009
Posts: 5
Received Thanks: 0
Re-logging after DCing or just logging in, in general

Hi, I'm using autoit and i'm trying to log back in. I'm a pretty advanced programmer but I'm running into a problem while trying to log in.

I'm using the language, AutoIt.

1st: logging in with send keys doesn't work, but I was able to use controlSend to get it to type correctly. Even though it's typing correctly, I'm still getting invalid password, even though it's not invalid (it shows correct password when the 'bot' types the password into the username field).

I'm thinking the conquer client knows that keys are not actually being pressed and won't accept the virtual keys being sent. Does anyone have a work around? Should I write a simple send key function in a different language (C++ maybe?) and just have autoit call that when needed?

Below is the current send key function (plz give me credit if u use it) but like i said, for some reason the conquer client is rejecting it (maybe adding an invisible char or something)

Code:
Func conquer_send($string)
	$len = StringLen($string)
	Sleep(1000)
	For $i = 1 To $len Step 1
		$key = StringMid($string, $i, 1)
		$upper = StringIsUpper($key)

		If $upper Then
			Send("{SHIFTDOWN}")
			Sleep(25)
			ControlSend(getConquerWindow(), "", "", StringUpper(StringMid($string, $i, 1)))
			Sleep(25)
			send("{SHIFTUP}")
		Else
			ControlSend(getConquerWindow(), "", "", StringMid($string, $i, 1))
		EndIf

		Sleep(Random(100, 200))
	Next

	ControlSend(getConquerWindow(), "", "", "{Enter}")

	Sleep(200)
	;Beep(700,500)
EndFunc   ;==>conquer_send
Any ideas?
dopeness is offline  
Reply


Similar Threads Similar Threads
DCing after Mob Click´
10/30/2011 - Shaiya Private Server - 3 Replies
Hi i get dc after mob clicking i Used Shaiya Omega tutorial and the files look. I installed ShaiyaOmega Shaiyaserver then i downloaded shaiya US ep5 and let the updater running till it was ended then i delete the old database (from Omegas Database) and attached in SMSSE this one http://www.elitepvpers.com/forum/shaiya-pserver-de velopment/705237-release-ep5-database.html and then i runned it all work correct and the new gear too but one big problem:when i click on mob i get dcing why ? i...
Dcing Chars( for rb wars only)
06/16/2008 - CO2 Exploits, Hacks & Tools - 9 Replies
Ok this works ive used on my rb war its awsome if u want to dc enemies that r inside the castle and many other uses. You first summon fire Rat and attack a char or guard ( not a monster) and while ur rat is attackign summon another rat and repeat till the person gets dced. NOTE: you will get dc soon aswell. and some chars wont get dc if they change to 16bit color.
Stop Dcing
06/26/2006 - Conquer Online 2 - 5 Replies
Is there a prog for stop disconnecting. If i use my router i dc frequently. or a prog that relog for when iam afk while iam mining...



All times are GMT +1. The time now is 02:15.


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