peppermint Posted February 19, 2006 Posted February 19, 2006 help, guys, i need some help on directing the AutoIT to open the maplestory.exe itself... help pls
GaryFrost Posted February 19, 2006 Posted February 19, 2006 help, guys, i need some help on directing the AutoIT to open the maplestory.exe itself... help pls 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.
t0ddie Posted February 19, 2006 Posted February 19, 2006 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.
peppermint Posted February 20, 2006 Author Posted February 20, 2006 (edited) 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 February 20, 2006 by peppermint
Nuffilein805 Posted February 20, 2006 Posted February 20, 2006 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) 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 my little chatmy little encryption toolmy little hidermy unsafe clickbot
peppermint Posted February 21, 2006 Author Posted February 21, 2006 wow thx, finally it works XD lolx
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now