Thread: X and Y cords

Results 1 to 6 of 6
  1. #1
    condor01's Avatar
    Join Date
    Feb 2007
    Location
    In My Bed
    Posts
    765
    Reputation
    17
    Thanks
    91

    X and Y cords

    Does any one know how to get the x and y cords of your mouse? I need it for a Program I am Making! Thanks

    Condor01

  2. #2
    aprill27's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Location
    i dont have no idea
    Posts
    604
    Reputation
    10
    Thanks
    40
    Quote Originally Posted by condor01 View Post
    Does any one know how to get the x and y cords of your mouse? I need it for a Program I am Making! Thanks

    Condor01
    im not sure how do find them but u can just use your friend search botton
    .................................................. .................................................. .......................................
    I LIKE COOKIES




    KLICK here to help me crow



    GET MPGH FREE VIP HERE
    .................................................. .................................................. .......................................

  3. #3
    condor01's Avatar
    Join Date
    Feb 2007
    Location
    In My Bed
    Posts
    765
    Reputation
    17
    Thanks
    91
    LOL its for a runescpe hack and i have looked trust.

  4. #4
    prompbesj's Avatar
    Join Date
    Sep 2007
    Location
    $ - Netherlands - $
    Posts
    44
    Reputation
    10
    Thanks
    1
    Search on Google
    And Search for , RsClient + Autoclicker
    then open the autoclicker and click on select region , then u see x and y cordinates

  5. #5
    XqwertyX's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    437
    Reputation
    19
    Thanks
    71

  6. #6
    xPerfection's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    echo $location
    Posts
    38
    Reputation
    10
    Thanks
    0
    Make two labels and a timer (set 50 interval),
    And use this code:
    Code:
    Private Declare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As Long
    
    Private Type POINTAPI
        X As Long
        Y As Long
    End Type
    
    Dim POINT_API As POINTAPI
    
    Dim X As Long, Y As Long, Z As Long, A As Long
    
    Private Function GetMousePosX() As Long
        Z = GetCursorPos(POINT_API)
        GetMousePosX = POINT_API.X
    End Function
    
    Private Function GetMousePosY() As Long
        Z = GetCursorPos(POINT_API)
        GetMousePosY = POINT_API.Y
    End Function
    
    Private Sub Timer1_Timer()
        Label1.Caption = "X: " & CStr(GetMousePosX)
        Label2.Caption = "Y: " & CStr(GetMousePosY)
    End Sub
    Enjoy.
    xPerfection - Websites and applications programmer.


Similar Threads

  1. CS 1.6 VAC2 proof hacks AND cheat death hacks
    By Brunogol in forum General Game Hacking
    Replies: 28
    Last Post: 12-18-2006, 08:26 PM
  2. Get Avatars and Sigs!
    By Dave84311 in forum General
    Replies: 25
    Last Post: 05-17-2006, 08:44 PM
  3. Plz I Want Maple Global Hacks And Where Do I Get Game Engine 2 Make The Hacks Work???
    By mattinthehat in forum MapleStory Hacks, Cheats & Trainers
    Replies: 3
    Last Post: 01-15-2006, 06:12 PM
  4. Lineag2 and Ragnarok
    By suppaman in forum General Gaming
    Replies: 12
    Last Post: 01-01-2006, 04:07 PM
  5. i need short icq number pls and hack to wr..
    By BoneXDBreaker in forum WarRock - International Hacks
    Replies: 1
    Last Post: 12-26-2005, 05:08 PM