Golbez Posted July 30, 2006 Posted July 30, 2006 is there a way to take a varable that is a word and turn it into binary?? i need this because im trying to make a login program for Legend Of Ares and when it comes to the login screen for some reason the "send" function is not working put in the account and password. $account = Golbez $pass = Golbezpass $gamew = Ares OnLine Client IF Not WinActive($gamew) Then WinActivate($gamew) Send($account & ("{TAB}") & $pass) after this for some reason it does not send it to the game client. if binary not the way can someone tell me a different way? -Golbez
Moderators SmOke_N Posted July 30, 2006 Moderators Posted July 30, 2006 Your sending ( and ) in that. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Golbez Posted July 30, 2006 Author Posted July 30, 2006 ok that was just an example.. i try 2 make it send send("efdsfasfbbbg") and it did not work so i think theres got 2 be a new way to send it... it work went i type it with my keyboard and i no thats binary so i thought maybe that if i can send a binary code it would work but i would need 2 change the $account to a binary code.
Moderators SmOke_N Posted July 30, 2006 Moderators Posted July 30, 2006 ok that was just an example..i try 2 make it sendsend("efdsfasfbbbg")and it did not work soi think theres got 2 be a new way to send it... it work went i type it with my keyboard and i no thats binary so i thought maybe that if i can send a binary code it would work but i would need 2 change the $account to a binary code.Your saying that when I type on my keyboard it comes out binary?Your game is more than likely blocking simulated clicks/send etc... Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Golbez Posted July 30, 2006 Author Posted July 30, 2006 nonononononono im saying when u type.. the signal that computer take and puts up the letters is done with binary.. {like the switchs that are turned on and off that make up each character. } maybe im thinken about somethin different.?
Golbez Posted July 30, 2006 Author Posted July 30, 2006 i cant even make it use the mousemove function..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now