Xpl0reR commented on mIRC Snippet: finally, a real afk script  -  Mar 10, 2013
Oh, this is so usefull, a bot to keep my status, too bad those clients didn't came with /AWAY
<end of sarcasm/>
Xpl0reR commented on mIRC Snippet: Auto-Mode Thanker v2.0  -  Jul 30, 2012
I just lost faith in humanity because of this piece of junk.
Badly coded, stupid replies, wrong mode matching...
0/10
Xpl0reR commented on mIRC Snippet: Script Help System By JeSTeR  -  Jul 30, 2012

Code

 

one word to say about this script: Completelystupidandretarded

nuffsaid
Xpl0reR commented on mIRC Snippet: Bot auto join  -  Feb 23, 2012
how about this.

Code

 
Xpl0reR commented on mIRC Snippet: Bot auto join  -  Feb 23, 2012
Oh, and btw. your $logo alias is missing from the script. unless you forgot to remove it from the script :)
Xpl0reR commented on mIRC Snippet: Bot auto join  -  Feb 23, 2012
Maybe you can add the /partall command to the CLEAR command?
Xpl0reR commented on TCL Snippet: Ip Check for Eggdrop  -  Feb 20, 2012
It would be nice to have all of this in a single line of text and not spamming channels with all those lines.
10/10 as usual. nice script.
Xpl0reR commented on mIRC Snippet: Advanced Kick/ Kick Ban script FOR BOT  -  Feb 16, 2012
why don't you align your scripts and use the [ code ] and [ / code ] tags (without spaces)
Xpl0reR commented on mIRC Snippet: Bot Snippet Remade  -  Feb 06, 2012
i like the usage of if and not elsif. keep it up :) nice script.
Xpl0reR commented on mIRC Snippet: AntiSpamBot 4.0  -  Feb 02, 2012
It is. nicely seen :P
Xpl0reR commented on mIRC Snippet: Auto Greet Humper >.>  -  Jan 26, 2012
i taught you were talking about putting it there !%var
my bad.
Xpl0reR commented on mIRC Snippet: Auto Greet Humper >.>  -  Jan 24, 2012
if the %var is equal to 2 or more, it will /HALT (do nothing)
and you don't need to put ! because its not "if not" its "if its"
Xpl0reR commented on mIRC Snippet: Auto Greet Humper >.>  -  Jan 21, 2012
why would you want to say a long amount of text via a mirc bot. just do longer phrases

talking like this
is
really
gay
but, talking like this is the proper way to do. multiple lines is not always the best way to go, and if i were you, i would delete this piece of code. Its not really a code, you simply added a if ($nick == $nick) that is equivalent to if (1 == 1) {...}
You should try and look at other people's codes. use them, modify them extremely, and then take out another version to call it your own. (hawkee reality)
Xpl0reR commented on mIRC Snippet: Auto Greet Humper >.>  -  Jan 21, 2012
something you might wanna add is a flood protection.
Lets say on your channel, there is 100 nicknames/users
Bam! *.net *.split
50% of them leaves.
Bam. Net-merge (a "*.net *.split" fixing itself)

50 users joins your room. you send 150 /say, you quit in (Excess flood)

Try to make sure they are not rejoining from a netsplit, or put a %var that will make the script do nothing if exceeded . with a /return or /halt.

here is an example with your code.

Code

 


Please keep in mind, that i really don't think small lines of useless codes like this one should be on hawkee.
There should be a minimum of ~50 lines to be valid...

But the method is there, learn from it, and use it in everything. (with different %variable.names.

Here is what i would do. (if i would be in a life or death situation)

Code

 


Welcome on hawkee :)
Xpl0reR commented on mIRC Snippet: Auto Connect/Join/Identify v3  -  Jan 12, 2012
it would be awesome if you could edit the login command.
because on undernet you need to

Code

 


Snd other netorks can have different methods to auth yourself to an account/nick/username
Except Nice Script, (liked and rated)
Xpl0reR commented on mIRC Snippet: mIRCB - mIRC Bouncer  -  Dec 06, 2011
windows server.. eww what a waste of disc space.
Xpl0reR commented on mIRC Snippet: mIRCB - mIRC Bouncer  -  Nov 30, 2011
this is completely useless... your client is your bouncer. you are evading the principal reason why someone would use a bouncer...
Nice coding, it completely works, i see your talent.. the thing is.. its not usefull... at all.

a Bouncer is to keep you alive in case your client crashes, or to protect yourself from ddos attacks. witch even now, your client will be the one receiving it (if happening)

3/10 (not usefull)
+Like (Great idea)
Xpl0reR commented on PHP Snippet: mIRC auto connect script generator for PHP  -  Nov 27, 2011
what if you want to add multiple networks ? :)
(an option to "add network" and "add channels to Network" and "add login infos to Network"..)

challenging :)
Xpl0reR commented on mIRC Snippet: alias OperExploit  -  Oct 23, 2011
$chr(113),$chr(117),$chr(105),$chr(116) == QUIT
the complete reply would be /raw quit :/oper
so you quit like
* Quit: nickname ident@host.name.com (Reason: /oper)
Xpl0reR commented on mIRC Snippet: war script ( simple )  -  Sep 27, 2011
This Script should be removed from thw database, and your ip should be banned from the hawkee.com
Xpl0reR commented on mIRC Snippet: Staff Bot Downloader  -  Aug 10, 2011
Yo dawg, we heard you liked script.
So i put a script in your script, so you can use the script to use the script.
Peace out bro!
Xpl0reR commented on mIRC Snippet: mIRC Version Reply Changer  -  Aug 06, 2011
Here is The version i use, really smaller and easy to understand.

Code

 
Xpl0reR commented on mIRC Snippet: Proxycheck check. (Check through 12 BL zones!)  -  Aug 01, 2011
@Jethro_ i don't do regex. i find it stupid to learn a language for a language. You can do everything else without regex. and i don't mind to have 200 more lines to a script just because i didn't use regex.
:)

@Aha2Y

improvement is always good. Keep it up.
Xpl0reR commented on mIRC Snippet: Proxycheck check. (Check through 12 BL zones!)  -  Aug 01, 2011
Here is what i have done with your script :)
If you look: http://pastebin.com/raw.php?i=tzg0kMda you can see it without line breaks. (i hate pasting codes on hawkee.com cauz of those breaks.

Code

 
Xpl0reR commented on mIRC Snippet: Proxycheck check. (Check through 12 BL zones!)  -  Aug 01, 2011
I am trying to make it integrate with my bot, using my .chanset #chan +script/-script
when its done, ill paste you my version here :)
Xpl0reR commented on mIRC Snippet: Proxycheck check. (Check through 12 BL zones!)  -  Aug 01, 2011
there is WAYYY wo many checks, 2 or 3 bl would be enough.

nice work. 9/10
Xpl0reR commented on mIRC Snippet: Aliases for Operators !  -  Jul 28, 2011
woah, this is pure crap.. its spam.. nothing else!
Xpl0reR commented on mIRC Snippet: On text Lol. Use for a bot  -  Jul 23, 2011
hmm, this is not a script. its simply a modified event, you should try and do something a little more "complex" like using $read and if then else statements.

6/10 (Neat, since you tried your best, we all gotta start somewhere)

just my 7 cents.
Xpl0reR commented on mIRC Snippet: clear chat  -  Jul 10, 2011
why would you want to rely on some other people to type /clear
sreiousely..?
Xpl0reR commented on mIRC Snippet: IrcOp Tools V 0.C.7  -  Jul 10, 2011
got a 10 and +like from me :)
awesome piece of code.i use all of the above. on one of my networks
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 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.