Comments

 (346) 
  1. Everything
  2. Snippets
  3. Images
  4. Hardware
_Dean_ commented on mIRC Snippet: Random image from web /index  -  Dec 08, 2012
you are in the wrong place, ask for help here

mIRC Scripting
_Dean_ commented on mIRC Snippet: Orlydb.com Script - On Text & On Input  -  Nov 30, 2012
whats the point in using

Code

 


you probably was testing it and forgot it...

Code

 


you posted on your language in an international forum
_Dean_ commented on mIRC Snippet: Query Blocker  -  Oct 11, 2012

Quote


"on *:dialog:QB:init:*:{
did -b qb 5,6,7,8"
You should remove the 8 or else the "Choose a nick" wont work :)


what are you talking about? $did(8) doesnt even exist in this script... it was an error, there is no ID 8


the fact of using a double warning, is:
if someone has a pm blocker too, it wont accept the query, so it will send a notice, of course ppl can remove it, and just have notice
_Dean_ commented on mIRC Snippet: Query Blocker  -  Aug 13, 2012
@G4ME

Code

 
_Dean_ commented on mIRC Snippet: rawmode deown/dehost protection  -  Jul 27, 2012
you need to specify that the user needs owner access or OPER override +v to use

Code

 


some networks does not has "access" as alias in services, and the command "clear" will clear the entire list, not only a specific level

Code

 


if someone uses

Code

 


they wont have any privileges to "deop" or "deowner" someone, to use "mode"

for what is this line made for?

Code

 


UMODE +h in some networks are only for Staff members or IRCops

_Dean_ commented on mIRC Snippet: Ultra Spammer & Pinger v7.0 [Just for fun]  -  Jun 26, 2012
you're talking about what connection? 250 kbps? cause on a 10/15 mb/s u cant even tickle a connection
by the way its +T case sensitive, its an usermode in UnrealIRCd that allows you to not receive CTCP's

you will require a lot of connections to ping timeout someone (i really meant a lot):
1 - if the person is connected through a proxy
2 - if it is a BNC/ZNC/SHELL
3 - if it is a VPN

you will need the original IP
some routers has ping/flood protection too
if you're trying to do it by yourself, you will get lagged, and it will took a lot of time, even if its a 250 kbps connection
_Dean_ commented on mIRC Snippet: Ultra Spammer & Pinger v7.0 [Just for fun]  -  Jun 26, 2012
i think the ping thing wont work...
1- you have to send a lot of packets to someone, so this person may ping timeout
2 - Ddos'ing someone its not like that, it wont ping timeout no one, since server will only answer you the time between your connection and server connection
try

Code

 


doesnt matter what nickname or name you put in /ping it will always returns your connection delay

by the way a /ctcp ping may be blocked by users in UnrealIRCd using the usermode +T

you have to use a lot of connections to ping timeout someone
_Dean_ commented on mIRC Snippet: Server Flag for mIRC  -  Jun 09, 2012
updated, the website which the scripts got the information, changed the HTML code, so i decided to change the website too, now with more information
_Dean_ commented on mIRC Snippet: BeST PRoTeCTioN  -  Apr 23, 2012
i think you could short this a little bit...

Code

 


using

Code

 


your version will ban $nick 3 times

by the way you're using a timer in a "on kick" event

Code

 


since you used the same time for all the events, some of them, wont work...
mode $chan -o $nick
kick
and ban things...

the on join event, will be triggered when you join again, and the on join event recognizes everyone as regular users
so it will return

Quote


* /ban: invalid parameters
KICK Not enough parameters


for the raw event you can use

Code

 


on the "on ban" event, there is missing a mask

Code

 


you have used the +a for no one, so it wont +a no one....
by the way in some networks +a means "admin" and only Owners can set +a
_Dean_ commented on mIRC Snippet: Invite Shortcut  -  Apr 15, 2012
you must use \. to deny the dot and has it as a plain text
since using a dot before the commands will allow any character
like
^inv
?invite
this is just a tip for you to use:

Code

 
_Dean_ commented on mIRC Snippet: Hawkee User Profile Lookup (Search by Nicknames)  -  Mar 27, 2012
if it is broken i think he can adapt it to new modifications...
by the way, reading back some comments...

why everyone asked me, to search for _Dean_ when i tried to search Dean's nickname... not mine...
_Dean_ commented on mIRC Snippet: ModeThanker 2.0 (Hash Table)  -  Feb 06, 2012
we could avoid the repetitions a little bit using $replace
neither my version or yours will work if the user uses +qaohv

