Jump to content

All Activity

This stream auto-updates

  1. Today
  2. alias giris { return giris } on !1:JOIN:#: { window -De @Giris var %mask = $mask($fulladdress,2) var %nfname = $mask($fulladdress,0) ; get the previous nicks var %nicks = $readini(giris.txt, %mask, nicks) ; get the pervious full names var %fname = $readini(giris.txt, %mask, fullname) ; add the new nick ($addtok will take care of duplicates) var %nicks = $addtok(%nicks,$nick,32) ; add the new fname ($addtok will take care of duplicates) var %fname = $addtok(%fname,$ial(%mask).user,32) ; update the nicks writeini -n giris.txt %mask nicks %nicks ; update the seen time writeini -n giris.txt %mask seentime $date ; update the fullname writeini -n giris.txt %mask fullname %fname echo -t @giris 4Bağlanan 5 $nick ------------------------------------------ echo -t @giris 4IP Adresi 5 %mask echo -t @giris 4Önceki Nick:5 $readini(giris.txt, %mask, nicks) echo -t @giris 4Kullanıcı Adı:5 $readini(giris.txt, %mask, fullname) echo -t @giris 4Son Görülen Zaman 5 $readini(giris.txt, %mask, seentime) echo -t @giris 4Kanal:5 $chan echo -t @giris 2End $nick ------------------------------------------ } alias ntrack { var %mask = $address($1,2) var %nfname = $address($1,0) ; get the previous nicks var %nicks = $readini(giris.txt, %mask, nicks) ; get the pervious full names var %fname = $readini(giris.txt, %mask, fullname) ; add the new nick ($addtok will take care of duplicates) var %nicks = $addtok(%nicks,$nick,32) ; add the new fname ($addtok will take care of duplicates) var %fname = $addtok(%fname,$ial(%mask).user,32) echo -a 12 $1 on the ip %mask has used the nicks: $readini(giris.txt, %mask, nicks) and the full names: $readini(giris.txt, %mask, fullname) and was last seen on $readini(giris.txt, %mask, seentime) } menu nicklist { NickTrack:ntrack $$1 } alias giris.txt { return giris.txt } on !1:nick: { window -De @giris var %mask = $mask($fulladdress,2) var %nfname = $mask($fulladdress,0) ; get the previous nicks var %nicks = $readini(giris.txt, %mask, nicks) ; get the pervious full names var %fname = $readini(giris.txt, %mask, fullname) ; add the new nick ($addtok will take care of duplicates) var %nicks = $addtok(%nicks,$newnick,32) ; add the new fname ($addtok will take care of duplicates) var %fname = $addtok(%fname,$ial(%mask).user,32) ; update the nicks writeini -n giris.txt %mask nicks %nicks ; update the seen time writeini -n giris.txt %mask seentime $date ; update the fullname writeini -n giris.txt %mask fullname %fname echo -t @giris 4Bağlanan 5 $nick ------------------------------------------ echo -t @giris 4IP Adresi 5 %mask echo -t @giris 4Önceki Nick:5 $readini(giris.txt, %mask, nicks) echo -t @giris 4Kullanıcı Adı:5 $readini(giris.txt, %mask, fullname) echo -t @giris 4Son Görülen Zaman 5 $readini(giris.txt, %mask, seentime) echo -t @giris 4Kanal:5 $chan echo -t @giris 2End $nick ------------------------------------------ }
  3. on ^&*:text:*:*:{ var %text = $mid($rawbytes, $calc($pos($rawbytes, $chr(32), 3) + 2)) if (!$isutf(%text)) { echo -mbflirt $iif(#, #, $nick) $+(< , $left($nick(#, $nick, a, r).pnick, 1), $nick, >) $turkish(%text) haltdef } } alias turkish $iif($isid, return, echo -a) $utfdecode($utfencode($1-, 162))
  4. raw 352:*:{ proxy $4 } on *:snotice:*Client connecting*: { .who +I $9 } alias proxy { var %rand $rand(0,99999) sockopen $+(ktor,%rand) www.checkingtools.com 80 sockmark $+(ktor,%rand) $1 } on *:sockopen:ktor*: { var %komut sockwrite -nt $sockname, %post $+(ip=,$sock($sockname).mark,&GO%21=GO%21) %komut POST /ip_check HTTP/1.1 %komut Host: www.checkingtools.com %komut Connection: keep-alive %komut Content-Length: $len(%post) %komut Cache-Control: max-age=0 %komut Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 %komut Origin: http://www.checkingtools.com %komut User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31 %komut Content-Type: application/x-www-form-urlencoded %komut Accept-Encoding: gzip,deflate,sdch %komut Accept-Language: tr-TR,tr;q=0.8,en-US;q=0.6,en;q=0.4 %komut Accept-Charset: ISO-8859-9,utf-8;q=0.7,*;q=0.3 %komut Cookie: PHPSESSID=90b5ae6ed385b312ea3dcccb50c126e1; ck_lang=en; __atuvc=18%7C1 %komut %komut %post } on *:sockread:ktor*: { var %x | sockread %x | tokenize 32 %x if $regex($1-,/(XBL|SBL|XBL|SPAMCOP|CBL|NJABL|SURBL|HTTP:BL).+red/i) { gzline $+(*@,$sock($sockname).mark) 1h 1IP adresinizde 4PROXY 1girişi tespit edilmiştir. if !$window(@prxy-tor) { window -neg1 @prxy-tor } | echo @prxy-tor ( $+ $time $+ ) $+(4 $chr(32),$sock($sockname).mark),$chr(32)) 1IP adresinizde 4PROXY 1girişi tespit edilmiştir. sockclose $sockname halt } }
  5. on ^1:SNOTICE:*:{ if (Connecting isin $1-) { if ($window(@Giris/Cikis) == $null) { window -ne @Giris/Cikis } echo 2 -t @Giris/Cikis 3Giriş :2 Nick:4[4 $8 4] 2Network:4[3 $7 4] 2Host:4[3 $9 4] | halt } if (exiting isin $1-) { if ($window(@Giris/Cikis) == $null) { window -ne @Giris/Cikis } echo 2 -t @Giris/Cikis 14Çıkış: 7Host:4[7 $8 4]7 Network:4[7 $7 4] | halt | halt } } Kodu remoteye ekliyorsunuz. Oper yetkiniz olması lazım. giriş çıkışlar görünmüyorsa : /mode Nickiniz +s nfF şeklinde kendinize mod vermelisiniz.
  6. on ^1:SNOTICE:*:{ if (/whois isin $1-) { if ($window(@Whois) == $null) { window -ne @Whois } echo 2 -t @Whois 4Whois Çeken Nick 2[ $2 ]4 Ip: 2[ $3 ] | halt } if (his/her isin $1-) || (Failed isin $1-) || (Denied isin $1-) || (tkl isin $1-) || (Q: isin $1-) || (used isin $1-) || (OperOverride isin $1-) || (Mismatch: isin $1-) || (is now isin $1-) || (Received isin $1-) { if ($window(@Opers) == $null) { window -ne @Opers } echo 2 @Opers $1- | halt } if (gecos isin $1-) { if ($window(@Bilgi) == $null) { window -ne @Bilgi } echo 2 -t @Bilgi 4 Fullname Değişimi:1 $1 tarafından1 $6 $+ 1'nin fullnamesi değiştirilerek:4 $10- 1 $+ yapıldı. | halt } if (virtual isin $1-) { if ($window(@Bilgi) == $null) { window -ne @Bilgi } echo 2 -t @Bilgi 4 Host Değişimi:1 $1 tarafından1 $7 $+ 1'nin hostu değiştirilerek:4 $11- 1 $+ yapıldı. | halt } if (Locops isin $1-) { if ($window(@UyarI) == $null) { window -ne @UyarI } echo 2 -t @UyarI $1- | halt } if (G:Line isin $1-) || (Z:line isin $1-) || (K:line isin $1-) { if ($window(@XLine) == $null) { window -ne @XLine } echo 2 -t @XLine $1- | halt } if (removed isin $1-) { if ($window(@XLine) == $null) { window -ne @XLine } if (%unbanip isin $1-) || (%xlinex isin $1-) { echo -a *** 12 $+ %xlinex 5Adresinin Banı Açıldı. | unset %xline* | unset %unban* } echo 2 -t @XLine $1- | halt } if (tried isin $1-) { if ($window(@baskakanal) == $null) { window -ne @baskakanal } echo 2 -t @baskakanal $1- | halt } if (banned isin $1-) { if ($window(@Giris/Cikis) == $null) { window -ne @Giris/Cikis } echo 2 -t @Giris/Cikis $1- | halt } if (obtained isin $1-) { if ($window(@SupasGirdi) == $null) { window -ne @SupasGirdi } echo 2 -t @SupasGirdi $1- | halt } if (exiting isin $1-) { if ($window(@Giris/Cikis) == $null) { window -ne @Giris/Cikis } echo 2 -t @Giris/Cikis 14Çıkış: 7Nick:4[14 $gettok($8,1,33) 4]7 Network:4[14 $7 4] | halt | halt } if (Connecting isin $1-) { if ($window(@Giris/Cikis) == $null) { window -ne @Giris/Cikis } echo 2 -t @Giris/Cikis 3Giriş :2 Nick:4[4 $8 4] 2Network:4[3 $7 4] 2Host:4[3 $9 4] | halt } if (Forbidding isin $1-) || (Q:lined isin $1-) { if ($window(@Q-Lined) == $null) { window -ne @Q-Lined } echo 2 -t @Q-Lined $1- | halt } if (Expiring isin $1-) || (Shun isin $1-) { if ($window(@XLine) == $null) { window -ne @XLine } echo 2 -t @XLine 2Shun :2 Nick:4[4 $6 4] 2Network:4[3 $7 4] 2Uygulayan:4[3 $9 4] | halt } if (Spamfilter isin $1-) { if ($window(@Spam) == $null) { window -ne @Spam } echo 2 -t @Spam $1- halt } if (is now isin $1-) { write oper.txt $date $timestamp $1- } }
  7. on *:TEXT:selam*:#: { /msg $chan Aleykum Selam Hoş Geldin $nick } Oto selam alma remotesini mircten remote kısmına eklediğinizde hemen çalışmaya başlıyacaktır. İkinci olarak Nick seslenme uyarısı nı paylaşacağım. Bu remotede neredeyse bütün mirclerde kullanılmaktadır. Farak Bizdeki remote birazdaha gelişmiş ve daha çok işlev görmektedir. on *:text:$(* $+ $me $+ *):*:{ if $active != $iif($left($target,1) != $chr(35),$nick,$target) &amp;&amp; !$istok(Nick1 Nick2 Nick3 ,$nic Mirc seslenme uyarısı kodu yukardaki gibidir. Bu kodun 2 farklı özelliği vardır 1) hem kanal hemde özelde selenmelere uyarı vermektedir. 2) Kodun içerisinde yer alan ” Nick1 Nick2 Nick3 ” Olan yerlere size seslenildiğinde uyarı vermesini istemediğiniz nickleri yazabilirsiniz. Özellikle bot nicklerini kullanıyorum ben. Şimdi kendi kullandığım yine ustteki kod kadar özel olan bir remote paylaşacağım. Bu remote Help kanalına user geldiğinde uyarı veriyor fakat help kanalına gelen Helper , oper veya admin ise uyarı vermiyor ve karışıklık olmuyor. on !*:join:#Help: if !$regex($address($nick,5),/oper|admin/i) { $+(.timer,$nick) 1 1 chex $chan $nick } alias chex { if $2 ison $1 && $2 isreg $1 && $2 !isvoice $1 { var %i = 1 while %i < = $nick($1,0) { if $regex($nick($1,%i).pnick,/(%|@)/i) && !$regex($nick($1,%i).pnick,/(&|~)/i) { set %onicks %onicks $nick($1,%i) } inc %i } echo -a %uyari 15,1 • 7 $2 15,1 #HeLp 7,1 kanalından yardım bekliyor.. unset %onicks } } Bu kodu da diğerleri gibi remote kısmına atmanız yeterli. Özellikle Türk Helperlerinde olmazsa olmaz kodlardan birtanesidir. sitemizdeki türkçe mirc scripttede kullandığım bir koddur. türkçe mirc 6.35 versionunda çok iş yapıyor. Şimdi paylaşacağım kodda mirc ile sohbet eden neredeyse butun oper admin ve helperlerde mevcut olan bir kodun gelişmiş halidir. Bu kod ile /amsg Komutunu uyguladığımızda seçtiğimiz kanallara mesajın gitmesini engelliyor. Ornek olarak #Help veya #Operhelp kanalı gibi. alias amsg { var %ahua = 1 while $chan(%ahua) { if !$istok(#xLine #helpEgitim #help #sales #OperHelp #Yardim #heLpSinav #HelpStaff #helpteam #mircheLp #Logs #Bots ,$v1,32) { msg $chan(%ahua) $1- } inc %ahua } } Kodu yine aynı şekilde remote kısmına ekleyip tamam dediğimizde çalışmaya başlıyacaktır. belirtilen kanallar kendi kullandığım kanallar olup istediğiniz gibi değişiklik yapabilirsiniz. Kısa remote kodlarının devamı için diğer konuya geçebilirsiniz. sayfa çok uzun olmasın diye ordan devam edeceğim.
  8. alias rasgele { if $nick($active,0) < 3 { echo -a Kanalda üç kişi bile yok ne rasgelesi !!! | halt } if $me !isop $chan { echo -a $me sen bir op ol ondan sonra voice dağıtırsın :) | halt } var %rasgele $nick($active,$rand(1,$nick($active,0))) if %rasgele !isreg $active { halt } if %rasgele == $me { var %rasgele $nick($active,$rand(1,$nick($active,0))) } if %rasgele !isreg $active { halt } mode $active +v %rasgele .var %sure $rand(99,300) .timer -h 1 750 msg $active Benden rasgele voice kazandınız: %rasgele :) Voicenizin süresi: %sure saniye .timer $+ %rasgele 1 %sure if %rasgele ison $active mode $active -v %rasgele $chr(124) if %rasgele ison $active msg $active Rasgele voicenizin süresi doldu: %rasgele }
  9. on @*:text:*:#:{ if $nick isop $chan { halt } if ($1- === $upper($1-)) &amp;amp;&amp;amp; ($len($1-) &amp;gt; 20) { .msg # $nick UYARI: $nick # Kanalında Büyük Harf Kullanmayınız, Lütfen kurallara uyunuz.! Bu şekilde devam etmeniz kanaldan uzaklaştırılmanıza neden olucaktır.!! } } on *:text:*:#:{ if $nick isop $chan { .halt } { if $chan == #Ops { .halt } { if $chan == #konsey { .halt } { if $chan == #yonetim { .halt } if $regex($1-,/([[:print:]])11/gi) &amp;gt;= 8 { var %&amp;lt; = $+(%,harf.,#,.,$nick) | inc $(%&amp;lt;,1) if $(%&amp;lt;,2) == 2 { .samode # +b $nick | .msg $nick harfleri uzatma demiştim! } else { .msg $chan UYARI: $nick $+ , Lütfen Harfleri Uzatmayın, Aksi Taktirde Kanaldan Uzaklaştırılacaksınız! } } } } }
  10. Last week
  11. This is something that completely fell beneath our radar as it isn’t exactly fresh news. In fact, this is something that happened around 3 years ago and many (including ourselves) never caught it. This is why it is just now making its way to a story. But, mIRC Co. Ltd, a software developer behind a certain software solution called “mIRC”, had quietly ended its lifetime license agreement with all who had purchased it “more than 10 years ago. A bold move that kind of goes against the terms of a lifetime license. Unless specified that this could happen within said terms, or a company changes ownership (which, typically, also has to be written in the terms). However, one of my colleagues purchased the software back in 2009 and recently came across the expiration of his license and shared his findings with me. This got me thinking. I took a look at the Internet Archive (Wayback Machine) for the end of 2009 to see what the website read. You could see that the website said “this is a one time, life-time registration which will work with current and future versions of mIRC“. Nothing else was mentioned to the contrary. However, looking at the website now, you can see this language has changed. Claiming that the license is only good for three years. Looking at the FAQ section, you can find the following explanation of why this has changed: “Question: I have an old registration that is not working, can you help?Answer: When I originally offered a lifetime license in 1995, it seemed like a kind and fair thing to do. However, I did not expect that I would still be working on mIRC twenty-five years later. The lifetime license means that I am still supporting and providing updates to every user that has ever registered. This has become gradually more difficult and has reached the point where, sadly, it is just no longer possible. If your registration is over ten years old, if you can, please consider registering again. Your continued support for mIRC would be really appreciated. If you register again, you will receive an updated registration automatically. If you cannot afford to register again, or would rather not, that’s okay, just email me. However, please be aware that it will take time for me to reply.” Again, this a bold move that doesn’t quite walk the line of honesty. Keep in mind, I’m trying to see it from both sides as I myself have developed a few things and completely understand the amount of time that goes into writing all of that code. However, I also understand the thin line of user agreements and how they are executed on either side. So you have a lifetime license with no terms stating that the developer reserves the right to change them at any time, which is suddenly revoked with a simple “never mind, I changed my mind” statement from the developer. They do, thankfully, leave an exclusion that you can reach out if you just can’t afford it. However, this is risky business nonetheless. If a lifetime license with no other terms other than “it’s for life! Including all future versions” can be pulled at any time, what does this say about the risk of buying into any lifetime license with any other company? This turns into a high-risk investment as all rules would be thrown out the window.
  12. Earlier
  13. On December.15.2024 marks buzzen's 21st Anniversary We are having a gathering in the Buzzen Event Room to celerbrate this moment. We like to see you there and hear your stories about buzzen years. 🥂🎉
  14. Title: No Spam Chan v1.1 Script: NoSpamChan.mrc Program: mIRC Author: Epic Description: The script monitors communication on the channel in order to search the strings of the "#" symbol to identify ads from other channels. If detected, it checks the real existence of such a channel by executing the "/WHO" command, and if it is in the list, it performs "Kick+Ban" on the nickname of the violator. Renewal: Added the ability to configure the script via the "nospamchan" alias. Added "ACTION" message spam check. Changed the channel existence check from the "/LIST" command to the "/WHO" command to speed up the process. Installation: Open your client's script editor using the "ALT+R" keyboard shortcut. Next, use the "File/New" top menu to open a new file and place the code there. Next, use the top menu "File/Save As..." to save the code as a script called "NoSpamChan.mrc". If you already have a previous version of this script installed, replace it with the new code. Do not leave previous versions of scripts to avoid conflicts. NoSpamChan_v1.1.rar
  15. ; #INDEX# ======[mIRC Script UDF]============================================================================================================ ; Title........: Duck Hunter Script v1.1 (with ZombieHunt Extension) ; mIRC Version.: mIRC 7.25+ ; Description..: Event script and command functions that assist with DuckHunt IRC bot games, including a radar notification when a duck is ; present in an unactive chat window. Duck Hunt bot originally by Menz Agitat. ; Dual channel duck radar, notifies you when a duck is detected on the channel(s). ; Built in shop menu (just use /shop) ; HotKeys assigned for !bang (F12), !reload (F11) ; Simplified commands like /b (!bang), /r (!reload), /s <id> <target> (!shop [id] [target]) ; ZombieHunt extension for the variant ZombieHunt bots. ; And more! ; Version Info.: Version 1.0 - Original rough draft (unavailable) ; Version 1.1 - First Beta Release (Added ZombieHunt extension) ; Author.......: Neo_Nemesis ; Instructions.: Copy and paste this script into a new remote file in mIRC. Click okay and allow initialization commands to run. ; MAKE SURE YOU INPUT YOUR CHANNEL AND BOT INFORMATION BELOW IN THE VARIABLES FUNCTION. ; ========================================================================================================================================== ; #CURRENT USER COMMANDS# ================================================================================================================== ; Description..: List of basic ease of use commands. (more commands listed in functions list below) ; /duck <ON/OFF> - Turns Duck Hunter Assist ON/OFF ; /radar <ON/OFF> - Turns Duck Hunter Radar ON/OFF ; F12 KEY - !bang ; F11 KEY - !reload ; /b - !bang ; /r - !reload ; /shop - Brings up shop menu ; /s - Brings up shop menu ; /s <number> <user> - For !shop [id] [target] ; /td - !topduck ; /ds - !duckstats ; ========================================================================================================================================== ; #VARIABLES FUNCTION# ===================================================================================================================== ; Description..: This command is the start up and maintainence command for Duck Hunter Script. It is run every time the script loads or ; when mIRC stats up with Duck Hunt script already loaded. Please take notice of the notes below, and make the changes ; so that this script will work in your channel this function directly handles all of the variables in this script. ; (SEE *** NOTES BELOW) ; ========================================================================================================================================== alias -l _duckstart { ;### PUT YOUR SETTINGS HERE!!! ### ;*** Put the name of Duck Hunt channel here set %duckchan #Channel1 set %duckchan2 #Channel2 | ;*** <--- If not using Channel 2 put None here ;*** Put the name of the Duck Hunt bot here set %duckbot BotName1 set %duckbot2 BotNam2 | ;*** <--- If not using Channel 2 put None here ;*** Put the name of the Zombie Hunter bot and channel here set %zombiebot ExtBotName | ;*** <--- If not using Channel Ext put None here set %zombiechan #ExtChannel | ;*** <--- If not using Channel Ext put None here ;*** Set your preferences here. ;*** RECOMMENDED SETTINGS & DEFAULT: "duck off", "radar on" and "zombie off" duck off radar on zombie off return } ; #EVENTS SCRIPT# ========================================================================================================================== ; Description..: This events script handles _duckstart commands on starting and loading, as well as handling all on TEXT events. ; ========================================================================================================================================== ;Loading and Starting on *:START: { _duckstart | return } ;Text Events for Channel 1, Channel 2 and Channel Ext on *:TEXT:*:*: { ;================================================== ;Duck Channel 1 ;================================================== ;Duck Hunter Assist If (%duck == ON) && ($nick == %duckbot) && ($chan == %duckchan) && (QUACK isin $1-) { if ($active == $chan) { msg $chan !bang return } if ($active != $chan) && (%radar == OFF) { echo -a 7,4 * DUCK DETECTED IN $upper(%duckchan) $+ !!! return } } ;Duck Hunter Radar If (%radar == ON) && ($nick == %duckbot) && ($chan == %duckchan) && (QUACK isin $1-) { if ($active != $chan) { echo -a 9,3 * Duck Hunter Radar: [8DUCK DETECTED9] Channel 1: $chan return } if ($active == $chan) && (%duck == OFF) { echo -a 9,3 * Duck Hunter Radar: [8DUCK DETECTED9] Channel 1 return } } ;================================================== ;Duck Channel 2 ;================================================== ;Duck Hunter Assist If (%duck == ON) && ($nick == %duckbot2) && ($chan == %duckchan2) && (QUACK isin $1-) { if ($active == $chan) { ;.timerduck 1 1 msg $chan !bang msg $chan !bang return } If ($active != $chan) { echo -a 7,4 * DUCK DETECTED IN $upper(%duckchan2) $+ !!! return } } ;Duck Hunter Radar If (%radar == ON) && ($nick == %duckbot2) && ($chan == %duckchan2) && (QUACK isin $1-) { if ($active != $chan) { echo -a 9,3 * Duck Hunter Radar: [8DUCK DETECTED9] Channel 2: $chan return } if ($active == $chan) && (%duck == OFF) { echo -a 9,3 * Duck Hunter Radar: [8DUCK DETECTED9] Channel 2 return } } ;================================================== ;Zombie Extension Channel ;================================================== if (%zombie == ON) && ($nick == %zombiebot) && ($chan == %zombiechan) && (ZOMBIE ALERT isin $1-) { if ($active == $chan) { echo -a 1,4 Zombie Mode Extension - RADAR [7ZOMBIE DETECTED1] > msg $chan .shoot return } if ($active != $chan) { echo -a 1,4 Zombie Mode Extension - RADAR [7ZOMBIE DETECTED1] > Channel Ext: %zombiechan return } } } ; #FUNCTIONS# ========================================================================================================================== ; /duck ON/OFF - Turns Duck Hunter Assist ON or OFF. This aides by automating !bang to get a first shot in quicker. ; When turned on this only works when user is active on the duck channel. ; /radar ON/OFF - Turns Duck Hunter Radar ON or OFF. This will send a pop-up message to the active window notifying the user that a ; has been detected on one of the duck channels. ; /zombie ON/OFF - Turns Zombie Mode Extension ON or OFF. When turned on this mode combined Assist and Radar for ZombieHunt. While user ; is active on the Channel Ext with Zombie mode on, it will help the same as Duck Hunter Assist. ; While user is not active on the Channel Ext with Zombie mode on, it will use Zombie Radar to send pop-up message to ; the active window to notify user of zombie detection on the Channel Ext. ; /shop - This will bring up the DuckHunt shop menu. (If performed in ZombieHunt channel window will displat ZombieHunt shop menu) ; /foolsgold - Sends a fake golden duck message to the active chat window (Trick gun confiscation) ; /fakeduck - Sends a fake duck message to the active chat window (Trick gun confiscation) ; /falseduck - Sends a false duck message to the active chat window (Trick gun confiscation) ; ====================================================================================================================================== ;================================================== ;Shop Menu Command ;================================================== alias shop { if ($active == %zombiechan) { echo -a 1,4 * Zombie Mode Extension: [/shop] (ZombieHunt Shop Menu) } if ($active != %zombiechan) { echo -a 7,4 * Duck Hunter Script: [/shop] OR [/s] (DuckHunt Shop Menu) } echo -a 4 * [id]-[Name]-(xp cost) echo -a 4 * 1- Extra bullet (7 xp) echo -a 4 * 2- Extra clip (20 xp) 7,4[/ammo] echo -a 4 * 3- AP ammo (15 xp) echo -a 4 * 4- Explosive ammo (25 xp) echo -a 4 * 5- Repurchase confiscated gun (40 xp) 7,4[/gun] echo -a 4 * 6- Grease (8 xp) echo -a 4 * 7- Sight (6 xp) echo -a 4 * 8- Infrared detector (15 xp) echo -a 4 * 9- Silencer (5 xp) 7,4[/s9] echo -a 4 * 10- Four-leaf clover (13 xp) echo -a 4 * 11- Sunglasses (5 xp) echo -a 4 * 12- Spare clothes (7 xp) 7,4[/s12] echo -a 4 * 13- Brush for gun (7 xp) echo -a 4 * 14- Mirror (7 xp) echo -a 4 * 15- Handful of sand (7 xp) echo -a 4 * 16- Water bucket (10 xp) 7,4[/s16] echo -a 4 * 17- Sabotage (14 xp) echo -a 4 * 18- Life insurance (10 xp) echo -a 4 * 19- Liability insurance (5 xp) if ($active == %zombiechan) { echo -a 4 * 20- Scarecrow (50 xp) } if ($active != %zombiechan) { echo -a 4 * 20- Decoy (80 xp) } if ($active == %zombiechan) { echo -a 4 * 21- Piece of flesh (2000 xp) } if ($active != %zombiechan) { echo -a 4 * 21- Piece of bread (50 xp) } if ($active == %zombiechan) { echo -a 4 * 22- Zombie detector (5 xp) } if ($active != %zombiechan) { echo -a 4 * 22- Ducks detector (50 xp) } if ($active == %zombiechan) { echo -a 4 * 23- Mechanica Zombie (50 xp) } if ($active != %zombiechan) { echo -a 4 * 23- Mechanical duck (50 xp) } if ($active == %zombiechan) { echo -a 4 * Syntax: .shop [id] [target] } if ($active != %zombiechan) { echo -a 4 * Syntax: !shop [id [target]] } if ($active != %zombiechan) { echo -a 7,4 * Duck Hunter Syntax: /s <id> <username> (See also /s12 and /s16) } return } ;================================================== ;/duck <ON/OFF> - Duck Hunter Assist ON/OFF function ;================================================== alias duck { if ($1 == ON) { echo -a 7,4 * DuckHunt Duck Hunter Assist Turned > 8ON7 < [Channel 1: %duckchan $+ ][Channel 2: %duckchan2 $+ ] set %duck ON return } if ($1 == OFF) { echo -a 7,4 * DuckHunt Duck Hunter Assist Turned > 8OFF7 [Channel 1: %duckchan $+ ][Channel 2: %duckchan2 $+ ] set %duck OFF return } } ;================================================== ;/radar <ON/OFF> - Duck Hunter Radar ON/OFF function ;================================================== alias radar { if ($1 == ON) { echo -a 9,3 * DuckHunt Duck Hunter Radar Turned > 8ON9 < [Channel 1: %duckchan $+ ][Channel 2: %duckchan2 $+ ] set %radar ON return } if ($1 == OFF) { echo -a 9,3 * DuckHunt Duck Hunter Radar Turned > 8OFF9 < [Channel 1: %duckchan $+ ][Channel 2: %duckchan2 $+ ] set %radar OFF return } } ;================================================== ;/zombie ON/OFF - Zombie Hunter extension ON/OFF function ;================================================== alias zombie { if ($1 == ON) { echo -a 1,4 * Zombie Mode Turned > 3ON1 < [Zombie Extension Channel: %zombiechan $+ ] set %zombie ON return } if ($1 == OFF) { echo -a 1,4 * Zombie Mode Turned > 7OFF1 < [Zombie Extension Channel: %zombiechan $+ ] set %zombie OFF return } } ;================================================== ;F12 Key - !bang ;================================================== alias F12 { if ($active == %zombiechan) { msg $active .shoot return } msg $active !bang return } ;================================================== ;F11 Key - !reload ;================================================== alias F11 { if ($active == %zombiechan) { msg $active .reload return } msg $active !reload return } ;================================================== ;/foolsgold - sends a false golden duck message to chat (trick gun confiscation) ;================================================== alias foolsgold { msg $active -.,¸¸.-·°'`'°·-.,¸¸.-·°'`'°· \_O< QUOCK 7* GOLDEN DOCK DETECTED * } ;================================================== ;/fakeduck - sends a fake duck message to chat (trick gun confiscation) ;================================================== alias fakeduck { msg $active -.,¸¸.-·°'`'°·-.,¸¸.-·°'`'°· \_O< KWAK } ;================================================== ;/falseduck - sends a false duck message to chat (trick gun confiscation) ;================================================== alias falseduck { msg $active -.,¸¸.-·°'`'°·-.,¸¸.-·°'`'°· ><))°> QUACK } ;================================================== ;reduck - remedial duck ;================================================== alias reduck { msg $active \_҈< ɊևԬҀҠ } ;================================================== ;rebang - remedial !bang ;================================================== alias rebang { msg $active !ɮѧӤԍ } ;================================================== ;/b - for !bang ;================================================== alias b { msg $active !bang } ;================================================== ;/r - for !reload ;================================================== alias r { msg $active !reload } ;================================================== ;/s9 - for !shop 9 (buy silencer, wont scare ducks for 24hrs) ;================================================== alias s9 { msg $active !shop 9 } ;================================================== ;/s12 - for !shop 12 (buy dry clothes when soggy) ;================================================== alias s12 { msg $active !shop 12 } ;================================================== ;/s16 <username> - for !shop 16 (make <username> soggy) ;================================================== alias s16 { msg $active !shop 16 $1 } ;================================================== ;/ammo - for !shop 2 (buy extra clip) ;================================================== alias ammo { msg $active !shop 2 } ;================================================== ;/gun - for !shop 5 (return confiscated gun) ;================================================== alias gun { msg $active !shop 5 } ;================================================== ;/s <number> <user> - for !shop X N (shopping) if just /s then brings up menu ;================================================== alias s { if ($1- == $null) { shop return } msg $active !shop $1- return } ;================================================== ;/td - for !topduck stats ;================================================== alias td { msg $active !topduck } ;================================================== ;/ds - for !duckstats ;================================================== alias ds { msg $active !duckstats } ; #UDF END# ================================================================================================================================ ; Foot Note...: Duck Hunter Script v1.1 (with ZombieHunt Extension) by Neo_Nemesis ; ==========================================================================================================================================
  16. Still alive last update was in 2023 by snerf IceChat 9.54
  17. From its humble beginnings to the latest release, BitchX has always been about community. Over the years, a handful of people have voluntarily contributed a great deal of time and energy to the project by writing scripts, providing support, troubleshooting, patches, enhancements - or simply making BitchX a fun thing to be involved with. With such a long history, we have had our losses. Several of the friends that we came to regard as a kind of extended family left us before their time, and we would like to remember them here. ssshooter Jason Higham, known to his friends on IRC as ssshooter, left us on July 11th, 2004. He is remembered fondly by his family and friends. sellfone On the 18th of July, 2004, our dearly missed friend Miles Wilson (also known as sellfone) passed away in his sleep. turtlex Amy Elizabeth Haskew died on June 16, 2009 at 34. Goodbye turtlex, you'll always be remembered as someone very kind, and wise beyond your years. frash RIP Marc Casillo aka frash [25/Nov/1970 - 28/Sep/2009] void Matthew Luberto, known to his many friends online as void, passed away in his sleep on February 16, 2013 in his 38th year. We'll miss you, void. bitchx-1.2.1.tar.gz
  18. RC Scripts How To Make A Fighting Script _________________________________________________ _________________________________________________ Table of Contents: 1. Introduction 2. What is mIRC? What are Scripts? 3. The Basics 4. Variables 5. If-Else Statements 6. Loading External Txt Files 7. Timers 8. The Battle Script v1 Code 9. Conclusion _________________________________________________ Battle Script v1
  19. Buzzen Connection Addresses: irc.buzzen.com r-bz-01.ircwx.com -> 167.114.203.97 r-bz-02.ircwx.com -> 167.114.203.102 port 7778 ssl port 7843 use ircwx.com domain address for ssl http://www.buzzen.com Irc.buzzen.net no longer works!!
  20. If anyone knows of an irc site that is still around with scripts or Snippets post it here plz 
  21. Im still Happy to see that DreamIRC is still alive. Meaning Website and downloads.
  22. Protect Your MSP business and customers from Cyber Threats! Are you tired of using multiple products to secure your endpoint, user, network and SaaS security? Introducing our single multitenant platform that converges all critical functionalities into one. Say goodbye to breaches and hello to peace of mind with Cynet today!
  23. https://github.com/aw-junaid/Hacking-Tools
  24. Buzzen Has a Tik Tok which we will be displaying the website how to do things and become Creative with your Profile page and etc
  25. I like to take the time to Introduce you to the new Buzzen People think that Jay and Mohammed and previous owners own Buzzen, Well that's not the case. The running of Buzzen is Eyecu also known as Wes and he's done a lot for Buzzen with the help of err0r who is in the website division and etc. Now we have also changed a lot with staff and I'm happy to say Sysop_Passion is back with us. Buzzen has removed a lot of the old stigma rooms that have haunted Buzzen for a long time and we have revamped new rooms which are showing a great number's of chatter's coming in the rooms. We have also put a radio Station Relay-Radio which is the official radio station of buzzen. Plus we have done a lot of upgrades to helping chatter's and etc. Not to mention starting to create a great atmosphere. We also have open an official Events Room which soon we will be starting small events to get chatter's involved in. Wes & err0r have done a great job behind the scenes & I'm proud to be apart of that team. So Come and see for yourself what Buzzen has become and join us in creating a great chatting experince!! www.buzzen.com
  26. Unfortunately, irc is becoming less and less popular, and the work we do to keep this domain alive is in vain. We lose nights, days and money invested in preserving files that no one wants to see. Most have migrated to networks such as discord or other social networks where it is easier for them to click on a button than to write an authentication command, and here I cannot contradict them. It's just frustrating that those who work to keep IRC alive are not cooperating. It is frustrating for us to put in so much effort, and no one appreciates your work. I personally withdraw from "collecting" files and source codes, but they remain valid only for the approval of those coming from the users. IRC has become a dead domain for me.
  27. Its sad news to hear that Scott has shut down his website Hawkee. After so many years he's decided it was better to close it, And let me tell you its a shame as TG007 & Coder's have tried to get him to sell or allow us to take care of the spamming and not loose all those snippets that have been on for years. What a waste and what a huge mistake. It pisses me off that people just wont allow other's to help and keep things running. So once again another good site closed and all of it's resources gone!! 😭🤬 Hawkee.com We regret to inform you that Hawkee.com has closed due to the overwhelming spam and operational overhead. Thank you to all our users who have participated in our community over the years. Your contributions, interactions, and support have meant the world to us. We appreciate every one of you and the vibrant community we built together. We hope that the connections and experiences you've had on Hawkee.com will continue to be valuable to you. Thank you for being a part of our journey.
  28. We have been grabbing the snippets from hawkee's website before it disappears as we never want to loose a lot of old snippets from various IRC scripter's
  1. Load more activity
×
×
  • Create New...