mIRC Home    About    Download    Register    News    Help

Print Thread
#40710 09/08/03 05:22 PM
Joined: Aug 2003
Posts: 23
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Aug 2003
Posts: 23
hi i have this add on
i try to create automatic ping

do

.ctcp $nick ping

loop

i didnt know if i am right please help

#40711 09/08/03 05:36 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
*Watchdog ponders on what an automatic ping is, aside from the obvious.

To be honest though, I cannot see anything there that relates to automation in any way. All it is is a ping command.

What event do you want to trigger a ping?

#40712 09/08/03 06:31 PM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
This intercepts a ping reply and prints out a silly message based on how far away the person is.


on 1:ctcpreply:PING* {
if ($2 == $null) halt
else {
%pt = $ctime - $2
if (%pt < 0) set %pt 0
if (%pt < 5) echo 4 [PING reply] $nick is too close for comfort
elseif (%pt < 20) echo 4 [PING reply] $nick is at just about the right distance
else echo 4 [PING reply] Earth to $nick earth to $nick

}
halt
}





Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#40713 09/08/03 06:45 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
Personally I'd change if ($2 == $null) halt to if ($2 !isnum) halt to prevent the script goofing up if you happen to stumble on a clown who 'fixed' his ping msg.


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#40714 09/08/03 09:15 PM
Joined: Aug 2003
Posts: 23
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Aug 2003
Posts: 23
thnx , i wanna do like send 20 times or more times a ping to a nick .

for ej


ping MaGoOsCuRO
ping MaGoOsCuRO
ping MaGoOsCuRO
ping MaGoOsCuRO
ping MaGoOsCuRO
ping MaGoOsCuRO
ping MaGoOsCuRO


THNX+

#40715 10/08/03 05:58 AM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
Why do I get the feeling you're trying to make some sort of flood script?


- Jason
#40716 10/08/03 06:01 AM
Joined: Aug 2003
Posts: 23
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Aug 2003
Posts: 23
you got it

can you help? thnx

#40717 10/08/03 06:06 AM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
No


- Jason
#40718 10/08/03 07:52 AM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
We do not help with illegal things here... But anyway if you are pretending to be a good hacker you wouldn't use mIRC, hackers/flooders or l33t peoples like this mostly don't even use windows...

/me laughs at the n33bi3 l33t guy :P

#40719 10/08/03 10:49 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
alias lamer {
var %lamer $me
if (%lamer == $me) {
/disconnect
}
}
usage: /lamer
grin


new username: tidy_trax
#40720 10/08/03 12:53 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Are you normal or what? I doubt anyone would give any serious thought to helping you make a war script. Log out and return to playing scrabble. You arn't mature enough to own a computer.

#40721 10/08/03 05:44 PM
Joined: Aug 2003
Posts: 23
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Aug 2003
Posts: 23
ok i wanna try something ,its just no to do bad stuff for anyone , please for give me if i do it wrong


#40722 10/08/03 06:35 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
lol. I'll pass.

#40723 10/08/03 06:56 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
use my alias: its exactly what you want cool


new username: tidy_trax
#40724 11/08/03 04:30 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Phoenix, that was just as lame as the original posters question.. Although you are not allowed to help them with this particular issue, why make them disconnect? Sorry to ruin your fun. The both of you are immature.

#40725 11/08/03 04:38 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
thats the point, a lame command for a lame user grin.


new username: tidy_trax
#40726 11/08/03 06:08 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
That's my point, he's bring you down to his level, you want to be better than him not retaliate with just as lame posts. Think about it! grin


Link Copied to Clipboard