Results 1 to 15 of 29
Thread: nice IDLE kick script...
Threaded View
-
23-01-2005, 12:30 #1
nice IDLE kick script...
okay, i have code an IDLE kick script in Perl.
I need beta tester .
please try only with SA Staus.
code:
#!\C:\Perl\bin\perl.exe
#
#
use IO::Socket;
print "KICK_ALL_IDLERS_Script Version 1 by xT\n\n";
{
print "Your Server IP+TCPport(defaultport=51234) : ";
chomp ($ip = <STDIN>) ;
exit if $ip eq "q" ;
}
my $sock = IO::Socket::INET->new(qq($ip));
{
print "Your Server Port : ";
chomp ($in = <STDIN>) ;
exit if $in eq "q" ;
}
{
print "Your Login Account name : ";
chomp ($in = <STDIN>) ;
exit if $in eq "q" ;
}
{
print "Your Login Account Password : ";
chomp ($on = <STDIN>) ;
exit if $on eq "q" ;
}
{
print "please,choice your idle time : ";
chomp ($time = <STDIN>) ;
exit if $time eq "q" ;
}
{
print $sock qq(sel 8767\n);
print $sock qq(slogin $in $on\n);
print $sock qq(ki $time 1 does not idle please\n);
print $sock qq(ki $time 2 does not idle please\n);
print $sock qq(ki $time 3 does not idle please\n);
print $sock qq(ki $time 4 does not idle please\n);
print $sock qq(ki $time 5 does not idle please\n);
print $sock qq(ki $time 6 does not idle please\n);
print $sock qq(ki $time 7 does not idle please\n);
print $sock qq(ki $time 8 does not idle please\n);
}
{
print "\nWe did Ok , all idlers with $time minutes was kicked.....\n";
print "\n\nWhen you will Public messgae with idlers-kick,\nThen you musst press a arbitrary gropes\n";
print "When you doesnt will this you musst press q and enter\n";
}
chomp ($name = <STDIN>) ;
{
print $sock qq(msg @ OK , all Idlers with $time min idle time ,was kicked from Server\n);
print ".........\n";
chomp ($name = <STDIN>) ;
}
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Idle Kick Linux Script
By schroedi in forum [TeamSpeak 2] Server SupportReplies: 20Last Post: 20-05-2005, 22:26 -
Idle Player kick
By Broder in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 17-12-2004, 16:23 -
The first Kick Idler Script where you can use with SA
By Real-TTX in forum [TeamSpeak 2] Addons & ScriptsReplies: 5Last Post: 12-06-2004, 03:06 -
Idle Kick
By ShadowWalkerDtD in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 11-03-2004, 05:05



Reply With Quote