Posted August 24, 200420 yr 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
August 24, 200420 yr 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 ?
August 25, 200420 yr Author if you wanna implement it by all means go ahead the overhead for raw sockets is there