[Help]Writing Account/Password at login screen"Conquer Online2" With AutoIt

12/13/2014 01:55 dondale8#1
Hey
I have tried to Write Account/Password Script for login screen"Conquer Online2" With AutoIt, it works fine on notepad but it doesn't work on login screen"Conquer Online2"
Quote:

Func _WinWaitActivate($title,$text,$timeout=0)
WinWait($title,$text,$timeout)
If Not WinActive($title,$text) Then WinActivate($title,$text)
WinWaitActive($title,$text,$timeout)
EndFunc

_WinWaitActivate("[Conquer] King-Dragon-Warrior","")

MouseClick("left",534,773,1) ; position for username

Send("u")
Sleep(100)
Send("s")
Sleep(100)
Send("e")
Sleep(100)
Send("r")
Appreciate any help
waiting ur reply
12/13/2014 03:26 Moneypulation#2
Write #RequireAdmin in your first line. Maybe that's the problem
Also you can just write Send("user") . You don't need the sleeps in between
12/13/2014 05:17 dondale8#3
Quote:
Originally Posted by moneypulation View Post
Write #RequireAdmin in your first line. Maybe that's the problem
Also you can just write Send("user") . You don't need the sleeps in between
Thank you for reply
But After added #RequireAdmin in first line, didn't work
so any idea
12/13/2014 09:31 Moneypulation#4
What exactly doesn't work? The Send function or what?
12/13/2014 09:49 dondale8#5
Quote:
Originally Posted by moneypulation View Post
What exactly doesn't work? The Send function or what?
yeb the send function
12/13/2014 13:11 alpines#6
Probably the game is blocking script inputs, does it have a hackshield?
12/13/2014 17:08 dondale8#7
Quote:
Originally Posted by alpines View Post
Probably the game is blocking script inputs, does it have a hackshield?
yes the game has antiboot system.
12/13/2014 17:44 alpines#8
Then try to send some keys via _SendMessage.
12/13/2014 19:42 dondale8#9
Quote:
Originally Posted by alpines View Post
Then try to send some keys via _SendMessage.
I tried to use controlSend as below, but it does not work fine, it sometimes does not work or send capital or small characters or both
Quote:
#RequireAdmin

Func _WinWaitActivate($title,$text,$timeout=0)
WinWait($title,$text,$timeout)
If Not WinActive($title,$text) Then WinActivate($title,$text)
WinWaitActive($title,$text,$timeout)
EndFunc

_WinWaitActivate("[Conquer] King-Dragon-Warrior","")

Sleep(1000)
MouseClick("left",534,773,1) ; position for username
ControlSend("[Conquer] King-Dragon-Warrior", "", "", "username02")
12/15/2014 09:57 Devsome#10
A very small idea, you can use the Windows keyboard program.
Mouseclick the keys should work.
12/17/2014 19:31 fear-x#11
best would be to get a bypass for the game :P or make injectable dll
12/18/2014 09:42 Devsome#12
Quote:
Originally Posted by fear-x View Post
best would be to get a bypass for the game :P or make injectable dll
True, but he want only some clicks and send keys not a whole bot.
And the work for the bypass and injectable dll is more then to get it work only to send some keys