Mouse Position / Coordinate Recorder menu

User Tag List

Results 1 to 3 of 3
  1. #1
    mmoninja's Avatar Member
    Reputation
    9
    Join Date
    Apr 2007
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Mouse Position / Coordinate Recorder

    This is just a little AutoIt script i made to record the position of your mouse cursor.

    INSTRUCTIONS:

    Start the script (you need AutoIt installed to run it - i would have compiled it to an exe so anyone could use but figured no one would trust a 0 rep .exe file so yeah). its a small autoit script so no virus scan should be necessary

    the script runs in the background
    press PAUSE to exit the script
    pess INSERT/INS to capture the coordinates of wherever the mouse cursor is.
    a window will pop up, just type in the label you want, and it will record the position to positions.ini in the same directory the script is in.

    here is what the output file will look like
    positions.ini:
    [Positions]
    test position=482,419
    test pos 2=1030,938

    Most people will probably find this useless, but im trying to contribute at least something.

    practical uses are mostly for beginner AutoIt scripters, examples;

    -record mouse coords for where to click the "yes" button for the thread about stealing items from the neutral AH
    -record mouse positions to level your enchanting (positions for "enchant", the item to enchant, and the ensuing "yes" to overrite the enchant), and then make a simple script to click locations and level enchanting
    -record mouse positions to use for an auto clicker, or for programs that take coordinate entry like Pirox AFK bot
    -any time you make a script and need to click coords, this is a script to get the coords you need to click.

    basically, anytime you want to use autoit or another program that takes mouse coordinates, you can use this script to easily obtain many coordinates to have apps click for you.

    link to script file:

    http://ninj.as/mposition.au3

    and source code:

    Code:
    #cs ----------------------------------------------------------------------------
    
     AutoIt Version: 3.2.4.0
     Author:         mmoninja@MMOwned
    
     Script Function:
        Record mouse position/coordinates
    
    #ce ----------------------------------------------------------------------------
    
    ; Script Start - Add your code below here
    
    #include <GUIConstants.au3>
    
    HotKeySet("{INSERT}","gmp")
    HotKeySet("{PAUSE}","endpos")
    
    Dim  = 0
    
    While 1
    Sleep(100)
    WEnd
    
    
    
    Func gmp()
         = 0
         = MouseGetPos()
        
        GuiCreate("Test",100,50)
         = GuiCtrlCreateButton("Ok",0,20)
         = GuiCtrlCreateInput("",0,0,900)
        ControlFocus("Test","","[CLASS:Input;TEXT:;INSTANT:1]")
    
        GuiSetState(@SW_SHOW)
            
        While  = 0
             = GuiGetMsg()
            Select
            Case  = 
                GUIDelete()
                GUISetState(@SW_HIDE)
                 = 1
            Case  = 
                 = 1
                 = GuiCtrlRead()
                IniWrite(@SCRIPTDIR & "positions.ini","Positions",, & "," & )
                GUIDelete()
                GUISetState(@SW_HIDE)
            EndSelect
        WEnd
    EndFunc
    
    Func endpos()
        GUISetState(@SW_HIDE)
        GUIDelete()
        Exit
    EndFunc
    Last edited by mmoninja; 01-02-2008 at 10:55 PM.

    Mouse Position / Coordinate Recorder
  2. #2
    Custom's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh this sounds awesome. i'm woundering if this would work with AV leechin with Click-to-move.. BGassist + this .. it would probably work i'll try it out..

  3. #3
    eccentricnovelst's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi!!

    I'm a total NOOB when it comes to this stuff. I downloaded the file and downloaded AutoIt..now what? I did the pause / insert thing but all it said was 'screen saved'...is that right, and how do I run it now so that'll click the BM and join me up with the very sane, very helpful AutoQeue?

    Thanks!!

Similar Threads

  1. Get Mouse Position
    By 12Seconds in forum Diablo 3 Bots and Programs
    Replies: 4
    Last Post: 06-19-2012, 09:45 AM
  2. Frostmourne Mouse Recorder
    By tttommeke in forum Community Chat
    Replies: 14
    Last Post: 12-13-2011, 01:55 AM
  3. Auto mouse clicker(not positive if works on mac but i think it will)
    By jped94 in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 03-09-2008, 06:07 PM
  4. [Question] [Positioning the X-Y-Z coordinates of a model]
    By [Soul Eater] in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 01-25-2008, 02:18 PM
  5. Position Reader and recorder
    By dtk in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 12-05-2007, 06:17 PM
All times are GMT -5. The time now is 01:40 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search