Jump to content

Recommended Posts

Posted

Whenever i do a control send to this box called "TEdit1" it will type the text in. Then when i hit LOGIN, it always says "The password is incorrect" Is there a reason why the tedit1 box wouldnt recognize the text beeing sent by a controlsend? When i do a "Send("Password")" it doesnt even type the entire password.. Someone please help :/

Posted

Still doesnt work, this is my script

_RunMAM()

Func _RunMAM()
MouseClick("left", 37, 16, 2)
Sleep(2000)
MouseClick("left", 185, 211, 1)
Sleep(2000)
MouseClick("left", 184, 280, 1)
Sleep(2000)
MouseClick("left", 478, 378, 1)
Sleep(200)
ControlSend("" , "" , "TEdit1" , "PASSWORD",0)
Sleep(1000)
MouseClick("left", 461, 451, 1)
Sleep(10000)
EndFunc

I tried the send thing u said and nothing.. Someone plz help :/

Posted

well for one in the first 2 "" things, you need to type the name of the window you're sending too.... example in my old maple looter it was like this

ControlSend("MapleStory", "", "", "z")

and that worked just fine

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
  • Recently Browsing   0 members

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