Jump to content

Tukero

Members
  • Posts

    2
  • Joined

  • Last visited

About Tukero

  • Birthday 10/01/1989

Contact Methods

  • Website URL
    http://tukero.blogspot.com

Profile Information

  • Gender
    Male
  • Location
    Cuenca, Ecuador
  • Interests
    C/C++, wxWidgets, Java, GNU/Linux, PHP, mIRC Scripting, VB6, hacking, cracking, security

Tukero's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Very long but you can remove repeated code, for example: ;---general alias alias openwindow { if ($1 == $null || $2 == $null) return if ($window($1)) window -a $1 else window -p $1 var %x = $dll(nHTMLn_2.95.dll,attach,$window($1).hwnd) %x = $dll(nHTMLn_2.95.dll,margins,-2) %x = $dll(nHTMLn_2.95.dll,navigate,$2) } ;---- menu channel,status,menubar { - -•CustomWindowsKoach•- .HelpDesk: openwindow @HelpDesk http://www.koach.com/index.php?id=webchat&chan=%23HelpDesk&nick=CustomWindows&pass=0&emot=1&ts=0&fs=m .Roomlist: openwindow @Roomlist http://koach.com/index.php?id=chat .KoachsWorkshop: openwindow @koachsWkshp http://www.koach.com/index.php?id=webchat&chan=%23KoachsWorkShop&nick=CustomWindows&pass=0&emot=1&ts=0&fs=m .MessageBoards: openwindow @Forum http://koach.com/mb/YaBB.pl .Google: openwindow @Google http://www.google.com/webhp - } ;--------------------==========--------------------==========-------------------- ;Second Script Bzn www.buzzen.com Don't do what I did and go to hd and ask to look at the desk. ;It will only get you banned. menu channel,status,menubar { - -•Custom WindowsBZN•- .HelpDesk: openwindow @HelpDesk http://www.google.com/webhp .General: openwindow @General http://www.buzzen.com .Dodges: openwindow @Dodges http://www.buzzen.net/chatui.aspx?rm=%25%23!%7e%7eFree%5cbBeer%5cband%5cbBongers%7e%7e! | echo 4,15•WoOt.Hope That's Good. 12,15•Enjoy2,15• .Soulfly : openwindow @Soulfly http://www.buzzen.net/chatui.aspx?rm=%25%23_SoulFly_ | echo 4,15•WoOt.Hope That's Good. 12,15•Enjoy2,15• .Google: openwindow @Google http://www.google.com/webhp .Moschino: openwindow @Moschino http://www.buzzen.net/chatui.aspx?rm=%25%23Moschino | echo 4,15•WoOt.Hope That's Good. 12,15•Enjoy2,15• .IRCommunity: openwindow @IRC http://www.buzzen.net/chatui.aspx?rm=%25%23IRCommunity | echo 4,15•WoOt.Hope That's Good. 12,15•Enjoy2,15• .Dragons: openwindow @DF http://www.buzzen.net/chatui.aspx?rm=%25%23%7e*%7e%5cbDragons%5cbFolly%5cb%7e*%7e | echo 4,15•WoOt.Hope That's Good. 12,15•Enjoy2,15• - } ;--------------------==========--------------------==========-------------------- ;Third Server Sparkpea ;www.sparkpea.com menu channel,status,menubar { - -•CustomWindowsSPCN•- .HelpDesk: openwindow @HelpDesk http://www.sparkpea.net/chatroom.php?rhx=252348656c704465736b .HomePage: openwindow @HomePage http://www.sparkpea.net .MSHS: openwindow @MSHS http://www.sparkpea.net/chatroom.php?rhx=2523212121212121214D53485321212121212121 .Forums: openwindow @Forums http://www.sparkpea.net/forum.php .Google: openwindow @Google http://www.google.com/webhp - } ;--------------------==========---------End-----------==========--------------------
  2. If you use mIRC 6.3x, use this code: on *:start:{ splay $qt($nofile($mircexe) $+ sounds\start.wav) } For test purposes, type this code on the inputbox of mIRC: //echo -s $isfile($qt($nofile($mircexe) $+ sounds\start.wav)) If you see $true, all is ok, but, if you see $false then the filename isn't correct, check it! Well, if you see an error message, post it here.
×
×
  • Create New...