vegeto079

vegeto079

Joined
Mar 23, 2006

Activity Stream

vegeto079 commented on a Page, Word Count  -  Jul 24, 2009

It's wordcount, not wordcheck, sorry about that.
I'll fix what it says in the description and add wordcheck as a command as well.

 Respond  
vegeto079 created a Page  -  Jul 17, 2009
1,060 

In just a few words, this script takes a .txt or similar file, reads through it, and tells you how often certain words occur. This can be used to see how you talk during conversations, or maybe even to see what words to use less for a school project.

vegeto079 commented on a Page, Away Script  -  Aug 02, 2008

Meh, I just put that the same message on every script. Not like I don\'t expect people to switch it around a bit, just that I don\'t really want people editing and taking credit for it.

 Respond  
vegeto079 commented on a Page, TheNinja-RPG IRC  -  Jul 09, 2008

Decent script, but terribly sloppy.

 Respond  
vegeto079 created a Page  -  Jul 08, 2008
965 

Simple away script. Type /awaycommands for commands. Load script by opening it or type /awayload Self-checker to make sure the script works before you use it Config letting you choose the colors

vegeto079 commented on a Page, WPM Finder  -  Apr 11, 2008

Fixed...again. Not sure why they weren\'t silenced when I had done it before (possibly it didnt save?), but they are now.

 Respond  
vegeto079 commented on a Page, WPM Finder  -  Mar 31, 2008

Fixed, thanks.

 Respond  
vegeto079 commented on a Page, WPM Finder  -  Mar 29, 2008

how do i do that >.<?

 Respond  
vegeto079 created a Page  -  Mar 29, 2008
354 

Simple WPM script. Type /wpm in #mywpm to start. I may let you change the channel later on, since multiple people might be in one channel and it could get irritating! NOTE: You MUST load the script !OR! type /loadwpm before you start!

vegeto079 commented on a Page, greet script  -  Mar 23, 2008

Or you could just use NickServ :P
Good script though

 Respond  
vegeto079 commented on a Page, Buying/Selling script  -  Mar 23, 2008

Having random people /amsg is never a good idea.
You may want to name timers as the persons name so that they cannot have more than one timer for one person, probably easy to spam the script and make you have hundreds of timers and spam amsgs :P

 Respond  
vegeto079 commented on a Page, Channel Record Script.  -  Mar 23, 2008

O.o

 Respond  
vegeto079 created a Page  -  Mar 08, 2008
2,965 

This script will make you type in random capitalization, colors, underlines, and bold.

vegeto079 commented on a Page, Simple number game  -  Mar 08, 2008

Oh, and I forgot to say, you should probably take out those two big blocks of code and put this:

on *:TEXT:*:#: {
if ($1- != 2) && ($1- != 3) { halt }
  if (%numgame == 1) && (%lastnick == $nick) { msg $chan 4You may not take 2 turns in a row!! }
  if (%numgame == 1) && (%lastnick != $nick) {
    set %currentnum %currentnum + $1-
    set %lastnick $nick
    if (%currentnum < %end) { msg $chan 12The number is now4 %currentnum }
    if (%currentnum >= %end) {
      msg $chan 12 $nick has won!!
      unset %end
      unset %currentnum
      unset %lastnick
      unset %ender
      set %numgame 0
    }
  }
}
 Respond  
vegeto079 commented on a Page, Simple number game  -  Mar 08, 2008

There\'s always little sill things you could do to shorten the script. I\'d review it and see if it works, but it seems you need 2 people to play, and nobody else is on right now ;P

  if (%numgame == 1) { msg $chan 12Game already in progress. }
  if (%numgame != 1) {

can simply be

if (%numgame == 1) { msg $chan 12Game already in progress. | HALT }

and

     if (%currentnum < %end) { msg $chan 12The number is now4 %currentnum }
    if (%currentnum >= %end) {

could simply be

if (%currentnum < %end) { msg $chan 12The number is now4 %currentnum | HALT }
 Respond  
vegeto079 commented on a Page, Channel Record Script.  -  Feb 28, 2008

Thanks, fixed.

 Respond  
vegeto079 created a Page  -  Feb 24, 2008
1,030 

This is a Channel Record Script. It simply will /msg a channel that has a new record of users in the channel. You can use !record, @record, or /record to see whats in your current channel or $2's channel. You can use /recordchange,/rdc,/rcc,/rec to change the list of channels that the script uses Not much else to say. Echos from script: " Record information: Commands: !Record,@record,/record To see..

vegeto079 commented on a Page, Excellent Dm Script, Smart People Look??  -  Jan 04, 2008

Thanks for ripping my working script and editing it without permission. And no, I will not fix it.

 Respond  
vegeto079 created a Page  -  Dec 01, 2007
1,961 

A nice Count Down script I made from scratch.

  1 Thread   mIRC  
vegeto079 commented on a Page, runescape DM bot script  -  Aug 04, 2007

someone please delete this, i have posted a newer version of MY dm script, this one, which he claims to be his, when it is mine.

 Respond  
vegeto079 commented on a Page, delete me  -  Aug 04, 2007
vegeto079 commented on a Page, runescape DM bot script  -  Aug 04, 2007

and you copied MY dm script and used it and claimed it as yours, i see... thats not very nice.
that DOES give me an idea to put MY dm script in a pastebin instead of actual snippet since it doesnt fit.

 Respond  
vegeto079 commented on a Page, delete me  -  Jul 25, 2007

PLEASE READ LATEST UPDATE!

\"Update: Thursday, July 26, 2007. 12:53am EST time :
Currently going to make a SCRIPT (instead of SNIPPET) version of this because it is too long for this box. When uploaded I will have a link here showing where you can get the script.
Anotherwards, this script doesnt work.\"

Hawkee doesnt allow so many characters in a snippet so i must go to make a script version.

As for now all you can do is wait, I will have a link here and you can click on my profile whenever to see if I uploaded it yet.

I \'would\' right this instant, but I am over a relatives house and will not be back in a week or so, so to use this script you must wait until then.

 Respond  
vegeto079 commented on a Page, delete me  -  Jul 25, 2007

After you copy and paste it you must LOAD it. When you load it, it will ask a few questions about the script. Answer them, and the script should work.

 Respond  
vegeto079 commented on a mIRC Script, Away system v1.6  -  Jun 23, 2007

how am i supposed to get rid of spaces if there\'s program files :\..

 Respond  
vegeto079 commented on a Page, delete me  -  Jun 20, 2007

i dont see what the problem is with the script, but i updated it anyway.
as for spamming, i dont see a problem without timers, its fine the way it is in my opinion.
if somebody tries to spam you out, it wont work anyway, seeing that theres a timer preventing people from saying spam commands such as !dmcommands many times.

 Respond  
vegeto079 commented on a Page, delete me  -  Apr 16, 2007

when in mIRC, hit ALT+R. it should open a \"remotes\" thing. if anything is typed in already here, hit File>>New. Then just copy>paste the whole thing there.

 Respond  
vegeto079 commented on a Page, delete me  -  Apr 05, 2007

I put [DM] in everything so everyone would know if the bot was talking from a diff script or actually you typing, as compared to the DM bot :P
you can just use CNTRL+F\'s Replace feature by replacing all [DM]\'s with spaces.

and no i havent heard of war-gen

 Respond  
vegeto079 commented on a Page, delete me  -  Apr 05, 2007

no scores? :(
big updates recently, so i thought it deserves another chance on being seen :P gold mod, AI bot, items, admin mod, etc :D

 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.