Top

Supah Seen thing.


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.3
Scores Submitted  4
Date Added  Oct 25, 2005
Last Updated  Oct 25, 2005
Tags  seen 
  Bookmark and Share

Introduction

Well, copy & paste it into your remotes, then wait until people come, join, get kicked banned so on so forth.. otherwise it would just say "Sorry balh ablahsjbf I havent seen kjfhsdkf dfds"


Grab the Code

Comments

  (16)  RSS
Sasuke
Comments: 318
 
mIRC Snippet:  Supah Seen thing.
Posted on Oct 25, 2005 2:16 pm
>.> Don't hate it, lmao... But I'm gonna be honest, I had some help from other Seen scripts, but not Much help, just 1 or 2 Scripts, and I pretty much wrote down the Most important stuff.
tank59
Comments: 69
 
mIRC Snippet:  Supah Seen thing.
Posted on Oct 25, 2005 2:23 pm
This script might work, but will not for long. You need to use hash tables when making a script like this.
Sasuke
Comments: 318
 
mIRC Snippet:  Supah Seen thing.
Posted on Oct 25, 2005 2:38 pm
Hash Tables? explain... e_e
tank59
Comments: 69
 
mIRC Snippet:  Supah Seen thing.
Posted on Oct 25, 2005 2:59 pm
Well an ini file will only hold i think something like 64k of info. With a script like this, if your room has alot of activity, it will fill the file within a short amount of time. Hash tables are an efficient way to store large amounts of data and retrieve it quickly. See '/help hash tables' for more info.
Sasuke
Comments: 318
 
mIRC Snippet:  Supah Seen thing.
Posted on Oct 25, 2005 3:08 pm
Ok then.
Yoinx
Comments: 424
 
mIRC Snippet:  Supah Seen thing.
Posted on Oct 25, 2005 4:25 pm
an ini file would work. Not well. Hash tables Are much better. However an ini will work... and besides tank...

--------------------------------------------

/writeini -n <inifile> <section> <item> <value>

Writes to files in the standard INI file format.

If the -n switch is specified, mIRC will attempt to write to the .ini file even if it is larger than 64k.

A part of the mirc.ini file looks like this:

[DDE]
ServerStatus=on
ServiceName=mirc

You could achieve this with /writeini by using:

/writeini my.ini DDE ServerStatus on
/writeini my.ini DDE ServiceName mirc

You can delete whole sections or items by using the /remini command.

Warning: Do not use this command to modify any of the INI files currently being used by mIRC.
--------------------------------

You'll notice that -n switch that will allow you to use larger ini files.
tank59
Comments: 69
 
mIRC Snippet:  Supah Seen thing.
Posted on Oct 25, 2005 4:37 pm
Yeah, I knew that you could force more than the limit in an ini file with the -n switch. I was just telling him that hash tables would be much faster and more efficient. Just a suggestion.
Sasuke
Comments: 318
 
mIRC Snippet:  Supah Seen thing.
Posted on Oct 27, 2005 8:42 am
Eh heh heh...^_^;
noMen
Comments: 56
 
mIRC Snippet:  Supah Seen thing.
Posted on Jan 12, 2006 1:34 pm
And another seen script that's vulnerable. DON'T USE THIS!
xDaeMoN
Comments: 696
 
mIRC Snippet:  Supah Seen thing.
Posted on Jan 12, 2006 1:47 pm
@noMen, all I see from all your comments is "Vulnerable". Vulnerable to what? Please explain.
noMen
Comments: 56
 
mIRC Snippet:  Supah Seen thing.
Posted on Jan 12, 2006 2:06 pm
Vulnerable to channel takeover, mass kicks and every other command your mIRC is aware off.
xDaeMoN
Comments: 696
 
mIRC Snippet:  Supah Seen thing.
Posted on Jan 12, 2006 2:24 pm
These are just seen scripts, just records every persons actions/quits/joins... I don't think these scripts are doing what you're saying but maybe it's something with any of your scripts that may be causing those things that you are saying.
noMen
Comments: 56
 
mIRC Snippet:  Supah Seen thing.
Posted on Jan 12, 2006 2:40 pm
Nope, didn't load and used them, just looked at the code. I am not going to tell in public what's wrong with it. Tell me the server and room you're on and I'll show you ....
xDaeMoN
Comments: 696
 
mIRC Snippet:  Supah Seen thing.
Posted on Jan 12, 2006 2:53 pm
hmmm, interesting. Coz I'm looking at the code & I don't see anything that would make mass kicks or take overs possible. I'm @ #hawkee.com on Undernet.
KuTsuM
Comments: 139
 
mIRC Snippet:  Supah Seen thing.
Posted on Jan 12, 2006 3:10 pm
One possible problem, if a command seperator is put in the text of, for instance, the topic or a quit message, it could possibly give you control
xDaeMoN
Comments: 696
 
mIRC Snippet:  Supah Seen thing.
Posted on Jan 12, 2006 3:34 pm
Actually it's with the $readini identifier. There should always be a "n" switch so mIRC would not evaluate the data/value in that item.

Please Register or Login to start posting comments.
Bottom