need script..

pokerface01

Member
Feb 11, 2016
32
4
43
Yes we understand what are you asking for. But we dont see any sense in a bot that do that. Possibly thats the reason because you dont find it in any website.
 

MahmouD

Member
Feb 11, 2016
77
5
56
Yes we understand what are you asking for. But we dont see any sense in a bot that do that. Possibly thats the reason because you dont find it in any website.
Assign a group add 2 or 3 rank and remove 2or 3 rank
 

DDoSBoy

Member
May 11, 2016
58
22
56
can do what ever u want if u know how to modified it ;)
he went the script
img
 

Umar

Member
Jun 18, 2016
65
8
40
Code:
<?php
//script Created By Special!
//Created For Qz Ts3!
ini_set('display_errors', '1');
require_once("libraries/TeamSpeak3/TeamSpeak3.php");
$botname = '[Qz]%20Automatic%20System%20[' . mt_rand(100, 10000).']';
$ts3_VirtualServer = TeamSpeak3::factory("serverquery://serveradmin:yourpass@your ip:10011/?server_port=9987&blocking=0&nickname=$botname");


        $ClientList = $ts3_VirtualServer->clientList(array("serverGroupGetByName" => "Server Admin","serverGroupGetByName" => "Server Admin"));
foreach($ClientList as $Client)
{
    $_SESSION ['ggids'] = explode(",", $Client["client_servergroups"]);
    if(in_array(797,$_SESSION['ggids']))
    {
        if(!in_array(689,$_SESSION['ggids']))
        if(!in_array(690,$_SESSION['ggids']))
        if(!in_array(691,$_SESSION['ggids']))
{
        $Client->addservergroup(689);
        $Client->addservergroup(690);
        $Client->addservergroup(691);
        }
    }
}
        $ClientList = $ts3_VirtualServer->clientList(array("serverGroupGetByName" => "Server Admin","serverGroupGetByName" => "Server Admin"));
foreach($ClientList as $Client)
{
    $_SESSION ['ggids'] = explode(",", $Client["client_servergroups"]);
    if(!in_array(797,$_SESSION['ggids']))
    {
        if(in_array(689,$_SESSION['ggids']))
        if(in_array(690,$_SESSION['ggids']))
        if(in_array(691,$_SESSION['ggids']))
{
        $Client->remservergroup(689);
        $Client->remservergroup(690);
        $Client->remservergroup(691);
        }
    }
}


?>
Can you give me alink to download , i realy nead this bot
 
Top