Welcome ......
Here is my OWN ACT bot
U can use the BOT for more things but right Now Iam useing it in Activition
change the pass and server ip
AND you are ready to go !!
this is the code
U can use the BOT for more things but right Now Iam useing it in Activition
change the pass and server ip
AND you are ready to go !!
this is the code
PHP:
<?php
require_once("libraries/TeamSpeak3/TeamSpeak3.php");
ini_set('display_errors', '1');
error_reporting(E_ALL & ~E_NOTICE);
$botname = 'Activation%20BoT%20['. mt_rand(100, 10000).']';
$ts3_VirtualServer = TeamSpeak3::factory("serverquery://serveradmin:PASS@serverip/?server_port=9987&blocking=0&nickname=$botname");
$ClientList = $ts3_VirtualServer->clientList(array("client_platform" => "Windows","client_platform" => "Windows"));
foreach($ClientList as $Client)
{
$_SESSION ['ggids'] = explode(",", $Client["client_servergroups"]);
if(in_array(35,$_SESSION['ggids']))
{
$Client->poke('write anything');
sleep(3);
$Client->poke('write anything');
sleep(1);
$Client->poke('write anything');
sleep(3);
$Client->poke('write anything');
sleep(1);
$Client->poke('write anything');
sleep(3);
$Client->move(40);
sleep(10);
$Client->poke('write anything');
sleep(1);
$Client->poke('same');
sleep(3);
$Client->addServerGroup(12);
sleep(1);
$Client->move(35);
$Client->poke('op');
sleep(1);
$Client->addServerGroup(240);
sleep(1);
$Client->poke('Thankes');
sleep(1);
$Client->move(40);
{
foreach($ts3_VirtualServer->clientList() as $ts3_client) {
$nicknames[] = $ts3_client["client_nickname"];
$nickname = $ts3_client["client_nickname"];
$dbid = $ts3_client["client_database_id"];
$clid = $ts3_client["clid"];
$uid = $ts3_client["client_unique_identifier"];
$CIC = $ts3_client['client_channel_group_inherited_channel_id'];
$cgcid = explode(",", $ts3_client["client_channel_group_id"]);
$sgcid = explode(",", $ts3_client["client_servergroups"]);}
}
$Client->modify(array("client_description" => "YOUR TS NAME | $nickname",));
}
}
?>