T012m3n7oR

T012m3n7oR

Joined
Jan 18, 2008
Occupation
School....
Location
Hiding From You
Website

Activity Stream

T012m3n7oR liked a Page, iPod/iPhone Firmware Download  -  Jun 09, 2009
T012m3n7oR commented on a Page, Kill game  -  Jun 26, 2008

you could make it a LOT shorter other then that 7/10

 Respond  
T012m3n7oR commented on a Page, Frogger game  -  Jun 25, 2008

i have it also, and it doesn\'t need it on mine.. :/

 Respond  
T012m3n7oR commented on a Page, Rock Paper Scissors game  -  Jun 24, 2008

what does the -s do? i\'ve never seen one in a script...

 Respond  
T012m3n7oR commented on a Page, Rock Paper Scissors game  -  Jun 23, 2008

8/10 good script i had to change it some so its easier to use.

on *:text:!rps*:#: {
  if ($2 == p) { var %PlayerChoice Paper | goto rps }
  if ($2 == r) { var %PlayerChoice Rock | goto rps }
  if ($2 == s) { var %PlayerChoice Scissors | goto rps }
  if ($2 == paper) { var %PlayerChoice $2 | goto rps }
  if ($2 == rock) { var %PlayerChoice $2 | goto rps }
  if ($2 == scissors) { var %PlayerChoice $2 | goto rps }
  else { msg $chan [4 $nick ] You\'ve got to choose Rock, Paper or Scissors! | halt }
  :rps
  var %ScriptChoiceNum $rand(0,2)
  var %ScriptChoice $replace(%ScriptChoiceNum,2,Paper,1,Rock,0,Scissors)
  if (%PlayerChoice == %ScriptChoice) { msg $chan [4 $nick ] <Your Choice:4 $replace($($upper($left(%PlayerChoice,1)) $+ $right(%PlayerChoice,-1)),$chr(32),$chr(32)) > <My Choice:4 %ScriptChoice > It\'s a draw! | halt }
  var %PlayerChoiceNum $replace(%PlayerChoice,Paper,2,Rock,1,Scissors,0)
  if (($calc(%ScriptChoiceNum - %PlayerChoiceNum) == 1) || ($calc(%ScriptChoiceNum - %PlayerChoiceNum) == -2)) { var %winner $me }
  else { var %winner $nick }
  msg $chan [4 $nick ] <Your Choice:4 $replace($($upper($left(%PlayerChoice,1)) $+ $right(%PlayerChoice,-1)),$chr(32),$chr(32)) > <My Choice:4 %ScriptChoice > [4 %Winner ] has won!
}

lol ragbot you gave him a 4/10 if you voted if you didn\'t, well then sorry for the odd accusation.

all those \'4\'s in my script are sopose to have the color box.. it isn\'t showing up in code... i wonder why?

 Respond  
T012m3n7oR commented on a Page, Auto Color  -  Jun 11, 2008

lol you have to type

/set %autocor on
 Respond  
T012m3n7oR commented on a Page, PM Blocker with Dialog  -  Jun 09, 2008

lol quit going all math out...
its his comment its w/e.

eugenio, then why didn\'t you rate him 9/10? :P

 Respond  
T012m3n7oR commented on a Page, PM Blocker with Dialog  -  Jun 08, 2008

lolz, i already do play in traffic :)

and code what? :P

 Respond  
T012m3n7oR commented on a Page, PM Blocker with Dialog  -  Jun 08, 2008

only 50% ? lol you can\'t do math :P
7/10 = 70% xD

 Respond  
T012m3n7oR commented on a Page, PM Blocker with Dialog  -  Jun 08, 2008

eugenio you complimented someone for once! im going to die!

 Respond  
T012m3n7oR commented on a Page, Frogger game  -  Jun 07, 2008

thanks Tippy,

Any Tips guys?

See any mistakes?

cheers :),

~T012

 Respond  
T012m3n7oR   -  Jun 07, 2008

