Dizzlenub

Dizzlenub

Joined
Jul 08, 2007
Occupation
Pimp
Location
Awesomeland
Interests
Pimping xD Football, basketball, stuff like that.

Activity Stream

Dizzlenub commented on a Page, Mimick 2.5  -  Aug 25, 2007

BTW... I\'m making a resolution to make a script worthy of a higher grade them 4.0. ^^ Stick around.

 Respond  
Dizzlenub commented on a Page, My Tribute To Cheft  -  Aug 25, 2007

.> You need Cheft\'s casino script, btw, for this to work. I think I mentioned that.

 Respond  
Dizzlenub commented on a Page, Mimick 2.5  -  Aug 25, 2007

But thanks. I think that last part was a compliment. ^^

 Respond  
Dizzlenub commented on a Page, Mimick 2.5  -  Aug 25, 2007

No prob, Napa.

Mike, I\'m always bored... noone asks me to make anything for them.

So I make really complicated things that could be the simplest things ever. Then I screw them up and people come and help me. cough Napa cough

 Respond  
Dizzlenub commented on a Page, Simple !Say Script  -  Aug 25, 2007

And you too, mountaindew.

FTW, Mountaindew, also, its $$?, not $?. I think. I dunno. &_&

 Respond  
Dizzlenub commented on a Page, Simple !Say Script  -  Aug 25, 2007

... I like mine, lehmann, I\'m not an advanced scripter yet, and I hate being dependant on other people to do my work for me. Sorry.

If anyone wants his script, go ahead ^^ By all means, take his. But I will not allow myself to accept that kind of help, I want to figure it out on my own.

I hope that\'s inspiring. =D

  • Dizzle
 Respond  
Dizzlenub commented on a Page, Welcomer  -  Aug 25, 2007

Well... it has a auto voicer, thats why. ^^

So shush.

 Respond  
Dizzlenub commented on a Page, Super Simple Identifier/chan joiner  -  Aug 25, 2007

Can you challenge me to do something, Ronin? I\'m bored...and out of ideas.

As for the script...
Ignore the critisism if this is one of your very first scripts... I didnt make a autoidentifier until two days ago and I\'ve been scripting for months. This is a pretty worthless script, but for a new guy\'s creation...my first scripting inventions were ontext saytexts, so its pretty good.

Secondly, Deathwave, if you understood half the complicated scripts out there, you would probably see that why they can\'t work for you, is because you are not using them correctly. ;)

Thirdly, as a suggestion back on the snippet\'s subject, some things could be added to make your script a little bit better...

  • You should list it all into mIRC\'s coding, in Status, so when you connect you identify... Go to Popups, View, Status, and this edits your status (server) window\'s right click function, and make it in there, if its not too advanced.

  • If the above is too advanced, you should make a alias. Here\'s an example.

alias autoident {
if ($1 == $null) {
echo -a Please enter the nickname you would like to register into Auto Identify.
halt
}
elseif ($2 == $null) {
echo -a Please enter a password to register with.
halt
}
else {
set %auton $1
set %autop $2
echo -a Auto Identifier has been set to your nick, $1 $+ , and to the password $2 $+ . If one or both of these is invalid, please type /identreset.
}
}

alias identreset {
unset %auton
unset %autop
echo -a Auto Identifier has been reset.
}

on *:connect: {
if ($me == %auton) {
msg NickServ identify %autop
}
}

That should work... made from scratch, but it should work.

Your welcome.

  • Dizzle
 Respond  
Dizzlenub created a Page  -  Aug 11, 2007
743 

Not much to say...it's a pretty good (tested) welcomer that I've been using for awhile.

Dizzlenub commented on a Page, Basic Hangman  -  Jul 24, 2007

I get error: no such nick/chan \"got\" whenever I type now. So I ain\'t using this one.

 Respond  
Dizzlenub commented on a Page, Scramble  -  Jul 24, 2007

This is one of the best scripts I\'ve ever seen. Great job, Pikachu.

 Respond  
