Author Topic: Irc script  (Read 911 times)

zammy

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://kaspar.risk.ee
Irc script
« on: February 03, 2009, 06:12:25 AM »
I'd like to have a bot on my IRC channel and i got a script for it too but i dont know how to enable it on MIRC couse it had a dll file with it too. Any one can help here?

I attach the script it self on this post too so u can see it.   [attachment=82:PickupBot.rar]

Vector

  • Administrator
  • Hero Member
  • *****
  • Posts: 550
    • View Profile
    • http://clanmage.phost.ws
Irc script
« Reply #1 on: February 03, 2009, 11:29:11 AM »
A bot I have used in the past on IRC is supybot. I have not used it in some time, so I would have to read up on how to get it to work again.

Connection_Lost has created an IRC plugin for stealthbot. I was going to make one, bot I haven't finished looking at the IRC protocol. When I get done, then I will undertake making an IRC plugin.
I am an Unofficial StealthBot Technician, an Unofficial StealthBot scripter, among other things. See my about page for more info.

Quote from: ArticWolve
Sorry I went down. Had internet problems with a cracker-jack-licensed driver hitting my internet pole (about 8 of them fell) and drooping my phone and electricity. Sorry ><

Rev77.net Plugins Manager

Proud host of Vector.no-ip.info | VectorJBLS.no-ip.org Status: [img]http://rev77.net/ServerCheck/check.asp?query=check&server=VectorJBLS.no-ip.org_status.png\" border=\"0\" class=\"linked-image\" /]

Shito-Ryu Karate-Do Genbu-Kai Rank: 8th Kyu (White belt, one stripe)

Rev77.Net Remote Support (Double-Click my name only if you were told to)

If the above link doesn't work, or if you use Vista, try this alternate link.

Noob ~Vector

zammy

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://kaspar.risk.ee
Irc script
« Reply #2 on: February 03, 2009, 03:12:47 PM »
Hmm, im really bad at thoes IRC bots still .   so i DL ed that Supybot   extracted it to somewhere but do i have to copy my mIRC's exe in supybot's folder for it to work?

Vector

  • Administrator
  • Hero Member
  • *****
  • Posts: 550
    • View Profile
    • http://clanmage.phost.ws
Irc script
« Reply #3 on: February 04, 2009, 09:48:06 AM »
No. You would simply run script.py or something. You would also need python 2.5 or above (I believe).

If your bot was in c:\supybot, you would have to (without creating an environment variable) go in the c:\python25 directory, and type "python c:\supybot\start.py" (without quotes), or something, to get it to work.

Again, its a complicated process if you've never done it before.
« Last Edit: February 04, 2009, 09:48:41 AM by Vector »
I am an Unofficial StealthBot Technician, an Unofficial StealthBot scripter, among other things. See my about page for more info.

Quote from: ArticWolve
Sorry I went down. Had internet problems with a cracker-jack-licensed driver hitting my internet pole (about 8 of them fell) and drooping my phone and electricity. Sorry ><

Rev77.net Plugins Manager

Proud host of Vector.no-ip.info | VectorJBLS.no-ip.org Status: [img]http://rev77.net/ServerCheck/check.asp?query=check&server=VectorJBLS.no-ip.org_status.png\" border=\"0\" class=\"linked-image\" /]

Shito-Ryu Karate-Do Genbu-Kai Rank: 8th Kyu (White belt, one stripe)

Rev77.Net Remote Support (Double-Click my name only if you were told to)

If the above link doesn't work, or if you use Vista, try this alternate link.

Noob ~Vector