Guest ezdookie Posted June 12, 2005 Posted June 12, 2005 AutoIt isn't work for MU how i can do it ? www.muonline.com
peethebee Posted June 12, 2005 Posted June 12, 2005 What do you wan to do with it? peethebee vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvGerman Forums: http://www.autoit.deGerman Help File: http://autoit.de/hilfe vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Guest ezdookie Posted June 12, 2005 Posted June 12, 2005 I want to make a BOT but when i run it isn't work
dexxa Posted June 12, 2005 Posted June 12, 2005 lol dont tell me you think that autoit is a bot for MU online. you know you have to write a script for it.
Guest ezdookie Posted June 12, 2005 Posted June 12, 2005 xDDD I was programming but it isn't work in the MU but in windows yes.. please help mE !!!!! or MU have security ?
razer_anthom Posted June 16, 2005 Posted June 16, 2005 xDDD I was programming but it isn't work in the MU but in windows yes.. please help mE !!!!! or MU have security ?<{POST_SNAPBACK}> Hi man... I saw in others forums that u need to run the script, then the Mu, then minimize MU to start script.... But, i dont know any minimizer trustable... If anyone knows how to make autoit works without minimize MU, plz, post ;-))) Tnx in advance.... razer
corg Posted January 17, 2006 Posted January 17, 2006 (edited) Have anyone found a solution to making autoit run in muonline in full window? @everyone sorry for upping a very old thread but I searched the forums and this is the only thread on mu online that it showed. Edited January 17, 2006 by corg
TK_Incorperate Posted January 17, 2006 Posted January 17, 2006 I know how to get auto-it to work without minimizing MU.... Creat 2 .exe's, one of them is the starter .exe and the other is the bot. Inside the starter.exe put this code Sleep(10000) Run("Bot.exe") This will sleep for 10 seconds, and then run the bot. (of course you can change the bot's name, but it has to be in the same folder as the starter.exe unless you add it to the run line) This means that the bot will actualy start AFTER the MU window is open. BTW this is in the wrong forum. ~TK
Crome_BAD Posted January 17, 2006 Posted January 17, 2006 (edited) Well, i play this game. It depends on what you want to do? I made a program to auto-right click b/c it becomes a tedious job And with a darklord, it takes 100000000000 click to even reach lvl 350 sooooooo Let me kno what you want to do, ill see if i can help. @TK: That would work. But its pointless to have 2 exe's. Ill post what i have. Dim $StartRightClick = 0 HotKeySet("{F5}", "RightClickCall");On/Off HotKeySet("{F6}", "MyExit");Exit While 1 Select Case $StartRightClick = 1 MouseClick("right") EndSelect Sleep(10) WEnd Func RightClickCall() Select Case $StartRightClick = 0 $StartRightClick = 1 Case $StartRightClick = 1 $StartRightClick=0 EndSelect EndFunc Func MyExit() Exit EndFunc Lets see if we can figure this out Edited January 17, 2006 by Crome_BAD
corg Posted January 19, 2006 Posted January 19, 2006 @TK and Chrome_Bad Thanks but I did the 2 exe thing plus my own script and it still doesn't work when inside the game. If you got to make it work then it probably might be my OS (WIN2K) that is prohibiting it. @pinkfoyd It's obvious that it's is in the wrong forum but again I am not the topic starter and as stated I searched the forum and this is the thread that is showed. @mods Can this thread be moved to the support forum? Thank you.
TigPT Posted December 11, 2006 Posted December 11, 2006 I made some MUonline scripts, maybe useful.. MUonline Scripts PostHope help you.
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