Dizzlenub commented on a Page, singing bot  -  Jul 24, 2007

Cleaned it up... :

on :TEXT:!singactafool:: {
msg $chan 12Aah, you just came home from doing a bid
msg $chan 12Tell me what you gon do? Act a fool
msg $chan 12Somebody broke in and cleaned out your crib
msg $chan 12Boy whatcha gon do? Act a fool
msg $chan 12Just bought a new pair and they scuffed your shoes
msg $chan 12Tell me what you gon do? Act a fool
msg $chan 12Now them cops tryna throw you in them county blues
msg $chan 12Boy whatcha gon do? Act a fool
}

;~Cleaned by Dizz~;

 Respond  
Dizzlenub   -  Jul 23, 2007

lol... Peercommons.
chat.peercommons.net

frostwire_regs #teens #casino #aki

 Respond  
Dizzlenub commented on a Page, .:: !Say & !Me ::.  -  Jul 23, 2007

Replace ash with your nick, though. :P

 Respond  
Dizzlenub commented on a Page, .:: !Say & !Me ::.  -  Jul 23, 2007

try this:
on :text:!say :#: {
if ($nick == ash) {
msg $chan $2-
}
}
on :text:!me :#: {
if ($nick == ash)
describe $chan $2-
}
}

 Respond  
Dizzlenub commented on a Page, .:: !Say & !Me ::.  -  Jul 23, 2007

try this:
on :text:!say :#: {
if ($nick == ash) {
msg $chan $2-
}
}
on :text:!me :#: {
if ($nick == ash)
describe $chan $2-
}
}

 Respond  
Dizzlenub created a Page  -  Jul 22, 2007
2,745 

This one should actually really superly work.

Dizzlenub created a Page  -  Jul 22, 2007
1,452 

Type in !say (text) to make your bot say it...pretty simple, mefinks. This one should work >.>

Dizzlenub commented on a Page, kick revenge  -  Jul 20, 2007

No, that doesnt work either.

 Respond  
Dizzlenub commented on a Page, kick revenge  -  Jul 20, 2007

Try this, buddy.

on *:kick:#: {
if ($knick == $me) {
set %revenge 0
set %kicker $nick
join $chan
kick $nick Nice try. [[Revenge Kicker]]
}
}

on *:join:#: {
if (%revenge == 4) {
unset %revenge
unset %kicker
}
elseif ($nick == %kicker) {
inc %revenge +1
kick $chan $nick Buh-bye. [[Revenge Kicker]]
}
}

 Respond  
Dizzlenub commented on a Page, Mimick 2.5  -  Jul 20, 2007

but the alias part doesnt work either

 Respond  
Dizzlenub commented on a Page, Mimick 2.5  -  Jul 20, 2007

alright

 Respond  
Dizzlenub commented on a Page, Mimick 2.5  -  Jul 20, 2007

It doesnt work whatsoever anymore.

 Respond  
Dizzlenub commented on a Page, Mimick 2.5  -  Jul 20, 2007

0_0 its a lot cleaner, this way though

 Respond  
Dizzlenub commented on a Page, Mimick 2.5  -  Jul 20, 2007

0_o alright...mine worked fine for me

 Respond  
Dizzlenub commented on a Page, anti-advertise  -  Jul 20, 2007

does this work or not?

 Respond  
Dizzlenub commented on a Page, My Tribute To Cheft  -  Jul 19, 2007

It\'s a full script. Just type !cagive (nick) (amount) or !catake (nick) (amount).
Obviously, cagive is to give and catake is to take.

 Respond  
Dizzlenub commented on a Page, My Tribute To Cheft  -  Jul 19, 2007

?

 Respond  
Dizzlenub commented on a Page, Mimic System  -  Jul 19, 2007

Alright, I copied just the timer..and mine is Mimic v2.4 xD
It\'s here on Hawkee.

 Respond  
Dizzlenub commented on a Page, Mimick 2.5  -  Jul 19, 2007

I smile, seeing everyone doing a mimic script now.

 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.