Jump to content

Recommended Posts

Posted

Hey I am trying to make an runescape auto login but it doesnt click on the right spots.

Func Login1()
    ; Move client
        Local $hWnd = WinWait("[TITLE:Runelite]", "", 10)
    WinMove($hWnd, "", 730, 40)
Sleep(5000)
MouseClick('Left', 457, 317, 2, 1)
sleep (100)
MouseClick('Left', 518, 275, 2, 1)
sleep (100)
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
Send( "{backspace}" )
send ("Myusername")
sleep (1000)
send ("{enter}")
send ("Mypassword")
sleep (1000)
MouseClick('Left', 60, 500, 2, 1)
sleep (3000)
MouseClick('Left', 100, 150, 2, 1)
sleep (4000)
MouseClick('Left', 310, 353, 2, 1)
Sleep (4000)
Mouseclick('left', 788, 44, 2, 1)
Sleep (4000)
EndFunc

 

Do i need to use something else then mouseclicks? because its not clicking in the right spot it clicks out of the runescape window.

  • Developers
Posted

Welcome to the AutoIt forum.

Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked.

See you soon with a legitimate question I hope.

The Moderation team

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Guest
This topic is now closed to further replies.
×
×
  • Create New...