zykl0 Posted November 7, 2005 Posted November 7, 2005 hello, for some reason auto it doesnt seem to work with maplestory in fullscreen and theres no way to put in in window mode, iva taken a look at some other people script and they do nothing special, any suggestion?
t0ddie Posted November 7, 2005 Posted November 7, 2005 (edited) 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 November 7, 2005 by t0ddie Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.
zykl0 Posted November 7, 2005 Author Posted November 7, 2005 well... everything is not working.. send() pixel() etc..
Moderators SmOke_N Posted November 7, 2005 Moderators Posted November 7, 2005 (edited) 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 November 7, 2005 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.
hankjrfan Posted November 7, 2005 Posted November 7, 2005 AI have not had any problems writeing scripts for fullscreen games. Posting your code might help people to troubleshoot your problem.
zykl0 Posted November 7, 2005 Author Posted November 7, 2005 (edited) 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 yetbut:WinWaitActive("MapleStory")MouseMove(200, 200)Sleep(1000)MouseMove(400, 500)<--- not workingsleep(3000)MouseMove(200, 200)Sleep(1000)MouseMove(400, 500)<--- not workingeither with send("key")and the game is gameguard protected with WinActivate("MapleStory")i see the script who hit the icon on the taskbar but i stay on the desktop, nothing else Edited November 7, 2005 by zykl0
zykl0 Posted November 7, 2005 Author Posted November 7, 2005 omg thing are getting weird. the game is running but i dont see it in the taskmanager and i know every name in my tskmgr also gameguard is running on my systray and no PID/name in the taskmgr ?!?! its scary
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