Marshtomp

Marshtomp

Joined
Oct 17, 2006

Activity Stream

Marshtomp commented on a Page, Bot MP3 script  -  Dec 28, 2007

Shouldn\'t.. You give credit to the one you took it from?

 Respond  
Marshtomp commented on a Page, Quote Bot  -  Sep 07, 2007

God damnit, stop posting a lot of small scripts :\
anyways, don\'t bother to test, Sorry isn\'t a nick on my server :\

 Respond  
Marshtomp created a Page  -  May 19, 2007
216 

Copy/paste in remotes and read help

 Respond   mIRC  
Marshtomp commented on a Page, auto greet 4 users  -  May 14, 2007

super ew...

The first line nes a ; BADLY.

The Second on JOIN is missing a bracket.
3rd, Whycan\'t you just use # or *????

 Respond  
Marshtomp commented on a Page, Runescape stats  -  May 03, 2007

Looks good, but i can\'t test it now. When i can I look forword to using it ^_^

 Respond  
Marshtomp commented on a Page, Simple status notifier  -  Jan 27, 2007

^

There is no point of this, you should use a @window.

 Respond  
Marshtomp commented on a Page, webpage retriever module  -  Jan 26, 2007

Sorry for double post,b ut i can\' work it! :X

 Respond  
Marshtomp commented on a Page, webpage retriever module  -  Jan 26, 2007

Is it a coincedince that it links to a dutch page? Ik vind het knap dat een nederlandse mens een engeks script kunt schijven :S

 Respond  
Marshtomp commented on a Page, runescape pking snippet  -  Jan 15, 2007

What does this have to do with Runescape?

 Respond  
Marshtomp commented on a Page, +I alias  -  Jan 13, 2007

Setever: its i + cap

 Respond  
Marshtomp commented on a Page, Gratz Script  -  Jan 12, 2007

\"Comment Rules:

Keep your language professional at all times.

Always be constructive.

\"
To be honest, it sux ^^ <-- -_-\';
the closing bracket is needed.

 Respond  
Marshtomp commented on a Page, Password Generator  -  Jan 03, 2007

\"expertise\" in computers? its not hard to add a Zipped password file, just make one tools and add password.

 Respond  
Marshtomp commented on a Page, 3 Ways  -  Jan 03, 2007

Wow, it\'s great, no errors just one thing thats not too important.. I just like using $eval instead of []\'s.. Maybe you can add alias Start3ways { writeini [Highscores]
top1=0
top2=0
top3=0
top4=0
top5=0
top6=0
top7=0
top8=0
top9=0
top10=0
[Highplayers]
top1=
top2=
top3=
top4=
top5=
top6=
top7=
top8=
top9=
top10=
etc..

 Respond  
Marshtomp commented on a Page, Channel relay  -  Dec 31, 2006

Testing now, and i think it only works on channels that are on Alt + O servers then groups? it doesn\'t work.

 Respond  
Marshtomp commented on a Page, Double Actions  -  Dec 31, 2006

Double actions doesn\'t fit the script. Slap script would be better. And why use timers!

 Respond  
Marshtomp commented on a Page, AIO soft ban/kick/deop protection. v.1,0  -  Dec 29, 2006

/me follow rules

deop off

on !@:deop:#: {
if ($nick == $me) { halt }
if ($opnick == $me {
cs op $chan $me
mode #channel -o $nick
kick $chan $nick Please, Do not DEOP me for no reason.
}
missing a ) on if ($opnick line)
also mode $chan or use a variable; most people are to lazy to edit it.. ;)
on !@
:BAN:#: {
If ($bnick == me) || ($banmask iswm $address($me,5)) {
.auser banner $wildsite
mode $chan -ob+eea $nick $banmask $address($me,1) $address($me,2)
kick # $nick Please, Do not ban me!
cs akick $chan clear
}
}
i beleive you only need 1 +e there... and can\'t you only use on :MODE:: if ($1 == +b)?
on !@*:KICK:#:{
if ( $knick == $me ) {
.timer 1 1 join $chan
.timer 1 1 mode $chan -o $nick
.timer 1 1 kick $chan $nick Please, Do not kick me.
}
}

You don\'t need the spaces there...

