GzPro Bots (All)

GzPro Bots (All) 1.0

No permission to download

weakman

Member
Nov 11, 2015
25
4
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.
 

Kleberstoff

Knowledge Seeker
VIP
Dec 29, 2015
308
214
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
Dec 24, 2015
13
4
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
May 20, 2016
2
0
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
 
Top