GzPro Bots (All)

GzPro Bots (All) 1.0

No permission to download

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
I got a question.

Why isn't any of the bots joining the teamspeak server?
I did the next thing:
Code:
<?php

/*   Server IP           */                       $ts3_ip = '127.0.0.1';
/*   UDP Port           */                       $ts3_port = 9987; 
/*   Query Port            */                       $ts3_queryport = 10011;
/*   Query login           */                       $ts3_user = 'Serveradmin'; 
/*   Query pass           */                       $ts3_pass = 'changeme'; 
/*   Bot nickname       */                       $bot_nickname = 'OnlineBot';
/*   Bot default channel   */                       $bot_move = 123;
/*   #Sleep   "sec"       */                       $sleep = 60; 

/*   Server Name       "1=On" "0=Off"  */       $Server = 1;
                   /*   ServerName   */           $server_name = "Online:";
 
/*   Channel Name   "1=On" "0=Off"  */       $Channel = 1;
                   /*   Channel name*/           $channel_name = "[cspacer]Server Online:";
                   /*   Channel ID   */           $channel_id = 123;
             
?>
How are you attempting to run it, what does it return?
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
It only wont stop now,

it says ./bot.sh line 28 pkill: command not found.
you just try to start the bot with this command?: ./bot.sh
It's wrong! type this: ./bot.sh start to start the bot and ./bot.sh stop to stop the bot!
 

Henkde2de

VIP
Joined
Dec 24, 2015
Messages
13
Reaction score
4
Points
35
you just try to start the bot with this command?: ./bot.sh
It's wrong! type this: ./bot.sh start to start the bot and ./bot.sh stop to stop the bot!
I did, it starts and no error, but when I do ./bot.sh stop I get that error
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
I did, it starts and no error, but when I do ./bot.sh stop I get that error
well, i don't know what does that issue but you can do that:
on your ssh client type:
screen -r (this will show you all screen you have) as these bots start as screens)
then find the one you need! px: it shows the vpnguard and next to it has the screen id px: 1234.
What you need to do after is kill that screen by typing: screen kill 1234

This should help you!
 

sad

Member
Joined
Sep 19, 2016
Messages
18
Reaction score
8
Points
46
Code:
/*    Channel Name    "1=On" "0=Off"  */        $Channel = 1;
                    /*    Channel name*/            $channel_name = "[cspacer]Server Online:";
                    /*    Channel ID    */            $channel_id = 123;
this<onlinebot> i don't know who set channel id
 

Henkde2de

VIP
Joined
Dec 24, 2015
Messages
13
Reaction score
4
Points
35
well, i don't know what does that issue but you can do that:
on your ssh client type:
screen -r (this will show you all screen you have) as these bots start as screens)
then find the one you need! px: it shows the vpnguard and next to it has the screen id px: 1234.
What you need to do after is kill that screen by typing: screen kill 1234

This should help you!
Thank you! it works
 

sad

Member
Joined
Sep 19, 2016
Messages
18
Reaction score
8
Points
46
I did, it starts and no error, but when I do ./bot.sh stop I get that error
Attention you first install lamp=apache-mysql-php but important php
Code:
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04
and you will try to sure install good use this address in browser for test
127.0.0.1 or localhost for test apache
127.0.0.1/info.php fot test php
==================
example i change name folder in gz & copy file in desktop
use this code in terminal
Code:
cd Desktop
next
Code:
sh ./gz/TimeBot/bot.sh start
next
you want connect in team speack for see you local ip
Code:
ifconfig
exaple for me 192.168.126.128
and connected in team speack
 
Last edited:

Henkde2de

VIP
Joined
Dec 24, 2015
Messages
13
Reaction score
4
Points
35
Hello
I got the time bot online, but i want another timezone, is that possible?
Thank You
 

c1912

Guy Incognito
Joined
Apr 5, 2016
Messages
26
Reaction score
8
Points
38
@Alligatoras Download links are not working? I just get a white page in every browser.
 

LeU5er

Security Researcher
Joined
Aug 6, 2016
Messages
448
Reaction score
45
Points
118
@c1912 For me they are working. The site needs a little bit time to load.
 

c1912

Guy Incognito
Joined
Apr 5, 2016
Messages
26
Reaction score
8
Points
38
Hm.. I've tried it now via Edge browser and it worked. Probably a browser function or addon is blocking something...
Also I can't login to the forums via Cyberfox. I'm keep getting redirected to this site:
wuAoDWQ.png
 
Last edited:

CanadiansEh

Contributor
Joined
Jun 26, 2016
Messages
80
Reaction score
36
Points
103
I've setup the Rankbot and I provided it the information it needed inside of the config.php and even tho it says "Rank_Bot: Bot has been STARTED!" and I type the command "!ping" or "!help" in both channel and serverchat but nothing happens...
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
I've setup the Rankbot and I provided it the information it needed inside of the config.php and even tho it says "Rank_Bot: Bot has been STARTED!" and I type the command "!ping" or "!help" in both channel and serverchat but nothing happens...
Maybe because you don't type anything?
What this bot does is to give out server groups after a specific time (in our case the time you set in the file) everything goes automatic, and there is nothing else that can be done from your side with any commands!
 

CanadiansEh

Contributor
Joined
Jun 26, 2016
Messages
80
Reaction score
36
Points
103
Maybe because you don't type anything?
What this bot does is to give out server groups after a specific time (in our case the time you set in the file) everything goes automatic, and there is nothing else that can be done from your side with any commands!
Then whats the point of these commands? https://www.gravitezero.com/src/59fd19.png , Secondly where in the file do you set the specific time? I'm a bit confused with the last part of your sentence.

I was also curious as to why the debug mode wasn't working either?
 
Top