Over 9000 (umm..I dunno what it's called)

By ChunkieMonkey on Aug 25, 2008

I'm just messing around with setting F12 to bring up a lil box thing , got the idea for f12 from rickroll and the scan from Over 9000 alias. Intended as learning, not to be useful.

The scan part is all a different script, I made the alias F12 thing using rickroll as an example

Alias F12 {
  set %F12 $?:"Type yes to Scan"
  set %pl $r(1,100000)
  if (%F12 == yes) {
    Scan: var %pl $r(1,10000) | me scans $$1 $+ 's Power Level... | .timer 1 3 say $iif($1 !ison $chan,$1 is out of range.,$iif(%pl > 9000,its... ITS... ITS OVER 9000!!!!!!!( $+ %pl $+ ),$1 $+ 's Power Level is %pl))
  }

Comments

Sign in to comment.
b0sse   -  Aug 13, 2009

haha, you should make it into listening to a trigger instead of an alias though.

like !powerlevel or something :P

 Respond  
mr_president   -  Jun 01, 2009

/me wonders to him self
( what is the point in trying to learn scripting if you dont script? )
And just like Viper01 has been saying "Must include URL to original script or snippet if you did not build it from scratch."
Because i am shure the people who did make the scripts want credit i know i would...

 Respond  
Viper01   -  Aug 26, 2008

/agrees

 Respond  
Trikloa   -  Aug 26, 2008
set %F12 $?:"Type yes to Scan"
Scan: var %pl $r(1,10000)

LAWLCAKES
First of all, the $? identifier is used like this:

$?="What ever you want here"

And if you want it to be Yes or No, you do this:

$?!="The Yes or No question"

And perhaps make an alias for 'Scan:'?

You should've expected this flaming, don't post scripts that fail...
Plus you partially ripped a dude I'm budz with on his server, seriously, think shit through, Hawkee is not going to be another F'ing Ask.com <_<

 Respond  
Eugenio   -  Aug 26, 2008

well you did blind me...anyhow no one said what I said in the way I said it....
also all of you writing typo-style comments probs dont get the attention of chunkeh monkeh like they dont me.

 Respond  
Viper01   -  Aug 26, 2008

again Eugene, LRN2READ >:|
or at least get some frickin glasses lol

 Respond  
Eugenio   -  Aug 26, 2008

You cant just say you used "other" scripts and codes without linking or saying what you took from them T_T
If you could I would have released my own full script by now.

 Respond  
Viper01   -  Aug 26, 2008

i just tested it and now i can quote a couple rules to you:

Snippet MUST WORK - Due to yours being thrown together from 2 different scripts, theres no link between them and nothing happens. Also missing a closing bracket ( } )

Must include URL to original script or snippet if you did not build it from scratch. - I'm not seeing any URLs. granted you supplied the names of them but if you search for 'autovoice' roughly 30 or more popup.

This is why you:
1) read the help file
2) make your own scripts your own way
3) test it and MAKE SURE it works
4) refine the script as best you can, not using parts from other scripts you dont understand

I'm not being an asshole just to be an asshole. Just trying to help you learn.

Also sorry about double posting.

 Respond  
Viper01   -  Aug 26, 2008

/me sighs.

Look. scripting isnt about using other peoples scripts. its about you making your own your own way, testing and refining them THEN releasing them to the public.

 Respond  
ChunkieMonkey   -  Aug 26, 2008

Has anybody seen me deny that I used other scripts?

 Respond  
Viper01   -  Aug 26, 2008

I know you're learning and im offering constructive criticism. do it your own way instead of copy/pasting several scripts together and calling it your own. thats how everyone learns to script, the help file and looking at other people's scripts.

Only noobs rips and think they can get away with it. Then when they get busted on it, they deny until undeniable evidence is shown.

 Respond  
ChunkieMonkey   -  Aug 26, 2008

Eh w/e...I'm learning so pew on you

 Respond  
Viper01   -  Aug 26, 2008

I still say you shouldve tried making it yourself like 15% of Hawkee does instead of slapping together a script from several other scripts and calling it your own.

My score still stands and so does my point.

 Respond  
ChunkieMonkey   -  Aug 26, 2008

Exactly The Same Code.
other than the f12 bit, instead of trying to make your own, you ripped mine.
1/10

m just messing around with setting F12 to bring up a lil box thing , got the idea for f12 from rickroll and the scan from Over 9000 alias. Intended as learning, not to be useful.

WTF have you even read my intro? I stated I used other scripts.

 Respond  
Eugenio   -  Aug 26, 2008

My god, next there going to be posting examples from the help file as their own.
ROFLCOPTER

 Respond  
Typo   -  Aug 26, 2008

My god, next there going to be posting examples from the help file as their own.

This is just another example of another idiot doing their best to ruin this site.

I hope someone takes the time to look thru the rest of your submissions to find out if your a total or just a part time ripoff.

I wish you and the people like you that keep posting garbage would piss off your moms and get your computers taken away so those of us who want to see the site do well can enjoy it without you.

In other words.....GO AWAY!

 Respond  
Eugenio   -  Aug 26, 2008

yeah its riped and a waste of time posting this here
/me rates 1

 Respond  
Viper01   -  Aug 26, 2008
Scan: var %pl $r(1,10000) | me scans $$1 $+ 's Power Level... | .timer 1 3 say $iif($1 !ison $chan,$1 is out of range.,$iif(%pl > 9000,its... ITS... ITS OVER 9000!!!!!!!( $+ %pl $+ ),$1 $+ 's Power Level is %pl))
  }

The top is 'yours' the bottom is mine

Scan: var %pl $r(1,10000) | me scans $$1 $+ 's Power Level... | .timer 1 3 say $iif($1 !ison $chan,$1 is out of range.,$iif(%pl > 9000,its... ITS... ITS OVER 9000!!!!!!!( $+ %pl $+ ),$1 $+ 's Power Level is %pl))
}

Exactly The Same Code.
other than the f12 bit, instead of trying to make your own, you ripped mine.
1/10

 Respond  
Paul_1337noob   -  Aug 26, 2008

they say you learn something new everyday

 Respond  
ChunkieMonkey   -  Aug 25, 2008

I am only making lame script (now) because I am actually trying to learn mIRC instead of uploading crap that has no meaning, right now I am working on a away system.

 Respond  
Neo_   -  Aug 25, 2008

What a waste of time, rubbish. Lmao.

 Respond  
ChunkieMonkey   -  Aug 25, 2008

Yea w/e

 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.