Jump to content

Help me, have problem with AutoIT


Recommended Posts

help, guys, i need some help on directing the AutoIT to open the maplestory.exe itself... help pls :o:geek:

you have a script your trying to accomplish this with?

Have no idea what maplestory.exe is.

Can't help you if you don't show what your trying to do.

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

heres how i run diablo

$d2dir = RegRead("HKEY_CURRENT_USER\Software\Blizzard Entertainment\Diablo II", "InstallPath")
            Run($d2dir & "\Diablo II.exe", "", @SW_HIDE)

just look in the registry for maplestory and the install path registry key.

then do what i did.

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Link to comment
Share on other sites

you have a script your trying to accomplish this with?

Have no idea what maplestory.exe is.

Can't help you if you don't show what your trying to do.

erm, maplestory.exe is just an online game .exe i just wan the autoit to start the game window for me... so, wat code should i use?

btw i will try out this script that t0ddie gave out for an example

*EDITED* i tried it, but it said

Run($d2dir & "\MapleStory.exe","", @SW_HIDE)

Edited by peppermint
Link to comment
Share on other sites

btw i will try out this script that t0ddie gave out for an example

*EDITED* i tried it, but it said

Run($d2dir & "\MapleStory.exe","", @SW_HIDE)

:geek:;):sorcerer:

ok here's what you gotta do

as i think you know the path for your game i suggest you to use this

run ("the path\MapleStory.exe")

that's all you gotta do - usually :o

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