Spoof

Spoof

Joined
Oct 08, 2009

Activity Stream

Spoof created a Page  -  Jun 20, 2012
1 678 

Made and tested on mIRC v6.35

Spoof commented on a Page, ASCII Battleship v0.2  -  Apr 10, 2012

.00 = tenths
.01 = 1 tenth
.10 tenths = a whole number called 1
stay in school sunslayer.

 Respond  
Spoof commented on a Page, ASCII Battleship v0.2  -  Apr 09, 2012

Shouldn't it be called " v1.0 " seeing how 1.0 = 1 ? hmmm

 Respond  
Spoof commented on a Page, Highlight flood protection  -  Apr 06, 2012

Cool.

 Respond  
Spoof commented on a Page, jHIKa - Slaps Back It  -  Mar 30, 2012

Meta you have way too much free time... lol

 Respond  
Spoof commented on a Page, Santas Bag   -  Mar 17, 2012

nice work dude. :D

 Respond  
Spoof commented on a Page, ! $+ voice/hop/op/ban list  -  Feb 16, 2012

Nice mIRC help file script rip. Changed the Alias to "on *:text: <-event" making it a trigger script.

 Respond  
Spoof commented on a Page, Greet Message  -  Feb 14, 2012

Your script is missing the close brace at the end. you can also make it a single line.
on *:JOIN:#Your Channel Name:{ notice $nick Welcome to #You Channel Name $nick [ Your Message Here ] }

You don't need the / for a notice to trigger.

 Respond  
Spoof commented on a Page, Basic Flight Lotto Script  -  Feb 12, 2012

This script will not work.
Any and all "if or elseif" statements should never touch the far left hand side of your editor.This will not allow the rest of the scripts statements to be read.
Plus you have an extra brace in this script that is causing this problem.
Anyone can copy paste... but knowing how to fix an error when you have copy pasted a script wrong by leaving out a piece of code results in a script like this.
I don't know if you guys are purposely posting scripts that are that have errors for others to post fixes or what, but at least try and post something that's usable by others cause it defeats the purpose of event making the post.

 Respond  
