Results 1 to 3 of 3

Thread: [2005] Controlling Users Mouse and Keyboard

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2008
    Posts
    1,754

    [2005] Controlling Users Mouse and Keyboard

    Hello, i want to know how to make a program that once a button is clicked a a form is filled out the program will control the users mouse and keyboard. An auto-type / auto-clicker. This is not for game or used to hack i want to know this because of a new project im making. Say when the user is not home or at his computer he can set the certain settings and it will do some of the tasks or help out a little.

    Please help and remember im NOT using this for HACKING

  2. #2
    Member
    Join Date
    Mar 2008
    Posts
    45

    Re: [2005] Controlling Users Mouse and Keyboard

    Quote Originally Posted by noahssite
    Hello, i want to know how to make a program that once a button is clicked a a form is filled out the program will control the users mouse and keyboard. An auto-type / auto-clicker. This is not for game or used to hack i want to know this because of a new project im making. Say when the user is not home or at his computer he can set the certain settings and it will do some of the tasks or help out a little.

    Please help and remember im NOT using this for HACKING
    If you could give specific examples of what you want to do; you'll find that simulating mouse and keyboard strokes is almost always NOT the best way to do it (you h4x0r you!)

    Anyway, if you seriously could give us more info, we could probably help you more.

    If you need just to set focus and send keys to an application, blindly; you can use VBScript to do it.

    If you want to automate web surfing; use .Net and use a webBrowser control.

    If you want to automate other programs that need mouse and keyboard; your best bet is Win32API calls. You can even read colors from the screen to find buttons and what-not.
    Last edited by RobDude; Mar 26th, 2008 at 11:57 AM.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2008
    Posts
    1,754

    Re: [2005] Controlling Users Mouse and Keyboard

    Originally posted by RobDude
    If you could give specific examples of what you want to do; you'll find that simulating mouse and keyboard strokes is almost always NOT the best way to do it (you h4x0r you!)

    Anyway, if you seriously could give us more info, we could probably help you more.

    If you need just to set focus and send keys to an application, blindly; you can use VBScript to do it.

    If you want to automate web surfing; use .Net and use a webBrowser control.

    If you want to automate other programs that need mouse and keyboard; your best bet is Win32API calls. You can even read colors from the screen to find buttons and what-not.
    So there you are telling me all the methods how can i use the methods? How are they used? and what is a h4x0r? lol

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width