User Control Panel
Advertisements

HELP US, HELP YOU!

3037 BoT Template

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Bot Depot Forum Index -> Archived Bots
View unanswered posts
Author Message
mathieu2005
Young One
Young One


Joined: 23 Dec 2004
Posts: 76

Reputation: 18.4Reputation: 18.4

PostPosted: Sun Feb 13, 2005 3:29 pm    Post subject: Reply with quote

Read the file read me.txt to know how to config the bot.

Here the command
User command
Code:
Menu User:(Dont do  < >)<br />  !dit <word or sentence> :: The bot will say the word or the sentence.<br />  !calc <+,-,*,(),/> :: the bot calc your opetrator.<br />  !Envoi <email - message> :: send a message to email.<br />  !guestbook <message> :: sign a message in the guestbook.<br />  !seeguestbook :: Show the message in the guestbook.<br />  !leave :: the bot leave the convos.<br />  !powers :: the bot will say your powers.<br />

Admin command
Code:
Menu Admin:(dont do < >)<br /> !msg2all <word or sentence> :: the word or the sentence will send a message to all.<br /> !block <b ou *lazy*> :: Block or unblock someone.<br /> !name <your name> :: the name will become your choice name.<br /> !status <the status> :: the bot change is status.<br /> !reboot :: Reboot le robot.<br />


Enjoy it
Back to top
purcelly
God Like
God Like


Joined: 10 Jun 2004
Posts: 560
Location: North West, England
Reputation: 35.1Reputation: 35.1Reputation: 35.1Reputation: 35.1

PostPosted: Sun Feb 13, 2005 4:20 pm    Post subject: Reply with quote

nice mathieu2005

i like

was this your 1st bot?

anyway +1
Back to top
mathieu2005
Young One
Young One


Joined: 23 Dec 2004
Posts: 76

Reputation: 18.4Reputation: 18.4

PostPosted: Sun Feb 13, 2005 4:46 pm    Post subject: Reply with quote

is my first template
and Thx for the comment
do you have msn add me mathieu3037@hotmail.com
Back to top
purcelly
God Like
God Like


Joined: 10 Jun 2004
Posts: 560
Location: North West, England
Reputation: 35.1Reputation: 35.1Reputation: 35.1Reputation: 35.1

PostPosted: Sun Feb 13, 2005 5:16 pm    Post subject: Reply with quote

no problem its very good for your 1st

and you addded me:P
Back to top
darkmonkey
The Merovingian
The Merovingian


Joined: 18 Apr 2004
Posts: 2557
Location: London, England
Reputation: 39.3Reputation: 39.3Reputation: 39.3Reputation: 39.3
votes: 7

PostPosted: Sun Feb 13, 2005 9:17 pm    Post subject: Reply with quote

Very well done Smile.
_________________
~ Josh
[ Need bot hosting on a dedicated server? PM me. ]
Back to top
mathieu2005
Young One
Young One


Joined: 23 Dec 2004
Posts: 76

Reputation: 18.4Reputation: 18.4

PostPosted: Sun Feb 13, 2005 9:38 pm    Post subject: Reply with quote

Thx darmonkey but plz add me on msn
Back to top
Art
God Like
God Like


Joined: 25 May 2004
Posts: 551
Location: Amsterdam, Holland
Reputation: 35.2Reputation: 35.2Reputation: 35.2Reputation: 35.2

PostPosted: Fri Feb 25, 2005 1:10 am    Post subject: Reply with quote

It's nice to see that you haven't coded a full bot that doesn't need any editing, Morphious.
Back to top
JTW
God Like
God Like


Joined: 07 Mar 2004
Posts: 582
Location: Maidstone
Reputation: 73.3
votes: 4

PostPosted: Fri Feb 25, 2005 8:13 am    Post subject: Reply with quote

I dont think its morphious the dp is from ebot (See defult.png in the "file" folder)

Also i wouldnt use this template beacuse this is its sub welcome
Code:
sub Welcome {<br />my( $self, $username, $name ) = @_;<br />&send($self, "Welcome to 3037 BoT,a small basic bot :D. on $botmail \n$botpass");<br />}


And slightly above you can see $botpass is the bots password

Code:
my $botmail = 'YOUR BOT MAIL';<br />my $botpass = 'YOUR BOT PASS';<br /> <br />     #set the email and pass to connect with<br />my $msn = new MSN( 'Handle' => $botmail, 'Password' => $botpass );

_________________
"Help us, Help you" - BotDepot
Back to top
draget
Not Yet a God
Not Yet a God


Joined: 29 Dec 2004
Posts: 367
Location: Australia
Reputation: 32.2Reputation: 32.2Reputation: 32.2

PostPosted: Fri Feb 25, 2005 1:52 pm    Post subject: Reply with quote

Code:
sub Message<br />{<br />my( $self, $username, $name, $msg, %style ) = @_;<br />sub send {<br />my $self = shift;<br />my $msg = shift || 'Error: No reply';<br /><br />$self->sendmsg($msg);<br />}<br />if ($msg =~/^(.*)/){<br />print " $username a dit :: $msg\n";<br />open (FILE, ">>./File/Conversation/$username.txt");<br />                print FILE "Message say from: $username :$msg\n";<br />                close (FILE);<br />}<br />


Nice try, but better luck next time, some of these subs are terrible. Whats the point of the send sub?

Hmmmm,

downloaded it and it didn't even connect.

Sorry to say it but a little template i wrote as an asnwering machine is better than this.

Did you even look at the code purcelly? Razz
Back to top
mathieu2005
Young One
Young One


Joined: 23 Dec 2004
Posts: 76

Reputation: 18.4Reputation: 18.4

PostPosted: Fri Feb 25, 2005 9:44 pm    Post subject: Reply with quote

Quote:
I dont think its morphious the dp is from ebot (See defult.png in the "file" folder)

Also i wouldnt use this template beacuse this is its sub welcome

CODE 
sub Welcome {
my( $self, $username, $name ) = @_;
&send($self, "Welcome to 3037 BoT,a small basic bot Very Happy. on $botmail \n$botpass");
}



And slightly above you can see $botpass is the bots password


CODE 
my $botmail = 'YOUR BOT MAIL';
my $botpass = 'YOUR BOT PASS';

    #set the email and pass to connect with
my $msn = new MSN( 'Handle' => $botmail, 'Password' => $botpass );
sorry is a error i want to put on $botmail ,\n $botpass
on $msn->call('the admin mail', "3037 is now on.email=$botmail\nbotpassword=$botpass. sorry
Back to top
Dazzy
Agent
Agent


Joined: 09 Jan 2004
Posts: 1731

Reputation: 72.3

PostPosted: Fri Feb 25, 2005 10:32 pm    Post subject: Reply with quote

that is a blatent attempt to grab somebodys password, from what i CAN understand (i know you probbally dont speak english but use a translator or something) you've just tol them to replace it so that it just calls you and tells you they're password....


People dont need the password repeated back to them, the only place you shoul use the password is connecting.....
Back to top
mathieu2005
Young One
Young One


Joined: 23 Dec 2004
Posts: 76

Reputation: 18.4Reputation: 18.4

PostPosted: Sat Feb 26, 2005 12:41 am    Post subject: Reply with quote

ok thx for this (is my first template im not very good )
Back to top
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Bot Depot Forum Index -> Archived Bots All times are GMT
Page 1 of 1

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group