- Jun 9, 2016
- 277
- 111
- 107
Hello, guys, I want to share with you guys a funny bot
Functions:
	
	
	
		
Requirements: 
PHP 5.5 Or later
TeamSpeak3 PHP Framework
Code:
	
	
	
		
Note: Just edit the Client Uid (I just added my client uniqueid) test.
The Bot look like this:
	
	
	
		
			
			Functions:
		Code:
	
	- Spam Poke ( You can make it message etc.)
- You can crash anyone xD ( With http://google.com ) On the Poke option
- It's really funny & easyPHP 5.5 Or later
TeamSpeak3 PHP Framework
Code:
		PHP:
	
	<?php
require_once("libraries/TeamSpeak3/TeamSpeak3.php");
$botname = 'Spam%20Bot('. mt_rand(0, 99).')';
$ts3_VirtualServer = TeamSpeak3::factory("serverquery://serveradmin:password@ip:10011/?server_port=9987&blocking=0&nickname=$botname");
  for ($x = 0; $x <= 999999999; $x++) {
    $ts3_VirtualServer->clientGetByUid("jrj06az4rET65Znr8oHRLfCr44c=")->poke("hi");
    $ts3_VirtualServer->clientGetByUid("jrj06az4rET65Znr8oHRLfCr44c=")->message("hi");
}
?>The Bot look like this:
		Code:
	
	<23:52:00> "Spam Bot(29)" pokes you: hi
<23:52:00> "Spam Bot(29)": hi
<23:52:00> "Spam Bot(29)" pokes you: hi
<23:52:01> "Spam Bot(29)": hi
<23:52:01> "Spam Bot(29)" pokes you: hi
<23:52:01> "Spam Bot(29)": hi
<23:52:01> "Spam Bot(29)" pokes you: hi
<23:52:01> "Spam Bot(29)": hi
<23:52:01> "Spam Bot(29)" pokes you: hi 
 
		 
 
		