GzPro Bots (All)

GzPro Bots (All) 1.0

No permission to download

weakman

Member
Joined
Nov 11, 2015
Messages
25
Reaction score
4
Points
35
Hey Guys,
Does anyone have a good config for VPNGuard the one being used just doesnt have enough protection so many VPN get on.
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
all its php based u can run on windows too....
in their website says that it's for linux, i have never tested them in windows, so i can't tell - but i think that you are right and all of them can run.
 

Kleberstoff

Knowledge Seeker
VIP
Joined
Dec 29, 2015
Messages
308
Reaction score
214
Points
158
in their website says that it's for linux, i have never tested them in windows, so i can't tell - but i think that you are right and all of them can run.
It probably needs some adjustments but it probably run on all OS's when they run PHP. (Should work best in PHP CLI, though)
 

Henkde2de

VIP
Joined
Dec 24, 2015
Messages
13
Reaction score
4
Points
35
Hello,
for some reason i cant get the bot let my server join. maybe i did something wrong? can you guys look @ my scrips?
<?php

/* Server IP */ $ts3_ip = '192.168.x.x';
/* UDP Port */ $ts3_port = 9999;
/* Query Port */ $ts3_queryport = 10011;
/* Query login */ $ts3_user = 'serveradmin';
/* Query pass */ $ts3_pass = 'Password';
/* Bot nickname */ $bot_nickname = 'OnlineBot';
/* Bot default channel */ $bot_move = 2;
/* #Sleep "sec" */ $sleep = "10";

/* Server Name "1=On" "0=Off" */ $Server = 1;
/* ServerName */ $server_name = "Online:";

/* Channel Name "1=On" "0=Off" */ $Channel = 0;
/* Channel name*/ $channel_name = "[cspacer]Server Online:";
/* Channel ID */ $channel_id = 2;

Thank u
 

cosax6

Active Member
Joined
May 20, 2016
Messages
2
Reaction score
0
Points
76
Hello, could you help me add a spacer before the main channel?
Example:
-----------------------------
1.GlobalChannel
1.Subchannel
2.Subchannel
3.Subchannel
-----------------------------
2.GlobalChannel
1.Subchannel
2.Subchannel
3.Subchannel

I would also like to know if the channels being created go below the last created channel

Thanks You
 

Arcturus

Kiduahook
Joined
Jun 23, 2017
Messages
55
Reaction score
9
Points
83
Do you have the MsgBot?
I can't find it in your files.
 

cuncuska

Active Member
Joined
Jan 30, 2016
Messages
108
Reaction score
11
Points
90
can you write step by step under debian linux how to start this banner?
 
Top