Jump to content

auto-it doesnt work with full screen game?


zykl0
 Share

Recommended Posts

what doesnt work?

if you want to know mouse coordinates when you cant minimize game, write an infinite loop and set a hot key that writes mousegetcoord to a log file and then move the mouse and hit that hotkey to get the coordinates.

Edited by t0ddie

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

  • Moderators

How about:

Things that have failed?

Or even a script that has failed!?

Have you tried:

Opt("WinTitleMatchMode", 0) ; 0 for window coords/ 1 for screen / and 2 for client

Opt("MouseCoordMode", 0) ; same as above

Opt("PixelCoordMode", 0) ; same as above

??

Edited by ronsrules

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

AI have not had any problems writeing scripts for fullscreen games. Posting your code might help people to troubleshoot your problem.

well, i said nothing is working so the macro is not scripted yet

but:

WinWaitActive("MapleStory")

MouseMove(200, 200)

Sleep(1000)

MouseMove(400, 500)

<--- not working

sleep(3000)

MouseMove(200, 200)

Sleep(1000)

MouseMove(400, 500)

<--- not working

either with send("key")

and the game is gameguard protected B)

with WinActivate("MapleStory")

i see the script who hit the icon on the taskbar but i stay on the desktop, nothing else

Edited by zykl0
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...