Jump to content

Again with this MU-Online -__-


Recommended Posts

I don't trust programs that can be downloaded from internet, so I made my own bot, but I can't figure how to make a minimizer...

I've tried with:

WinMove("MU", "", 0, 0, 400, 300)

but also, like the previous command, MU detects it like Alt+Tab, and returns it maximized instantly.

Any suggestions on how to start?

... and yeah, I have a source code for c++ (source for minimizer), but I have no knowlege in c++, so is it posible to translate c++ code to AutoIt code?

Link to comment
Share on other sites

Link to comment
Share on other sites

It is possible for AutoIt to use .dll's.

$dll = DllOpen("user32.dll")
$result = DllCall($dll, "int", "MessageBox", "hwnd", 0, "str", "Some text", "str", "Some title", "int", 0)
DllClose($dll)

Dll open - close/ dll calls. Check out the help file.

[font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]

Link to comment
Share on other sites

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