xbox_gamer1

xbox_gamer1

Joined
Sep 17, 2010

Activity Stream

xbox_gamer1 commented on a Page, TVRage  -  Jul 12, 2014

SRU can you please add directory / writer and display the airdate like July 12, 2014?

xbox_gamer1 commented on a Page, Weather script for mIRC  -  May 25, 2012

@RicJames you may haft to change some of the lines too .msg and not use .notice
some servers not allow .notice

 Respond  
xbox_gamer1 created a Page  -  Mar 19, 2012
942 

Kick bad Words

xbox_gamer1 commented on a Page, Weather script for mIRC  -  Mar 07, 2012

The on/off triggers are not working with the code up top eqrunner

 Respond  
xbox_gamer1 commented on a Page, kick ban badword  -  Jan 30, 2012

Here with the reason on it

on @*:text:*:#: {
  ;Start Insert
  if ($nick !isop #) {
    var %SayKick = babi,butuh,kimak,lancau,puki,burit,kote,cipap,fuck

    ;Kick words on the line above this line

    var %SayKickCount = 0
    while ($gettok(%SayKick,0,44) > %SayKickCount) {
      inc %SayKickCount
      if ($gettok(%SayKick,%SayKickCount,44) isin $strip($1-)) {
        var %SayKickHit = Yes
      }
    }
    if (%SayKickHit == Yes) {
      kick # $2 | /mode # -b $2
 .msg $chan $nick your message has been removed!
}
} 
  ;End Insert
}
 Respond  
xbox_gamer1 commented on a Page, Command list  -  Jan 06, 2012

just another troll :P

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

why make it that long

here is another way

 ON *:TEXT:*:#: {
if ($1 == !wine)  { describe $chan 12 Gives $2 glass of wine }
} 

And then keep going with that

 Respond  
xbox_gamer1 commented on a Page, Weather script for mIRC  -  Dec 26, 2011

Eqrunner
if you can..can you make an on/off switch for this

 Respond  
xbox_gamer1 commented on a Page, !IMDB Movie Search  -  Aug 04, 2011

@Ricjames
i do not have that problem...
did you change anything in the script?

 Respond  
xbox_gamer1 commented on a Page, RoOm LoCkDoWn   -  Aug 02, 2011

PythOn
you can use

for channel owner only:

 if ($nick isin #) {

OR

for bot owner

if ($nick == yournick) {

hope this helps

 Respond  
xbox_gamer1 commented on a Page, Weather script for mIRC  -  Jul 14, 2011

@ TheWhistler

the !weather should look like this

  ;---Command Prep ---
  set %wu_address $replace(%wu_location,$chr(32),$chr(43)) 

  if (%wu_command == !w) set %wu_command !weather
  if (%wu_command == !weather) || (%wu_command == !current) || (%wu_command == !time) { 
    set %wu_link $+(/auto/wui/geo/WXCurrentObXML/index.xml?query=,%wu_address)
    set %wu_host api.wunderground.com
    sockopen wunderground %wu_host 80
  }

hope that helps

 Respond  
xbox_gamer1 commented on a Page, Youtube url detector for mIRC  -  Jul 14, 2011

nice job as all ways

xbox_gamer1 created a Page  -  Jul 14, 2011
716 

Commands: /FBSetup /FBUpdate (Status you want here)

xbox_gamer1 commented on a Page, Simple !afk & back  -  Jun 28, 2011
on *:TEXT:!afk *:#:{
  set %reason $2- | /amsg 9 $nick is away 
  /amsg 4Reason: 4 $+ %reason $+ 9,0 | set %away.time $ctime | enable #away | set %away on
}
on *:TEXT:!back *:#:{
  if ( $nick) {
    /amsg 7 $nick Is back from 4Reason: $+ %reason $+ 9
    /amsg 9 He was away for $duration($calc($ctime - %away.time)) $+ 6. | unset %reason | disable #away | unset %away.time | unset %away on
  }
}

work on your coding

 Respond  
xbox_gamer1 commented on a Page, Weather script for mIRC  -  Jun 24, 2011

thanks eqrunner

 Respond  
xbox_gamer1 commented on a Page, Truth or dare  -  Jun 20, 2011

@H2O
for

$read(text.txt)

yes you do haft to write a file in notepad
if the scripte does not work use the code up there

 Respond  
xbox_gamer1 commented on a Page, Links Remover  -  Jun 11, 2011

:)

 Respond  
xbox_gamer1 commented on a Page, Links Remover  -  Jun 11, 2011

why $v1 your not trying to permit yourself are you?

look at this line

hadd -mz permit $v1 30 | notice $v1 You have 30 seconds to post a link. Starting now! 

change $v1 to $2

now it should be

 hadd -mz permit $2 30 | notice $2 You have 30 seconds to post a link. Starting now!
 Respond  
xbox_gamer1 commented on a Page, just a code to build on to  -  Jun 05, 2011

well first off i do not see the point in this script looks point less and i do not get this part in the script

 wscript.sleep 1000 

welcome to hawkee!!

 Respond  
xbox_gamer1 commented on a Page, IMDB Search  -  Jun 05, 2011

at that last line add this:

 } 

and in the Description put in how to use this script

 Respond  
xbox_gamer1 commented on a Page, !IMDB Movie Search  -  May 27, 2011

the new code is up there

 Respond  
xbox_gamer1 commented on a Page, !IMDB Movie Search  -  May 07, 2011
var %method $iif(%action == !,.notice $nick,$iif($rege$nick($chan,$nick).pnick,/(!|~|&|@|%)/),.msg $chan,.notice $nick))
GIMDB %method $2-
}
}

and change

change action == @
action == !
to
action == @
 Respond  
xbox_gamer1 commented on a Page, !IMDB Movie Search  -  May 07, 2011

yeah can you fix the short plot one too ford

Link -> http://pastebin.com/LZDUAt1H

 Respond  
xbox_gamer1 commented on a Page, !IMDB Movie Search  -  May 07, 2011

ford did you update the one with the short plot too

 Respond  
xbox_gamer1 commented on a Page, !IMDB Movie Search  -  May 06, 2011

yeah i noticed that too

!imdb RV Sorry - No cannot find RV Hope you can fix it soon
 Respond  
xbox_gamer1 commented on a Page, Truth or dare  -  May 01, 2011

you may want to add a flood too that

 on $*:TEXT:/^[!@.]Truth/Si:#:{
if  (!%tru) {
   inc -u4 %tru
if ($2- !ison $chan) { notice $nick Please Specify a Person | halt }
    msg # $2- $+ , Is it True That $read(Truth.txt) $+ ?
}
}

and then do the same thing for dare

 on $*:TEXT:/^[!@.]Dare/Si:#:{
  if  (!%dar) {
    inc -u4 %dar
    if ($2- !ison $chan) { notice $nick Please Specify a Person | halt }
    msg # $2- $+ ,  I Dare you to $read(Dare.txt) $+ !!
  }
}
 Respond  
xbox_gamer1 commented on a Page, Google books  -  Apr 30, 2011

@jethro i think i will add that too alot of my scripts to much flooding

thanks

 Respond  
xbox_gamer1 commented on a Page, Coin Flip Snippet (Updated!)  -  Apr 29, 2011

lol

 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.