Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

MapleStory login script, help?


  • Please log in to reply
3 replies to this topic
noxious
  • Members
  • 6 posts
  • Last active: Mar 15 2008 05:18 PM
  • Joined: 04 Dec 2006
IfWinExist MapleStory
{
    WinRestore
}
else
{
    Run c:\program files\wizet\maplestory\maplestory.exe
    WinWait MapleStory
    WinRestore
}
{
	Sleep 40000
	Click 551, 249
	Send {BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}
	Send username
	Click 551, 271
	Send password
}

i'm trying to make a maplestory login script, the first map sees if its open if not opens it..then because of the game taking time to loadup before the login screen appears i put the Sleep 40000. for some reason that doesn't work and it either goes right to clicking 551, 249 or it doesnt do it at all.

help? would they be a better way to go about doing this? i am very new to AHK


edit:problem fixed

Conquer
  • Members
  • 385 posts
  • Last active: Jan 10 2013 02:14 AM
  • Joined: 27 Jun 2006
Dear noxious, tell me if this helps:
IfWinExist MapleStory
{
    WinRestore
}
else
{
    Run c:\program files\wizet\maplestory\maplestory.exe
    WinWait MapleStory
    WinRestore
    WinWaitActive MapleStory
   Click 551, 249
   Send {BS 11}
   Send username
   Sleep 100
   Click 551, 271
   Send password
}


Tuncay
  • Members
  • 1945 posts
  • Last active: Feb 08 2015 03:49 PM
  • Joined: 07 Nov 2006

edit:problem fixed

he wrote :evil:

No signature.


AtSchool-Conquer
  • Guests
  • Last active:
  • Joined: --
Sorry, I dont remember seeing that edit there.