This is my first script ever what it basically dose is logs you in the game and starts it
Just put in your id and and password where is says so and run it
and u might want to change the sleep setting if your computer is too slow or fast
PHP Code:
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.6.0
Author: Nightingale737
Script Function:Mabinogi auto log in
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
Run("C:\Nexon\Mabinogi\Mabinogi.exe")
Sleep(70)
MouseClick( "left", 707,579,5)
Sleep(30000)
send("Your id name")
Send("{TAB}", 0)
Send("Your password")
MouseClick("left", 493,563,5)
Sleep(3000)
MouseClick("left",42,713,5)
and u might want to change the sleep setting if your computer is too slow or fast