Hi, i wonder where could i get an example of a script that auto checks for updates on a specific server and downloads them, i would like to have this for my botnet (24 bots), so that they would be up2date all the time.
## SVS Client (Script Version Service) v4.1.2 ##
# Once a day, the SVS Client will connect to MC_8's SVS Server to determine if
# there is a newer version of this script available. If a newer version is
# found, the script will be auto updated.
# [0=no/1=yes] Do you want to enable auto updating? If you chose to disable
# auto updating, it will not automatically update the script upon finding a
# newer version.
set mc_banm(:config:svs:enable) 1
This is in all of his scripts. Goto http://mc.purehype.net/ download a random script and check if the code responsible for it. Oops, and one more thing his scripts and codes are very complex so understanding them is also a bit difficult than normal scripplets out there.
Last edited by awyeah on Thu Sep 09, 2004 8:38 pm, edited 1 time in total.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
*demond* I was trying to make a similar yet simpler script like spambuster for IRCOps to catch and kill spammers throughout the network
I only want to ask, how do you make the bot join and part random channels? on the network, Do you generate a /list of channels on the network, save it to an array or list? And then make the bot pick a random one and join. Or by whois'ing each user on a channel then joining each channel every user is on, something like that?
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
actually, the channel roaming is implemented by picking random channels with a configurable minimum number of users from a list which is populated by doing /list on connect; whois'ing on join has another, statistical purpose - as you might have seen already, spambuster generates (on-the-fly) spam stats webpage by channel, server and host/domain