Spoof commented on a Page, Basic Lotto Script  -  Feb 11, 2012
  else msg $chan $settings(6,$nick,$chan)
}

}
alias lottoend {

should look like:

  else msg $chan $settings(6,$nick,$chan)
}

}
} <----- note the close brace for the end of the events. This is a must have in order for the alias "lottoend" to work.
alias lottoend { <--- Plus all alias touch the far left side in the editor... no spacing, but that was because of the missing brace above.

 Respond  
Spoof commented on a Page, Variable reader ($vget)  -  Jan 13, 2012

line 12 has an error:
echo 7 -ae %name is not set!
The color should be after -ae:
echo -ae 7 %name is not set!

Or else its going to echo -ae along with %name is not set! in orange.

 Respond  
Spoof commented on a Page, Simple Voice Halfop Op snippet  -  Jan 10, 2012

just simplify it by setting the services to op anyone half op and up with:
/msg ChanServ levels $?="Channel?" SET autovoice -3

 Respond  
Spoof commented on a Page, MyLagBar Lag bar for mIRC  -  Jan 03, 2012

Nicely coded. I love this cause I can customize it to my bots theme.
I am running this on a plain mIRC v 6.35 check it out :
http://tinypic.com/r/swzv3q/5
I also like the way it made its own image and saved it to the users settings... sweet.

 Respond  
Spoof commented on a Page, Command list  -  Jan 02, 2012

explain why you thought $2 even needed to be added into:
on $*:text:/^.!@/Si:#:{
if ($regml(1) == wine) && ($2) {
if you added any of the "describe $chan" actions after the bracket and used a close bracket it's still not going to trigger .I stated that if && ($2) was removed and in the "describe $chan" action if $nick were used it would still give the person that activated the trigger's nick in the relayed text.
I also trying to explain that there are a lot of people that use color talker scripts and that most basic trigger scripts like Abcdefmonkey posted example would not allow the trigger to activate without using $strip also.
I don't see how I'm trolling by giving advise about the following comments.Just as you have done on here I am free to give my opinion about something on here.
If you want to talk in a different place other than posting comment after comment feel free to visit me on Peers where you know I am.
Don't hide on here and rant and rag... Join #3amigos.

 Respond  
Spoof commented on a Page, 5 Color script  -  Jan 02, 2012

Say what you like... it doesn't undo your buddy's rip.
I could care less about what you approve of on here or anywhere else for that matter. What are you going to to about it... post more meaningless comments... cry me a river.

 Respond  
Spoof commented on a Page, Command list  -  Jan 02, 2012

Jethro no one called you vile names, but as far as you referring to me in such a manner just truly shows your stupidity.
If you can't handle any feed back from other people on here you probably shouldn't even post a comment.

 Respond  
Spoof commented on a Page, 5 Color script  -  Jan 02, 2012

Description
quote: "This is much like a couple other color scripts but I added and edited stuff. More acros, ALL CAPS, ASCII, plus more."
You do not mention 1 persons name in the versions you ripped code from... at least be a man about it and give them credit for their work. Don't just re-post something you added a few lines to, b.t.w. even added your fail which Dean noticed and commented on. I you would take the time to understand what you are copy pasting from other peoples work you would have noticed that error before posting it as a finished script, so don't get butthurt over getting caught and twist it around on me... I have enough sense to not use any of your scripts even if you don't agree with my formats.
Get a real life dude.

 Respond  
Spoof commented on a Page, Command list  -  Jan 02, 2012

First off,
To iGhostScripts:
On all the .describe $chan parts take out $2 and change it to $nick cause it will still say the persons nick that has triggered the script.

To Jethro: Your example using $2 fails and doesn't work, so before giving misleading advice about alternatives to better coding test it before you post it cause all it will do is confuse people that are trying to learn. The code will work if you take out the $2 part.
your post: if ($regml(1) == wine) && ($2) {
change to: if ($regml(1) == wine) {
NOTE: by using $regml format as shown by Jethro it allows other nicks in the channel to use color talker scripts and still also use your triggers.

To xbox_gamer1 :
your version will not be detected by people using color talkers without stripping the $1. So that's a fail as far as being user friendly for the whole room. Plus you also are using the $2 in the describe $chan section.
Seriously $nick works fine.

In the future please test your post cause it really makes it look like you don't know anything about what your talking about. B.T.W. I tested everything you guys posted and cleaned up your messes.... You're Welcome.

 Respond  
Spoof commented on a Page, ban protection  -  Dec 31, 2011

what happened to using
on 5:BAN:#:{
plus your script lacks a closing bracket on line 10

 Respond  
Spoof commented on a Page, 5 Color script  -  Dec 31, 2011

INVISION VERSION 3.x Script for mIRC 6.02 By cRYOa
FILE: itext.ini
DATE: 2-4-02
DESCRIPTION: on TEXT Routines

File:system\remote\itext.mrc line 198

if $left($1,3) == §€¥ {
if $r.set(Invision,Decrypt) == On {
set -u0 %rtndc $decrypt($1-)
if %rtndc == §§§ {
echo $nick $c(2) $+ Your key did not match that used to encrypt. $bracket(Decryption Failed)
}
else { echo $nick $c(1) $+ DECRYPTED: $c(1) $+ < $+ $c(2) $+ $nick $+ $c(1) $+ > $+ $decrypt($1-) }
halt
}
}
if $left($1,3) == §Å¥ {
if $r.set(Invision,Decrypt) == On {
echo $nick $ts $c(1) $+ DECRYPTED: $c(1) $+ < $+ $c(2) $+ $nick $+ $c(1) $+ > $+ $decrypt2($1-)
halt
}
}
if $left($1,3) == ] {
if $2 != $null && $r.set(Invision,Decrypt) == On {
crypt 1 $r.set(Invision,CryptKey) $2-
echo $nick $c(1) $+ < $+ $+ $nick - $c(2) $+ ircN Decrypt $+ $c(1) $+ > $+ $result
halt
}
}

seriously, rip rip rip and you got busted.. try learning from scripts and coding. Not copy pasting peoples work and acting like you made it.

 Respond  
Spoof commented on a Page, 5 Color script  -  Dec 30, 2011

I'd like to know why hes taking credit for ripping code from Invision version mirc when all there stuff is copy right protected. And isn't giving them any credit for being the ones that made the code to begin with.
But I guess the menu part was more important.

 Respond  
Spoof commented on a Page, Pandoras Talking Bot  -  Dec 30, 2011

my plain 6.35 mirc is running under the mirc link ssl download and through a secure port not the default 6667.
I have no problems with read or write from the server to my directory, so there shouldn't be any problems with a socket script running. I haven't gotten any firewall popups asking for permission or anything like that. Nor have I received any error messages on my mirc status window.
I have no clue as to why it's not responding. I used your lag bar on the plain mirc and im averaging around 1.7s and lower on lag. (o_0)/ IDK.
Guess it will be a script I wont be able to use.

 Respond  
Spoof commented on a Page, Pandoras Talking Bot  -  Dec 29, 2011

www.pandorabots.com /pandora/talk-xml?botid=f5d922d97e345aa1 Alice 0 Alice
I tried activation with the ID number also and nothing... no responses.

 Respond  
Spoof commented on a Page, Pandoras Talking Bot  -  Dec 28, 2011

maybe I should just simplify my comment more....
the script doesn't work period!
doesn't reply back when spoken to or anything... how the hell it rated so high for not working on a plain version of mirc I have no clue.
did your tiny brain understand that?

 Respond  
Spoof commented on a Page, Toolbar Digital Clock  -  Dec 27, 2011
  • cause ... typo'd "case" sorry
 Respond  
Spoof commented on a Page, Toolbar Digital Clock  -  Dec 27, 2011

would be nicer if the user could custom set the location in the toolbar in cause they are running a lag bar.
But its O.K. for plain mirc's.

 Respond  
Spoof commented on a Page, Digital Clock  -  Dec 22, 2011

That would look cool in the menu bar.
Plus you could try making a digital lag bar.

 Respond  
Spoof commented on a Page, Get Told (BOT)  -  Dec 19, 2011

If that's true KillerX, shouldn't they have called it a Personal Quote's add-on.

 Respond  
Spoof commented on a Page, Info Center  -  Dec 18, 2011

Nice job.
This coding can come in handy for making customized themes for mIRC versions.

 Respond  
Spoof commented on a Page, !21 Cards bot Game  -  Dec 17, 2011

Funny how none of your scripts seem to be error free and don't work.
do you read the error line msg's or what.

 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.