Thread: move mouse

Results 1 to 6 of 6
  1. #1
    Kudi's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    207
    Reputation
    18
    Thanks
    287
    My Mood
    Tired

    move mouse

    I want to know how to make a program in Visual Basic 2010 that moves your mouse pointer to a specific location on the screen, chosen by the pixel color of that location.

    please help me

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    First result on google:

    Cursor.Position = New Point(X, Y)

    First result to the second part of your question:

    Bitmap.GetPixel Method



  3. The Following User Says Thank You to Blubb1337 For This Useful Post:

    Sketchy (09-01-2011)

  4. #3
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    thx for movemouse code...







  5. #4
    .REZ's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Real life
    Posts
    10,385
    Reputation
    1110
    Thanks
    2,218
    My Mood
    Psychedelic
    Making an aimbot I see

  6. #5
    Kudi's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    207
    Reputation
    18
    Thanks
    287
    My Mood
    Tired
    thanks for your help @Blubb1337

  7. #6
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by .REZ View Post
    Making an aimbot I see
    Yes because the only POSSIBLE REASON for setting a cursor's position is to make an aimbot.


    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  8. The Following User Says Thank You to Jason For This Useful Post:

    Sketchy (09-01-2011)

Similar Threads

  1. Help with Moving Mouse
    By flameswor10 in forum C++/C Programming
    Replies: 8
    Last Post: 01-09-2011, 08:50 AM
  2. Mouse is stuck and Cannot Move! Help!!!
    By Kippers94 in forum Combat Arms Help
    Replies: 8
    Last Post: 11-07-2010, 03:36 PM
  3. [Release]Mouse Moves Recorder :D
    By o-o in forum Combat Arms Spammers, Injectors and Multi Tools
    Replies: 19
    Last Post: 08-07-2010, 12:09 AM
  4. [HELP] moving mouse
    By dylan40 in forum Visual Basic Programming
    Replies: 13
    Last Post: 05-19-2010, 08:29 AM
  5. Move mouse via-keyboard
    By VvITylerIvV in forum Combat Arms Discussions
    Replies: 3
    Last Post: 12-08-2009, 09:49 PM