the timers are not needed.
raw 474:*: { cs unban $2 $me | cs invite $2 }
what is the $me for? ;s
Going to check out the popups later.
\"
;DO NOT RIPP OR MODIFY THISS SCRIPT PLEASE.

^_^ not bad considering you rip scripts
\"
I think he means the kick counter, but I know you are new at scripts, i saw a comment about it somewhere....
I think its good, using RAW numerics. Just one thing about that.... If you wern\'t using this script but had it loaded it would trigger the raw numerics in those cases, and result in many $2 == $null and $chan == $null etc.

You also doen\'t need to use CS to use your commands. There are commands /kick -b /ban etc EXCEPT for /op /halfop ect. You would need to use a /mode command. ALL IN ALL i think its a good script!
 Respond  
Marshtomp commented on a Page, $submenu  -  Dec 29, 2006

Nothing important but in this you can always do alias -l for the things that only return

 Respond  
Marshtomp commented on a Page, Global Script  -  Dec 25, 2006

meh... funny.. use $2-.. and somebody feels bad; they can flood you off the server... the brakets are not even good..

 Respond  
Marshtomp commented on a Page, Hash Script Options from a config file  -  Dec 24, 2006

RoninWarrior: Read the author notes.
It looks nice, but i have no experince in hash files.

 Respond  
Marshtomp commented on a Page, .k .kb etc. script, very simple  -  Dec 23, 2006

\"and you are also missing a closeing bracket at the end also \"
no, he added a wrong one..
{ if ( $1 == .kb ) mode $chan +b $address($2,2)

 Respond  
Marshtomp commented on a Page, [J40k]Youtube Script  -  Dec 23, 2006

Just a problem...
\"Ok this is my first snippet thats of any use. All you have to do is copy this code to your remotes.
then type

!youtube \"item to search on youtube\"

also you can type

!tube \"item to search on youtube\"

and it will come out like.

!youtube Hello there
YouTube Search: Top Search Result
www.youtube.com/watch?v=vvnCRl2_VZk

the command has both ! and @ and only uses two lines so wont spam much.\"
This is unclear; you can\'t do !youtube\!tube yourself; you need to use a alias OR use a ON INPUT..

 Respond  
Marshtomp commented on a Page, Cool Text Effects  -  Dec 23, 2006

first: use ;#blah blah
second: You can easily use /menu Channel
Will check more later;

 Respond  
Marshtomp commented on a Page, Remove Vowels  -  Dec 23, 2006

Probally useful if you say, \"Put this in your Alias part or Alt + R\" or put /alias on it.

 Respond  
Marshtomp commented on a Page, +I alias  -  Dec 23, 2006

First of all; I\'m a frequent mirc user; wtf is +I?
If it is something useful, check what Hawkee said on your other snippet.

 Respond  
Marshtomp commented on a Page, SlapKicker  -  Dec 18, 2006

also, use ; at the begining of the #\'s... a bit incomplete.
try: on :INPUT:/me:#: {
if ($2 == slaps) {
kick $3 $chan I put slapped you with a $4- $+ !
}
}
or replace INPUT with TEXT to make sure that its work for everybody BUT you.
/help on TEXT
/help on INPUT
Just some reading, to help abit..

 Respond  
Marshtomp commented on a Page, Fun temp ban script  -  Dec 18, 2006
elseif $(nick($chan,$nick,oh)) {  <-- ($nick($chan,$nick,oh)) ?

has a missing bracket
}
}
on :unban:#:{
if $bnick { .notice $bnick You have been unbanned from $chan }
}
} <-- it needs to be:
on
:UNBAN:#:(notice space here, better for the mirc. ;)) {
if ($bnick) { .notice $bnick You have been unbanned from $chan }
}
Also, I don\'t see why it would work at all, missing brackets...
Where does $bnick come from? i don\'t see an alias with return.....

 Respond  
Marshtomp commented on a mIRC Addon, $alvl(#chan,nick)  -  Dec 18, 2006

I think its not needed to put this in an addon. Better in a snippet.

 Respond  
Marshtomp commented on a Page, Computer Info  -  Dec 05, 2006

Just one thing, add /alias or tell the people that is an ailas file.

 Respond  
Marshtomp commented on a Page, Op Halfop Voice Thanks and Counter V1.3  -  Dec 04, 2006

forgive me if i\'m wrong, but its not on *:HELP:... I think its on halfop.

 Respond  
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.