Jump to content

AutoIt working in MU ONLINE


Guest ezdookie
 Share

Recommended Posts

What do you wan to do with it?

peethebee

vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvGerman Forums: http://www.autoit.deGerman Help File: http://autoit.de/hilfe vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv

Link to comment
Share on other sites

Guest ezdookie

xDDD I was programming but it isn't work in the MU but in windows yes.. please help mE !!!!! or MU have security ?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 7 months later...

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 by corg
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 :lmao: 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 o:)

Edited by Crome_BAD
Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 10 months later...

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