Reconnect

03/29/2014 06:46 tariqx111#1
Hello, Im asking is there any method to change the value of text box
in the game? They use Flash objects so i can't access it, SendMessage | PostMessage doesn't work and i don't want to use any method that require an active window

Thanks.

i got an idea im not sure about it what do you think?
Quote:
we know that the client use snprintf to format password string if i skipped the "Enter password" messagebox maybe i can change the password by hooking the function and about the username i can change it in the auth packet
03/29/2014 06:55 Y u k i#2
kernel32 keyboardevent worked fine for me in the past.
03/29/2014 07:07 tariqx111#3
Quote:
Originally Posted by Y u k i View Post
kernel32 keyboardevent worked fine for me in the past.
if you mean keybd_event it doesn't work now,
also if it works now it will send the keys to the currently active window.

Thank you


any ideas?
07/02/2014 16:29 nicolastyler#4
So change the active window?