Jump to content

question


Recommended Posts

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? :whistle:

-Golbez

Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • Moderators

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.

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.

Link to comment
Share on other sites

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.?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...