@pokemaster23 why do we fight in peoples profiles again? XD

 Respond  
T012m3n7oR commented on a Page, Frogger game (Updated)  -  Jun 07, 2008

http://www.hawkee.com/snippet/4507/

that is the new snippet link

Cheers,
~T012

 Respond  
T012m3n7oR created a Page  -  Jun 07, 2008

This is just a frogger game :) copy and paste into remotes (ctrl + R), and type /set %owner nick (your other nick, because im assuming this to be a bot).

T012m3n7oR commented on a Page, Frogger game (Updated)  -  Jun 07, 2008

I put a load script before it to auto put the level 0 when loaded it will be a bit quicker then :)

on *:LOAD: {
  echo 9 -a You Have Loaded The Frogger Game.
  echo 9 -a I Do Hope You Like It.
  echo 9 -a Ask Someone Else To Type /me crosses the road.
  set %lvl 0
}

also there is no way to advance though the levels(parts) i changed it down to 4 ways, hit by tank, hit by car, progress, and level(go to the next part). And it works for me just fine nice idea, but the script needs alot of work to get it to work.

i will repost the script once i get it to work, and link it back to here giving you credit.

Cheers,
~T012

 Respond  
T012m3n7oR commented on a Page, Page load speed  -  Jun 06, 2008

wth? explain?

 Respond  
T012m3n7oR commented on a Page, channel bot  -  Jun 06, 2008

how do you make a separate file? im not sure

 Respond  
T012m3n7oR commented on a Page, Transparency Algorithm Calculator  -  Jun 06, 2008

Rofl

 Respond  
T012m3n7oR commented on a Page, Ip Scanner  -  May 23, 2008

change

  if ( $1 == $null ) { echo -a 3* Scanip syntax: /scanip <IP/nick> | halt } 

to

  if (!$1) { echo -a 3* Scanip syntax: /scanip <IP/nick> | halt }

and it doesn\'t give you their ip only their user host mask

 Respond  
T012m3n7oR commented on a Page, Mp3 Player  -  Mar 21, 2008
  • /splay: invalid parameters (line 838, remote.ini)
  • /hsave: insufficient parameters (line 769, remote.ini)
  • /hsave: insufficient parameters (line 756, remote.ini)
  • /hsave: insufficient parameters (line 756, remote.ini)
  • /hsave: insufficient parameters (line 756, remote.ini)
  • /splay: invalid parameters (line 812, remote.ini)

Is What Happens When I Try And Add A Song Better Work On That..

 Respond  
T012m3n7oR commented on a Page, simple !kick game  -  Jan 24, 2008

it should be

on *:TEXT:?kick *:#: {
  if (%headsortails == $null) {
    set -u10 %headsortails 1
    if ($2 ison $chan) && ($me isop $chan) {
      set %heads_or_tails_nick $nick   
      set %kicknick $2
      msg $chan $2 heads or tails u have 10 seconds or u will be kicked
      set %num $rand(1,2)
      if (%num == 1) { set %num heads }
      if (%num == 2) { set %num tails }
      .timer 1 10 /kick $chan %kicknick u took to long it was %num
    }
  }
}
on *:TEXT:*:#: {
  if ($nick == %kicknick) {
    if ($1 == %num) {
      msg $chan gratz $nick u win
      .timers off
      unset %kicknick
      unset %heads_or_tails_nick
    }
    if ($1 != %num) {
      /kick $chan %kicknick u guessed wrong it was %num
      .timers off
      unset %kicknick
      unset %heads_or_tails_nick

    }
  }
}
 Respond  
T012m3n7oR commented on a Page, Russian Roulette  -  Jan 20, 2008

lol i didn\'t download a bot i made own... LOLZ

 Respond  
T012m3n7oR commented on a Page, Game: Russian Roulette v3.2  -  Jan 20, 2008

i can\'t get it to work...

 Respond  
T012m3n7oR created a Page  -  Jan 18, 2008
472 

This Is My First Script I Hope You Like It :)

  1 Thread   mIRC  
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.