[HH] Script Introduction
Platform: mIRC
Published Dec 29, 2007
Updated Dec 29, 2007
Put in remotes, " ALT + R " And When Ever a User Starts in it "inc"rease's The %Counter Variable and at certain number of runs it will display a message of how Grateful you are, i also have a $rand version but this would be easy for others to edit and/or use. Thank you ^^
on 1:START: {
//Set %Logo ;;Your Script Name;;
//titlebar %Logo
/inc %Counter
if (%Counter == 1) { /echo Thanks For Choosing %Logo ! }
if (%Counter == 10) { /echo You Really Do Enjoy %logo Dont you ^^ }
if (%Counter == 25) { /echo You Are a Dedicated User OF %Logo , Thank You Ever So much :D }
if (%Counter == 100) { /echo yay my script is so popular ^_^ Please share with your friends }
}