Mouse Movement

Discussion in 'Programming General' started by SwiftSeller, Sep 6, 2009.

Mouse Movement
  1. Unread #1 - Sep 6, 2009 at 12:03 PM
  2. SwiftSeller
    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0

    SwiftSeller Grand Master
    Banned

    Mouse Movement

    Can someone post a quick quoted source of some code for mouse movement?

    Just gimme an example.

    Does it go like: move the mouse to x and y and click then move to... etc.?

    I'm making a multirole program designed to locate set coordinates on-screen and click them.

    I need to know how to make the mouse locate and click.
     
  3. Unread #2 - Sep 6, 2009 at 12:25 PM
  4. Govind
    Joined:
    Apr 22, 2005
    Posts:
    7,825
    Referrals:
    13
    Sythe Gold:
    23
    Prove it! Trole Tier 1 Prizebox Tortoise Penis Le Monkey UWotM8? Wait, do you not have an Archer rank? Potamus

    Govind The One Musketeer
    Mudkips Highly Respected Retired Administrator

  5. Unread #3 - Sep 6, 2009 at 7:15 PM
  6. SwiftSeller
    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0

    SwiftSeller Grand Master
    Banned

    Mouse Movement

    Thanks Thanks Thanks
     
  7. Unread #4 - Dec 20, 2009 at 2:46 AM
  8. Ashken
    Joined:
    Dec 18, 2009
    Posts:
    12
    Referrals:
    0
    Sythe Gold:
    0

    Ashken Newcomer

    Mouse Movement

    #include <windows.h>
    void crazy();
    int x ,y ;
    int main()
    {
    for ( ; ; ){
    void crazy();
    {
    x = rand()%1025;
    y = rand()%769;
    SetCursorPos( x , y);
    }
    }
    }
     
  9. Unread #5 - Dec 20, 2009 at 11:46 AM
  10. super_
    Joined:
    Dec 20, 2008
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0

    super_ Member

    Mouse Movement

    uhh what the fuck ^
     
< CMD Command with TextBoxX.Text | cd tray open n closer >

Users viewing this thread
1 guest


 
 
Adblock breaks this site