Spam Bot

It's funny?

  • yes

    Votes: 5 50.0%
  • no

    Votes: 5 50.0%

  • Total voters
    10

FarisDev

L oryh brx
Contributor
Jun 9, 2016
277
111
107
Hello, guys, I want to share with you guys a funny bot
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 & easy
Requirements:
PHP 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");
}
?>
Note: Just edit the Client Uid (I just added my client uniqueid) test.
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
 

Belhassen

ʙᴇʟʜᴀssᴇɴ
Jul 29, 2016
59
16
83
Hello, guys, I want to share with you guys a funny bot
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 & easy
Requirements:
PHP 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");
}
?>
Note: Just edit the Client Uid (I just added my client uniqueid) test.
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
I'm a beginner, can you explain how it works? And thank you very much in advance
 

FarisDev

L oryh brx
Contributor
Jun 9, 2016
277
111
107
Yes, Edit only this command:
Code:
$ts3_VirtualServer = TeamSpeak3::factory("serverquery://serveradmin:password@ip:10011/?server_port=9987&blocking=0&nickname=$botname");
@Belhassen It's pretty easy just upload it To your web server, setup php, make a file with name anything do you want like ( poke.php ) , after that
Copy & paste the codes & Edit the $ts3_VirtualServer info .....
 

AAaaLLi1

Member
Aug 20, 2016
14
0
35
Yes, Edit only this command:
Code:
$ts3_VirtualServer = TeamSpeak3::factory("serverquery://serveradmin:password@ip:10011/?server_port=9987&blocking=0&nickname=$botname");
@Belhassen It's pretty easy just upload it To your web server, setup php, make a file with name anything do you want like ( poke.php ) , after that
Copy & paste the codes & Edit the $ts3_VirtualServer info .....

with libraries file ?
 

AAaaLLi1

Member
Aug 20, 2016
14
0
35
Code:
root@vps358433:/var/www/html/spam# php spam.php
PHP Fatal error:  Uncaught exception 'TeamSpeak3_Adapter_ServerQuery_Exception' with message 'insufficient client permissions (failed on i_client_needed_poke_power)' in /var/www/html/spam/libraries/TeamSpeak3/Adapter/ServerQuery/Reply.php:319
Stack trace:
#0 /var/www/html/spam/libraries/TeamSpeak3/Adapter/ServerQuery/Reply.php(91): TeamSpeak3_Adapter_ServerQuery_Reply->fetchError(Object(TeamSpeak3_Helper_String))
#1 /var/www/html/spam/libraries/TeamSpeak3/Adapter/ServerQuery.php(141): TeamSpeak3_Adapter_ServerQuery_Reply->__construct(Array, 'clientpoke clid...', Object(TeamSpeak3_Node_Host), true)
#2 /var/www/html/spam/libraries/TeamSpeak3/Node/Abstract.php(73): TeamSpeak3_Adapter_ServerQuery->request('clientpoke clid...', true)
#3 /var/www/html/spam/libraries/TeamSpeak3/Node/Server.php(90): TeamSpeak3_Node_Abstract->request('clientpoke clid...', true)
#4 /var/www/html/spam/libraries/TeamSpeak3/Node/Abstract.php(97): TeamSpeak3_Node_Server->request('clientpoke clid...')
#5 /var/www/html/spam/libraries/TeamSpeak3/Node/Server.ph in /var/www/html/spam/libraries/TeamSpeak3/Adapter/ServerQuery/Reply.php on line 319
root@vps358433:/var/www/html/spam#
?
 

FarisDev

L oryh brx
Contributor
Jun 9, 2016
277
111
107
@Kitsune The error is:
insufficient client permissions (failed on i_client_needed_poke_power)
Go to Teamspeak3. 2. go to the admin server query permission and go to poke power and write "9999999999"
 

JOAOAOO

Member
Apr 20, 2016
8
0
33
Code:
php spam.php
PHP Fatal error:  Uncaught exception 'TeamSpeak3_Adapter_Exception' with message 'invalid reply from the server' in /home/admin/web/***/public_html/spam/libraries/TeamSpeak3/Adapter/ServerQuery.php:78
Stack trace:
#0 /home/admin/web/***/public_html/spam/libraries/TeamSpeak3/Adapter/Abstract.php(60): TeamSpeak3_Adapter_ServerQuery->syn()
#1 /home/admin/web/***/public_html/spam/libraries/TeamSpeak3/TeamSpeak3.php(320): TeamSpeak3_Adapter_Abstract->__construct(Array)
#2 /home/admin/web/***/public_html/spam/spam.php(4): TeamSpeak3::factory('serverquery://s...')
#3 {main}
  thrown in /home/admin/web/***/public_html/spam/libraries/TeamSpeak3/Adapter/ServerQuery.php on line 78
 
Top