cdcyborg

cdcyborg

Joined
Oct 15, 2004
Occupation
Student
Location
England, Telford
Website

Activity Stream

cdcyborg commented on a Page, CyBoRg Whois - CdCyBoRg  -  Feb 18, 2008

yeah, i put it like that incase you have a diffrent timestamp like i do.

mine is

4{HH4:MM4:SS4}

 Respond  
cdcyborg commented on a Page, Nickserv identify script  -  Feb 18, 2008

My Code:
I Coded it all :)

on *:start: {
hmake Config 10
hmake IpLog 25
hload IpLog IpLog.hash
hload Config Config.hash
window -zk[0] @Raws
window -n @Raws
if ($hget(Config,Servers) == $null) { setupserver $input(There Is No Servers To Connect To.) | halt }
server $gettok($hget(Config,Servers),1,32)
set %svrnum 2
:top
if ($gettok($hget(Config,Servers),%svrnum,32) == $null) { unset %svrnum | halt }
server -m $gettok($hget(Config,Servers),%svrnum,32)
inc %svrnum 1
goto top
}

on *:connect: {
if ($hget($network) == $null) {
hmake $network 10
}
if ($exists( $+ $network $+ .hash) == $true) { hload $network $network $+ .hash }
perform
set -u10 %startup yes
}

alias perform {
if ($hget($network,Nickname) == $null) { set %setupsvr $network | setupserver | halt }
if ($hget($network,Channels)) { join $hget($network,Channels) }
nick $iif(%tempnick,%tempnick,$hget($network,Nickname))
ns identify $dcode($hget($network,Password),m)
if ($hget($network,OperNick)) {
oper $dcode($hget($network,OperNick)) $dcode($hget($network,OperPass))
/mode $me +iwxoghaAsNWtTq
/mode $me +s +cFkevGnNqsSo
}
window -n \"status window\"
}

 Respond  
cdcyborg commented on a Page, Quoterv1.0  -  Aug 25, 2006

its not so simple, alot of commands, try it. ;) and the /\'s i couldnt b bothered 2 remove them all after i made it.. lol i din realise i added them in

 Respond  
cdcyborg commented on a mIRC Bot, Nitrous bot  -  Aug 25, 2006

So What, u can login, logout and thats it? lol

 Respond  
cdcyborg commented on a mIRC Bot, rps-bot  -  Aug 25, 2006

Or a completly better way that both of yours..

on *:join:#: {
if ($nick == $me) { halt }
msg $chan 7,5 $+ Hi $nick $+ ! You are the $ord(%njoin) person to join $chan $+ .
inc %njoin 1
if ($me isop $chan) { mode $chan +v $nick }
}

 Respond  
cdcyborg created a Page  -  Feb 07, 2006
4,812 

Saw some nubby scripts like this, so made one but without the long lists. Put in in your Remote Section (Alt + R) and use: /ra1 (text here) /ascii (text here) Then it will make the text colourfull. or into codes.

cdcyborg commented on a Page, CyBoRg Whois - CdCyBoRg  -  Nov 08, 2005

This aint so good because i saw some other guy didn;t know how to make it go into a window, so i thought, ok.. I will make a quick one coz i bored =) I also have other scripts, i will post them on here whenever =)

 Respond  
cdcyborg created a Page  -  Nov 08, 2005
529 

Just put the script in Alt + R, Then change the second line to the date format you want to be shown next to the Whois. The script displays the "Whois" in a "@Whois" but i also made the script able to display it into the Status window still, To enable it to send it to the Status window again, Change the "no" where it says: "alias showstatus { return no }" to a "yes".

cdcyborg commented on a mIRC Addon, Pokemon !Catch  -  Nov 08, 2005

on *:TEXT:!catch:#: { msg $chan $nick Is Sad!! He Likes Pokemon Still! }

 Respond  
cdcyborg commented on a mIRC Addon, Calculator  -  Nov 08, 2005

alias calc { run calc.exe }

 Respond  
cdcyborg created a Page  -  Jul 30, 2005
44 

My simple Quote script. When you add the script to mirc, load it and then the setup will easily set it up :) You can use all commands that are used in the channel on that irc using /command Eg. !quotehelp > u use > /quotehelp

cdcyborg created a Page  -  Jul 30, 2005
527 

Well, i seen some people in other snippets putting: on *:JOIN:#: { mode $chan +v $nick } Etc. so here is some other ways of doing it:

cdcyborg created a Page  -  May 25, 2005
659 

Simply use "!8b on" to turn the game on, "!8b off" to turn it off and !8ball (question) to ask a question. Just change "%chan" to the name of your channel.

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.