Top

Comments

  (14)  RSS
TheGioMan's
EL
Comments: 1,245
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 6:28 pm
LOL chyea mang \'\'Script0rs 4 lyfe\'\' * Throws up signs an poses
napa182
Comments: 1,009
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 6:08 pm
mountaindew said:
Quote:
Code:
echo 12 -a A Script0rs Inc. Production
  echo -a 14,1(14,1¯15,1¯0,1¯0,1º «×X§Ç®îÞt0®§X×» º0,1¯15,1¯14,1¯)™



isn\'t that napa\'s thing?


Thats cuz TheGioMan is a new member of Script0rs Inc.
jonesy44
Comments: 938
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 5:32 pm
Nice work for a first go !

And nice to see you dont go crazy when somone offers simple suggestions like some general dumbasses.

Keep up the good work, and read the help file, saved my ass many times, it\'s wortha read of some of the built in identifiers and commands.

Once you get the hang of it, you\'ll be addicted =P
mountaindew
Comments: 1,550
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 2:08 pm
Another thing, as you get more advanced in scripting, you\'re gonna wanna check the addresses instead of nicknames. Right now, lets say someone knows that \"nick1\" is allowed in the room, and he disconnected. Someone could then change their nick to \"nick1\" and gain access to the room. But, if you check the address, only that specific person would gain access. For more info:

/help $address
/help $wildsite
HoNdAx707
Comments: 59
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 2:07 pm
Quote:

I agree. Nice first post. The only thing I would suggest would be using $address($nick,2) for example. Because anyone can switch over to that nick real quick and join your room without ID\'ing or AUTHing. :D nice work bud.

i tried that(using address) and realized how quckly some1\'s host name can change :/ so it failed bad for me
lol
mountaindew
Comments: 1,550
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 2:01 pm
Code:

  echo 12 -a A Script0rs Inc. Production
  echo -a 14,1(14,1¯15,1¯0,1¯0,1º «×X§Ç®îÞt0®§X×» º0,1¯15,1¯14,1¯)™

isn\'t that napa\'s thing?

Anyway, good job on your first script. But all the if ($nick != nick)\'s can be easily simplified to:
Code:

if (!$istok(nick1 nick2 nick3 nick4 nicketc,$nick,32) {

Good luck with scripting
LucSatise
Comments: 120
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 12:17 pm
u culd make them login using a pass first and kick them if they aint logged in. nice tho for ur first
xDaeMoN
Comments: 696
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 12:15 pm
You can also use \'$istok\'.
Lysergic Diethylamide
Comments: 40
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 11:59 am
I agree. Nice first post. The only thing I would suggest would be using $address($nick,2) for example. Because anyone can switch over to that nick real quick and join your room without ID\'ing or AUTHing. :D nice work bud.
SnoooP
Comments: 343
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 11:12 am
Gio ;) Nice one..
TheGioMan
Comments: 4
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 5:11 am
Yeah,well...I have to be patient with scripting because if I try to rush it,it would have came out all wrong and yeah,bro...your suggestions are always welcome.Thanks for the comment and rating.
EL
Comments: 1,245
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 4:56 am
Ditto napa,And Gio glad you where patient an didn\'t give up when we where throwin out suggestions etc.Good first script an im sure if you stick around with us you \'ll be coding alot more an get addicted like we are =\\.We are there to help if you want it mang.Well done.\"Rate it or Hate it?\"...4/10.`-.-´
TheGioMan
Comments: 4
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 4:32 am
Thx Napa,I appreciate the positive feedback and yeah I\'m going to keep up with it,I just have a lot to learn but you already know that.;)
napa182
Comments: 1,009
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 4:25 am
Nice work on ur first script. It does what it\'s ment to do, and it works. thats a big + .
yeah it can be done alot smaller, and be done many diff ways but this is good for ur first script. id rate this 4/10 for being ur first script.
Keep up the scripting....
Bottom