SEQRAT v1.0
Script Enabled Querable Remote Access Tool
http://seqrat.sourceforge.net

This program is released under GPL license
copyright(c)2002 - Andrei Besleaga

  Run first Install_Controls.vbp to install the needed controls.
If this fails then the controls are available on 
http://seqrat.sf.net for download and manual install.

  This program is a TCP/IP client/server tool to be used by
administrators and technical support remote access and is not
intended to be used as a trojan backdoor.

Please read "Commands.txt", "Scripting.txt", "webCommands.txt",
"Protocol.txt" and "wap_MobilePhone.txt" to discover the power 
of this program.

  It brings some concepts in the world of remote access tools,
like: 

  1. command raw where commands of the protocol can be 
entered (performing actions without using client GUI) and also
DOS commands can be entered, commands are executed on server
and response is returned to the client who initiated the 
command.

See "Commands.txt" for more information on commands.
 
  2. a script engine which contains by default all of the 
server's procedures and functions. From the client's script IDE
any command or sub or function can be executed directly on 
server

  3. server commands are accessible now through any webbrowser,
excepting some features (yet) like: live control.

  4. server commands are accesible now through Mobile Phones or
any WAP enabled devices, except of course some features.

  In live control you have screen,mouse and keyboard control
over the server's computer (this mode doesn't work on loopback address).
The screen comes in pieces (slices) and only the pieces that 
modifies are refreshed and send to client.
To exit live control press CTRL-ALT-F10.
To stop controling mouse and keyboard but still see screen press CTRL-ALT-F1.
To resart mouse and keyboard control press CTRL-ALT-F2

See "Scripting.txt" for more information on scripting.
See "Protocol.txt" for more information on SEQRAT protocol.

To test this program maybe you should test it on your loopback
address: 127.0.0.1 or if you can test it on a network it would
be better.
First run the server and start listening then start the client 
and connect on the address and port of the server, of course
with the right password set on the server. The initial password
is: default. You can press the "password:" label to see or hide 
the password characters.

ATTENTION: when using this on your loopback and have Win98 some
of the features like: chat, show image, disable mouse and keyboard
 may lock you out of your computer so that you'll have
to reboot it !
Also some features like live control are not available !

NOTE: Some of the features like uploading multiple files and
port redirection may not work as expected due bugs and some 
other features may not work due to the OS.


I don't have much time now to write help, so if you need any 
help please post it in the comments.
If you think this program is cool or helped you in any way 
PLEASE vote for it as I spent A LOT of HARD WORKING time on it
and if it wins the contest, imagine I'll be more motivated to
work on it developing further new capabilities.

NOTE: if you know programming VBScript and understand the 
concept of this program it would be nice to post a link where
people can download your SEQRAT scripts from or even post them
in the comments.


THANKS goes to:

	Daniel Pramel - for his PSC code on howto capture and
			send live screen;
	Marco Pipino  - for his PSC DosOutputs.cls which 
			inspired me to do the DOS raw command;
