Colten45

Colten45

Joined
Nov 27, 2014

Activity Stream

Colten45 commented on a Page, UPnP Port Manager for mIRC  -  May 09, 2015

As usual, very fine work. I only have one problem and that is I have a windows network. I was just doing research to do my own via pure mirc sockets, I have a clear text capture of the xml for the microsoft upnp if it is needed.

 Respond  
Colten45 commented on a Page, mIRC identifyer not working correctly  -  Nov 29, 2014

The easiest way for me to make this easy for you is to use regex, will look like if ($regex($nick,/(Taw_Sloan|Xariannii)/g) == 1) { }

Now what you are asking about is if ($nick == Taw_Sloan) || ($nick == Xariannii) {}

Can be cheated to do if (($nick == Taw_Sloan) || ($v1 == Xariannii)) {} that way it's always pointing back to the last number 1 parameter in the condition. TOP down left to right in to out can get confusing real fast.

OR with tokens if ($findtok(Taw_Sloan|Xariannii,$nick,124) isnum) {} OR if ($findtok(Taw_Sloan|Xariannii,$nick,124) != $null) {} OR if ($istok(Taw_Sloan|Xariannii,$nick,124)) {}

warning these have their draw backs. You will reach a limit of how many nicks you can manually enter if you're not doing just raw if () || () || () | () {}

Using hash tables,inifiles,binary files can increase this size and can be easily coded to "enter" a new nick to be able to use it etc. There are tricks and cheats and so many ways you can do something like this from very basic to advanced. I could see fordlawnmower or jaytea coming in here and posting what would look alien to the both of us at first sight.

Colten45 created a Page  -  Nov 27, 2014

This is just the start of this script. I have other parts else where such as a listening socket for people to authenticate to the "bot".

 Respond   mIRC  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.