Jump to content

Remote mouse control


 Share

Recommended Posts

I am not sure if its able with autoit , but Ultra VNC works nicely.

You can install it on remote computer as a server so u can connect there with password and user name.

And you can leat people invite you.....

You make script to automate VNC or you can Do script that makes connection to IP:5500

I heard some one has made it but i never seen it.

BTW why u need remote control?

Link to comment
Share on other sites

Im 100% sure it would be possible to create a remote service just with the use off AutoIt, on the other hand im not too sure how good the quality of something like that would be though.

UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt.
Link to comment
Share on other sites

Is it possible to remote control the mouse/keyboard on another PC?

There is an example here by slaughter.

@Nevin

And why bother when there's already other software out there to do the job?

Not a very supportive approach. If you're working in a professional environment where it is not sensible to spend time producing something that is available then it's a reasonable attitude. But if you want to do it in your own time for whatever reason then that is ok isn't it?

If we never wrote software that hadn't been done before then none of us would ever have got started.

Most of the software which exists today will be replaced by better software in 20 years time, but it wouldn't be if no tried because it has already been done.

I 'waste' a lot of my time trying to write software which has probably already been done by someone else just to see if I can, or to understand what's involved. And maybe, just maybe, I'll produce something better than that which someone else did.

Edited by martin
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

@Nevin

I don't know if i can get through the firewall at school... but i like to give it a try.

@martin

Thats exactly how i think about it :)

I like to experiment with this things, evin if it isn't going to work or if it already exists

Edited by Forsaken
Link to comment
Share on other sites

Well, I had assumed that you wanted the software in a timely fashion. I've used stuff before made by other AutoIt authors, but I still tried to make my own version. It didn't come out nearly as well, but I did it to learn. Of course, I ended up using the other people's stuff when it came down to using it for its obvious use.

God, did that even make sense? Never mind.

As for the mouse_control:

Func mouse_control ()
$socke_from_list = StringSplit( GUICtrlRead(GUICtrlRead($listview)), "|")
$rows = UBound($socke_from_list)
if $rows > 2 Then 
    _S_d($socke_from_list[2], $srv_mouse_move)
Else 
    c_w("no users selected")
EndIf
EndFunc

Yep, no idea. There's way too much going on to just look at the function alone. Looks like a lot of reading/investigating.

Link to comment
Share on other sites

@martin

Not a very supportive approach. If you're working in a professional environment where it is not sensible to spend time producing something that is available then it's a reasonable attitude. But if you want to do it in your own time for whatever reason then that is ok isn't it?

If we never wrote software that hadn't been done before then none of us would ever have got started.

Most of the software which exists today will be replaced by better software in 20 years time, but it wouldn't be if no tried because it has already been done.

I 'waste' a lot of my time trying to write software which has probably already been done by someone else just to see if I can, or to understand what's involved. And maybe, just maybe, I'll produce something better than that which someone else did.

Totaly agree with every word!!! Posted Image i am thinking the same! (see my nick name Posted Image )

Especialy the last lines is very truthful:

I 'waste' a lot of my time trying to write software which has probably already been done by someone else just to see if I can, or to understand what's involved. And maybe, just maybe, I'll produce something better than that which someone else did.

P.S

Sorry for the offtop.

 

Spoiler

Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1

AutoIt_Rus_Community.png AutoIt Russian Community

My Work...

Spoiler

AutoIt_Icon_small.pngProjects: ATT - Application Translate Tool {new}| BlockIt - Block files & folders {new}| SIP - Selected Image Preview {new}| SISCABMAN - SciTE Abbreviations Manager {new}| AutoIt Path Switcher | AutoIt Menu for Opera! | YouTube Download Center! | Desktop Icons Restorator | Math Tasks | KeyBoard & Mouse Cleaner | CaptureIt - Capture Images Utility | CheckFileSize Program

AutoIt_Icon_small.pngUDFs: OnAutoItErrorRegister - Handle AutoIt critical errors {new}| AutoIt Syntax Highlight {new}| Opera Library! | Winamp Library | GetFolderToMenu | Custom_InputBox()! | _FileRun UDF | _CheckInput() UDF | _GUIInputSetOnlyNumbers() UDF | _FileGetValidName() UDF | _GUICtrlCreateRadioCBox UDF | _GuiCreateGrid() | _PathSplitByRegExp() | _GUICtrlListView_MoveItems - UDF | GUICtrlSetOnHover_UDF! | _ControlTab UDF! | _MouseSetOnEvent() UDF! | _ProcessListEx - UDF | GUICtrl_SetResizing - UDF! | Mod. for _IniString UDFs | _StringStripChars UDF | _ColorIsDarkShade UDF | _ColorConvertValue UDF | _GUICtrlTab_CoverBackground | CUI_App_UDF | _IncludeScripts UDF | _AutoIt3ExecuteCode | _DragList UDF | Mod. for _ListView_Progress | _ListView_SysLink | _GenerateRandomNumbers | _BlockInputEx | _IsPressedEx | OnAutoItExit Handler | _GUICtrlCreateTFLabel UDF | WinControlSetEvent UDF | Mod. for _DirGetSizeEx UDF
 
AutoIt_Icon_small.pngExamples: 
ScreenSaver Demo - Matrix included | Gui Drag Without pause the script | _WinAttach()! | Turn Off/On Monitor | ComboBox Handler Example | Mod. for "Thinking Box" | Cool "About" Box | TasksBar Imitation Demo

Like the Projects/UDFs/Examples? Please rate the topic (up-right corner of the post header: Rating AutoIt_Rating.gif)

* === My topics === *

==================================================
My_Userbar.gif
==================================================

 

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...