Code

 


_Dean_ commented on mIRC Snippet: Kick by Nick length  -  Dec 23, 2011

Code

 


if there is no command for the second condition of $iif dont need to use "noop", just let it empty
_Dean_ commented on mIRC Snippet: Auto Join dialog  -  Dec 16, 2011
what is $c.dir?
_Dean_ commented on mIRC Snippet: Word Definition  -  Dec 14, 2011
1 - if you will remove all the HTML tags, doesnt need to put $null
2 - if you will use tokenize, why did you use $gettok so? instead using $1 $2 and $3?
3 - you dont need to do a lot of vars like on hhfree alias... just return the value of all the commands
4 - there is no reason to use alias GetDefineSearch when you can do the same command on the on text event
5 - no need to use timers, and then do a noop command just to flood control
6 - whats the reason for the $ticks on $regsubex, if you will not call the $regsubex name after?
7 - you are a newbie, accept the advices
8 - if you want to make it a challenge, we can short it a lot, check my example, shorter and with some modifications

Code

 
_Dean_ commented on mIRC Snippet: Word Definition  -  Dec 14, 2011
no way, really... i thought it was there for no reason
im saying that there is a lot of things on this alias... that is not needed
_Dean_ commented on mIRC Snippet: Word Definition  -  Dec 14, 2011
simple like this

Code

 


by the way, too much thing for the alias hhfree...
_Dean_ commented on mIRC Snippet: Word Definition  -  Dec 14, 2011
is creating a timer, to prevent flood, really necessary? a timer who does /noop each 6 seconds...

there is no result, if the script didnt find the right word, so the person who requested will be waiting the answer...

like

Quote


!define skyrim
_Dean_ commented on mIRC Snippet: ProSec iRc Query Manager  -  Dec 11, 2011
thats why there is always posts like these here
idiots like Jethro and Frenetic always posting lame things... im wonder if tocflane will come to defend his man too
_Dean_ commented on mIRC Snippet: ProSec iRc Query Manager  -  Dec 11, 2011
i'll comment whenever i want, if you want to delete my comments, i will post it again and again
that idiot Jethro came here with off-topics thing, and no one said nothing about him
_Dean_ commented on mIRC Snippet: ProSec iRc Query Manager  -  Dec 11, 2011
you need to rest your fingers from hawkee, and stop posting here..., unless you post something about the code itself
_Dean_ commented on mIRC Snippet: ProSec iRc Query Manager  -  Dec 11, 2011
ProSec you always give the excuse that if there are some errors, you're on cellphone

1 - there are no ways, to turn it off, if the person wants to turn it off someday, the only way is to unload it?
2 - $blk, $xdc and xdid will return errors, i didnt see you saying that ppl need the dcx to run it
_Dean_ commented on mIRC Snippet: Sgkk alias  -  Dec 10, 2011
missing a closing bracket
_Dean_ commented on mIRC Snippet: Away Popup Menu  -  Dec 09, 2011
what this condition is suposed to do?

Code

 
_Dean_ commented on mIRC Snippet: Clone killer  -  Dec 06, 2011
where is the #raw on/off, i just saw the #raw end...
_Dean_ commented on mIRC Snippet: tempop permops  -  Dec 05, 2011
why use /set -l when you can simply use /var ?
_Dean_ commented on mIRC Snippet: 5 Color script  -  Nov 27, 2011
whats the point in using this:

Code

 


if you already used * to select all kind of menus, and then typed menubar...

you didnt even change the variable names from invision
_Dean_ commented on mIRC Snippet: Youtube Search/Parse Videos *UPDATE 6*  -  Nov 24, 2011
i think that /S its not necessary when matching HTML codes
_Dean_ commented on mIRC Snippet: isowner alias and isprotect alias  -  Nov 21, 2011
i will give you a 8/10 +like, since i liked the idea
_Dean_ commented on mIRC Snippet: isowner alias and isprotect alias  -  Nov 20, 2011

Quote


Jethro
why dont you use "isadmin"?
There is no such thing as "isadmin" operator, Mr. Dean.


i hate when lame ppl comment on my posts, with lame answers... i said to him, there is already an operator called isprotect... i asked him, if he could change the name of his identifier to "isadmin" instead "isprotect" since it may confuse the other ppl with the "isprotect" operator...
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. Next
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.