Godzilla

Godzilla

Joined:
Aug 16, 2007

Activity Stream

Godzilla commented on a Snippet, brb, brb, omg, ect v1.0  -  Oct 07, 2007
Uh, why not just:

Code

 
 Respond  
Godzilla commented on a Snippet, Hawkee snippet search  -  Oct 07, 2007
People, now don\'t start a fall on hawkee snippet search after 8ball ^^

Well, nice job mate :)
 Respond  
Godzilla commented on a Snippet, Simple away script  -  Oct 01, 2007
Use a dialog, would be better.
 Respond  
Godzilla commented on a Snippet, Op Thanker  -  Sep 28, 2007
I never said it is ripped :)
 Respond  
Godzilla commented on a Snippet, Super Akick -- Personal Version  -  Sep 28, 2007
Its kinda like blacklist, but it also akicks :)
 Respond  
Godzilla commented on a Snippet, Op Thanker  -  Sep 28, 2007
http://www.hawkee.com/snippet/3076/

Its almost same, just the above script some more features :)
 Respond  
Godzilla commented on a Snippet, GScript Away Script v1.0  -  Sep 26, 2007
Instead of:

Code

 


You can use something like

Code

 
 Respond  
Godzilla commented on a Snippet, GScript Away Script v1.0  -  Sep 25, 2007
It would be nice if you put a identify system :]
 Respond  
Godzilla commented on an Image, oooh!!! SHINY!  -  Sep 22, 2007
I don\'t like it, i don\'t know why..
 Respond  
Godzilla commented on a Snippet, Saurabh's Access Thanker v3.0  -  Sep 20, 2007
yes i do.
 Respond  
Godzilla commented on a Snippet, Saurabh's Access Thanker v3.0  -  Sep 20, 2007
• Released Saurabh\'s Access Thanker v3.0
 Respond  
Godzilla commented on an Image, Java Applet  -  Sep 15, 2007
Awesome ^^
 Respond  
Godzilla commented on a Snippet, Saurabh's Access Thanker v3.0  -  Sep 08, 2007
• Released Access Thanker v2.0
 Respond  
Godzilla commented on a Snippet, Query Control By SeiferAlmasy - Updated  -  Sep 07, 2007
Pretty Stuff.
 Respond  
Godzilla commented on a Snippet, Mirc Muter!  -  Sep 02, 2007
It has a few errors, it can be:

Code

 
 Respond  
Godzilla commented on a Snippet, Smiley Faces  -  Sep 02, 2007
Its not kinda scripting, just to make big faces, and to do, what i\'m trying to explain is, its so simple. :]

alias face {
msg $active <face>
}
 Respond  
Godzilla commented on a Snippet, first script  -  Sep 02, 2007
it should be (%fate == 1) { timer 1 8 blah blah }
and so on till 7..

 Respond  
Godzilla commented on an Image, Cannel central  -  Sep 01, 2007
Sweet mate, thanks for adding me into the image ^^
 Respond  
Godzilla commented on a Review, The last great game for Sony's dieing console  -  Aug 31, 2007
Awesome game, i play it all the time, guess what? I finished the game! ^^
 Respond  
Godzilla liked a Review, The last great game for Sony's dieing console  -  Aug 31, 2007
Godzilla commented on a Snippet, Twister Game  -  Aug 31, 2007
Wow, 9.5 already? >_<
 Respond  
Godzilla commented on a Snippet, Simple Inputs  -  Aug 31, 2007
Why is there some space after the input event?
 Respond  
Godzilla commented on a Snippet, 8 ball script with adding features  -  Aug 31, 2007
I don\'t want to explain, bunch of rubbish in it, and why not just...


on *:text:!8ball*:#: {
if ( %8ball == off ) {
msg $chan Sorry $nick $+ , The 8ball Game Is Currently OFF
elseif { (%8ball == on) {
msg $chan $nick $+ : $read($mircdir $+ 8ball.txt)
}

on *:text:!write*:#: {
if ($nick == Bot\'sOwnerNick) {
$write($mircdir $+ 8ball.txt $2-
notice $nick $2- is sucessfully added to the 8ball questions list =)
}

menu * {
8ball
.On { set %8ball on | echo -a The 8ball game has been activated! }
.Off { set %8ball off | echo -a The 8ball game has been de-activated! }
 Respond  
Godzilla commented on a Snippet, Simple Aliases  -  Aug 30, 2007
You could use something like this in remotes:

on :input:#:{
if ($1 == lol) { msg $active Laughing Out Loud | /halt }
}

And so on....
 Respond  
Godzilla commented on a Snippet, Charizard Pic  -  Aug 30, 2007
No Problem
 Respond  
Godzilla commented on a Snippet, Cool Meter  -  Aug 30, 2007
Maybe use:

set %coolness $rand(1,100)
.timer 1 4 .msg $chan $nick is %coolness $+ % cool. 8-)
 Respond  
Godzilla commented on a Snippet, 8ball  -  Aug 29, 2007
Mono, you didn\'t notice what napa182 said, no need of / before /set %8ball $rand(1,6)
 Respond  
Godzilla commented on a Snippet, 8ball  -  Aug 29, 2007
Its a nice snippet if your a scripting noob, and oh yeah events have to ended with 2 brackets for example:
.
.
.
if (%8ball == 5) .msg $chan 8,1Are You Retarted Or Something
if (%8ball == 6) /msg $chan 8,1Are You Serious..?
}
}
 Respond  
Godzilla commented on a Snippet, InPuT :)  -  Aug 29, 2007
Err... I don\'t know how to [-code-] and [-/code-]
 Respond  
Godzilla commented on a Snippet, InPuT :)  -  Aug 29, 2007
[code]if ( !op = $1) { cs op $chan $2 }
if ( !deop = $1) { cs deop $chan $2 }
if ( !voice = $1) { /mode $chan +v $2 }
if ( !devoice = $1) { /mode $chan -v $2 }
if ( !aka = $1) { /msg ChanServ@services.dal.net AKICK $chan add $2 }
if ( !akd = $1) { /msg ChanServ@services.dal.net AKICK $chan del $2 }
if ( !invite = $1) { /invite $2 $chan }
if ( !akl = $1) { /msg ChanServ@services.dal.net AKICK $chan list }
if ( .kick = $1) { /k $2 $Reason }
if ( .ban = $1) { mode $chan +b $2 }
if ( .unban = $1) { mode $chan -b $2 }
if ( .unban = $1) { mode $chan -b $2 } [code]


In that, you left out equal signs, there must be two i think..
 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.