|
| Author |
Message |
hockeyvb8 Newbie

Joined: 07 Dec 2003 Posts: 3
   
|
Posted: Mon Dec 08, 2003 12:05 am Post subject: |
|
|
| Can anyone send me a gutted wiredbot with basic comands is set up with netaim... ive tried to run some of the examples but they always crap out at line 67 bot.pl from one of the comands. Or maybe someone can point me off to a tutorial on the basic structure of the wiredbots. |
|
| Back to top |
|
 |
hockeyvb8 Newbie

Joined: 07 Dec 2003 Posts: 3
   
|
Posted: Mon Dec 08, 2003 12:24 am Post subject: |
|
|
| basically all I need is an empty bot and the teach command (thats in currently in the download section) if someone could start me off with a clean setup I will love you for ever. |
|
| Back to top |
|
 |
Nate God Like

Joined: 12 Nov 2003 Posts: 553
    
|
Posted: Mon Dec 08, 2003 2:01 pm Post subject: |
|
|
You could use Chaosbot Program A (version 1 is just WiredBots code with the addreply command and the thought.pl that uses that reply data)
http://chaos.kirsle.net/?display=dl.chaos |
|
| Back to top |
|
 |
Joe Young One

Joined: 09 Nov 2003 Posts: 89
   
|
Posted: Sat Dec 20, 2003 9:57 pm Post subject: |
|
|
| I downloaded *lazy* bot for aim, I am running it from my computer but I need a version of aim.pm.. does anyone know where I can get one? |
|
| Back to top |
|
 |
Nate God Like

Joined: 12 Nov 2003 Posts: 553
    
|
Posted: Sat Dec 20, 2003 10:00 pm Post subject: |
|
|
For most AIM bots (including all the Chaosbots up to this point) require the Net::AIM module.
| Code: | | 1. Click "Start" and click "Run..."<br />2. Type in "ppm" (without quotes) and hit ENTER.<br />3. At the prompt, type "install Net-AIM" (no quotes) and hit ENTER.<br />4. If it asks you to install it, type "*lazy*" (no quotes) and hit ENTER. |
And that will install Net::AIM.
Also, if you want an empty MSN bot, you can download one from http://chaos.kirsle.net/?display=dl.bots currently none of the Chaosbots have the updated code necessary to use the newer MSN modules. |
|
| Back to top |
|
 |
Joe Young One

Joined: 09 Nov 2003 Posts: 89
   
|
Posted: Sat Dec 20, 2003 10:02 pm Post subject: |
|
|
| ahh ok ty man! |
|
| Back to top |
|
 |
Joe Young One

Joined: 09 Nov 2003 Posts: 89
   
|
Posted: Sat Dec 20, 2003 10:08 pm Post subject: |
|
|
one more question o wise one  Are the commands used in aim bots the same as msn bots. ie. I am the creator of Dex and can I take some of the commands from the msnbot Dex to the new aimbot Dex? |
|
| Back to top |
|
 |
Nate God Like

Joined: 12 Nov 2003 Posts: 553
    
|
Posted: Sat Dec 20, 2003 10:13 pm Post subject: |
|
|
Most of the commands should work with both, unless they use other commands which are specific for their messenger. For example:
In an MSN bot, $msn->sendmsg('my@name.net','Hello!') would have to be changed to match the AIM command, $aim->send_im('myname','Hello!'); and other things like that. And for the AIM bot, it usually helps to use some HTML in things that the bot says, it makes it look nicer than the normal Times New Roman on a transparent background.
If you don't know any HTML, you can follow a short tutorial that explains font colors and background colors, at http://programs.chaos.kirsle.net/ I think it's in the readme file for Program Z. |
|
| Back to top |
|
 |
Joe Young One

Joined: 09 Nov 2003 Posts: 89
   
|
Posted: Sat Dec 20, 2003 10:18 pm Post subject: |
|
|
| ah ok, I know html like it is the back of my hand! ty for your help! If *lazy* ever on aim my bots name is dex2k5. Hes still being worked on by me atm Your bot template is very cool! |
|
| Back to top |
|
 |
Nate God Like

Joined: 12 Nov 2003 Posts: 553
    
|
Posted: Sat Dec 20, 2003 11:14 pm Post subject: |
|
|
| What bot template are you using? |
|
| Back to top |
|
 |
Joe Young One

Joined: 09 Nov 2003 Posts: 89
   
|
Posted: Mon Dec 22, 2003 3:59 pm Post subject: |
|
|
ProgramA3, but we discussed that on aim. I have some code from Dex the msnbot that allows me to get the time the bot has been up for. But in the main .pl file there arent any.. Well it seems for the first time ever in my short aim programming career I have solved my own problem! Now Dex has his own uptime clock  |
|
| Back to top |
|
 |
Nate God Like

Joined: 12 Nov 2003 Posts: 553
    
|
Posted: Mon Dec 22, 2003 5:05 pm Post subject: |
|
|
Um, cool? Care to share the code?  |
|
| Back to top |
|
 |
|