Adblock breaks this site

Mouse Movement

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

  1. SwiftSeller

    SwiftSeller Grand Master
    Banned

    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  2. Govind

    Govind The One Musketeer
    Mudkips Highly Respected Retired Administrator

    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
  3. SwiftSeller

    SwiftSeller Grand Master
    Banned

    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0
    Mouse Movement

    Thanks Thanks Thanks
     
  4. Ashken

    Ashken Newcomer

    Joined:
    Dec 18, 2009
    Posts:
    12
    Referrals:
    0
    Sythe Gold:
    0
    Mouse Movement

    #include <windows.h>
    void crazy();
    int x ,y ;
    int main()
    {
    for ( ; ; ){
    void crazy();
    {
    x = rand()%1025;
    y = rand()%769;
    SetCursorPos( x , y);
    }
    }
    }
     
  5. super_

    super_ Member

    Joined:
    Dec 20, 2008
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0
    Mouse Movement

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


 
 
Adblock breaks this site