Jump to content

Featured Replies

Posted

this is an IRC bot i've been working on, on and off for at least a year

its not complected, but the basic framework is there, utilizing STL heavily, and class based

just needs some commands written, all the IRC code is done

there is also a SYN command but its not working properly

I have included it in case someone wants to finnish it

if you make improvements it would be nice to return them to this community

the full source can be downloaded here

http://www.telusplanet.net/blocky/bcbot.cpp

All code copyright me 2004

  Quote
blocky']this is an IRC bot i've been working on, on and off for at least a year

its not complected, but the basic framework is there, utilizing STL heavily, and class based

just needs some commands written, all the IRC code is done

there is also a SYN command but its not working properly

I have included it in case someone wants to finnish it

if you make improvements it would be nice to return them to this community

the full source can be downloaded here

http://www.telusplanet.net/blocky/bcbot.cpp

All code copyright me 2004

 

 

Fucking windows, no offence to you blocky

 

#define WIN32_LEAN_AND_MEAN

#define DEBUGMODE

#include <string>

#include <vector>

#include <list>

#include <map>

#include <winsock2.h>

#pragma comment(lib,"wsock32.lib")

#pragma comment(lib,"ws2_32.lib")

 

why not use raw sockets for an attack, preferably on cs servers; useing my explotis showen before ?

  • 1 year later...
Guest
This topic is now closed to further replies.