mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2008
Posts: 1
D
DOR84 Offline OP
Mostly harmless
OP Offline
Mostly harmless
D
Joined: Jun 2008
Posts: 1
Can Someone recommend a good anti idle script. One that pings server every 2 min. (not one that kicks idle users).

I'm using: "Antidle v1.03 for mIRC 6.0+ " written by "Mal-Functi".

i got it from "mircscripts.com"

simple to set up,and works good,but i had a security breach through my irc port,and happened 24 hours after i installed script. i figured i should go w/ a script that more ppl have reviewed.

i use mirc v 6.31
windows xp.

oh,btw,i would get that 10053 error when no one posted for 3 min. the auto ping script fixes that. smile

Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
I would write my own, one that loops users and scans a raw of their idletime then you can do what you want with it


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
There is a script called Idle Kicker written by RusselB, you can google it and see for yourself.

Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
Originally Posted By: DOR84
Can Someone recommend a good anti idle script. One that pings server every 2 min. (not one that kicks idle users).


put this in remotes:

on 1:connect: timer $+ serverping 0 120 raw ping $server

tested on Undernet, should work elsewhere


I refuse to engage in a battle of wits with an unarmed person. wink
Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
My bad. I apologize for misreading your question in the first place.

Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
Wasn't my original question .. I just happened to notice everyone missed that


I refuse to engage in a battle of wits with an unarmed person. wink
Joined: Aug 2006
Posts: 44
D
Ameglian cow
Offline
Ameglian cow
D
Joined: Aug 2006
Posts: 44
would this work?

Code:
on 1:connect: timer $+ $server $+ ping 0 120 raw ping $server


i connect on multiple servers and not sure if it would be needed or not

Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
It should work - as long as you don't use the -i switch, timers will be associated with the corresponding server connection (and will stop on disconnect if you don't use the -o switch).

In addition, you could use a single timer for all server connections (via scon): have a look here


Link Copied to Clipboard