mIRC Code Snippets Tagged with binary
(6)
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..
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..
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..
/*
***************************************************************************************************
*
* binvar identifiers by jaytea
*
* re-creates mirc's own text identifiers but lets you pass..
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..
<pre>;
; /splitfile [-bdfor] [OutputDir] <N> <file>
;
; /splitfile splits a file into multiple parts of N bytes.
; Usefull for example if you want to send large files..