| |||||
| Connect4 1.0 beta 1 removal
You should remove it from your system as soon as possible. Connect4 1.0 beta 1 description by Ritual33: Creator: ´Connect4 v1.0 BETA 1 by Ritual33 [FINAL EVER RELEASE]
-----------------------------------------------------
The reason for the delay in the package is due to a number
of things, 1st of all,
i thought I´d be able to finish it by last week,
but of coarse... I did not :P 2ndly,
which is also why this is the last ever version on Connect4,
is because last night, somebody broke into my system
(havn´t a clue how) & deleted about 10% of my HDD
including the Connect4 source code :(
This package is just what I could collect up after
I was attacked.
I managed to recover a 2 week old client,
and about a 1 week old server, sorry about that :(
I tried recovering the information with a special application,
but that didn´t seem to work either :P
Anyways, have fun, & remember to read the help any file in Help/.
Cya,
Ritual33
08/08/01
P.S, I wont be on the net ever again, after these too days to come :(
P.P.S, Whoever it was who hacked my pc, thanx alot dude,
you weisted about 6 months of my work!... How lame.
Connect4 Script/Console Commands
--------------------------------
HELP - Displays this help file
IF - If statement
PAUSE - Sleeps for the specified amount
EXIT - Exits the application
SETVARIABLE - Sets the specified variable
GETVARIABLE - Gets the specified variable
EXECUTESCRIPT - Executes a script
CONSOLEMSG - Shows a console message
CLEAR - Clears the console
VERSION - Displays the client version
CONNECT - Connects to a remote host
DISCONNECT - Disconnects from the remote host
RECONNECT - Reconnects to remote host
PLAYSOUND - Plays a sound
SHOWWINDOW - Shows the specified window
SEND [ ...] - Forwards information to the server
RECEIVE [ ...] - Emulates receiving information from the server
PINGSERVER - Pings the remote host
MESSAGEBOX - Shows a message box
INFOBOX - Shows an data box
CONFIRMBOX - Shows a confirmation box
WARNINGBOX - Shows a warning box
ERRORBOX - Shows an error box
EDITBOX - Shows an edit box
CALLDLLMETHOD - Calls a procedure from a dll file
Connect4 Developers Guide
-------------------------
This file should guide you via understanding,
and learning how to make scripts for Connect4,
it is pretty simple, but I thought I should add it just in case :)
1. The Script Layout
2. Writting Your 1st Script
3. Commenting Your Scripts
4. Commands You Can Use
5. Variables You Can Use
6. Writting Your 1st Tree Script
7. End
1. The Script Layout
--------------------
Connect4 scripts have the extension .c4s & made to be run by typing in
the console "ExecuteScript ".
Allways remember to keep to the rules of making a script...
this is what an empty script looks like...
;Script Test
;End
Heh... pretty much a blank page huh?
Just remember that the ;Script & ;End ALLWAYS begins
with a ";" (semi-colon) symbol, other wise, the script wont run!
2. Writting Your 1st Script
-----------------------------
Writing Connect4 scripts is VERY easy, it doesn´t steal long to learn,
and requires practicly no knowledge of coding scripts.
This is what a VERY basic script looks likes...
;Script Test
if EditBox "Test" "What is your name?"
MessageBox "Hello $Edit, Welcome to Connect4!"
;end
What that script does, is displays an input box telling the person to enter his/her name,
when the person clicks "ok", it displays a greeting "Hello ,
Welcome to Connect4!".
You probably noticed that the $Edit variable displays the last inputed string in an input box,
I´ll explain all the other variables later in the guide.
3. Commenting Your Scripts
--------------------------
Okay, you now know how the layout of a script works,
but it is a good idea to "Comment" your scripts, this means,
making notes to tell you or the user reading your script each part does.
You use the "#" (hash) symbol before ANY comment you write,
this is that Connect4 knows to ignore that line.
This is what the script looks like with comments in...
;Script Test
if EditBox "Test" "What is your name?"
MessageBox "Hello $Edit, Welcome to Connect4!"
;end
Easier to understand?... Good!
...
5. Variables You Can Use
------------------------
$version - Connect4 version
$remoteip - Remote computers IP address
$localip - Local computers IP address
$uptime - How long your computer has been running
$connecttime - How long you´ve been connected
$time/date - Current time & date
$maincaption - Main windows caption
$handle - Your handle
$edit - The last text inputed in an edit box
You can "set" variables by using "SetVariable .
Of coarse you can not define the variables $version, $remoteip, $localip, $uptime,
$connecttime & $time/date, but you can define the others.
...
7. End
------
Well, I hope by now you know how to make & understand the Connect4 scripts
and you also know how to use the console
(you can type any procedure into the console you want)... ok, for now, cya later!
Ritual33
08/08/01This RAT is also known as: •Backdoor.Connect4.10.>> Delete Connect4 1.0 beta 1 automatically - Download Spyware Doctor Bookmark Connect4 1.0 beta 1 page
| ||||
| © 2005-2008 www.spywaredb.com All rights reserved. webmaster@spywaredb.com |