Top

mIRC Code Snippets Tagged with binary

  (6)  
Sort by 
Just a little alias that I made to ease the pain of dealing with binary variables in socket scripts. The Syntax for this is $bintween(&binvar,starttext,endtext,matchnum) An example of it's use would..
Tags: binary  binvar  socket  variable 
+ 0 likes
2 comment(s)    Score: 0.0    Platform: mIRC    Posted by FordLawnmower on Apr 26, 2009
I re-did this whole script. If you want the old version you can find it here -->> http://pastebin.com/f132547f7 This version was made using binaries so it should work with older versions of mirc. This..
Tags: binary  binvar  bot  script  search  wikipedia 
+ 4 likes
24 comment(s)    Score: 7.3    Platform: mIRC    Posted by FordLawnmower on Apr 16, 2009
This is just a simple alias to remove content from a binvar Syntax: /bremove [-lrmt] <&binvar> (<X> [Y]|ascii values) Switches: l - basically simulates $left(text,X) removing X bytes..
+ 0 likes
1 comment(s)    Score: 7.0    Platform: mIRC    Posted by BrAndo on Jul 23, 2008
/* *************************************************************************************************** * * binvar identifiers by jaytea * * re-creates mirc's own text identifiers but lets you pass..
Tags: binary  binvar 
+ 1 likes
4 comment(s)    Score: 9.3    Platform: mIRC    Posted by jaytea on Mar 26, 2008
A binary clock :D This will teach you how to tell the time on a binary clock aswell as tell the time :) /bclock - turns it on /block off - turns it off (also turns off when you close the window) The..
Tags: binary  clock  fun 
+ 0 likes
5 comment(s)    Score: 8.3    Platform: mIRC    Posted by Daveoh on Sep 23, 2006
<pre>; ; /splitfile [-bdfor] [OutputDir] &#60N&#62 &#60file&#62 ; ; /splitfile splits a file into multiple parts of N bytes. ; Usefull for example if you want to send large files..
Tags: binary  file  split  splitfile 
+ 0 likes
2 comment(s)    Score: 7.8    Platform: mIRC    Posted by QuickStep on Aug 19, 2006
Bottom