GzPro Bots (All)

GzPro Bots (All) 1.0

No permission to download

Wooozel

Active Member
Joined
Dec 8, 2015
Messages
17
Reaction score
8
Points
78
(Don't know why, in the whole bot list it doesn't provide a virus though.)
i tell you why,
it's the
Code:
 eval  base64 _ decode
in the bot its self,
this method is usually used in shells and backdoors, you haven't decoded it, most AV's are able to decode this, but as we see the one cant ;) if you decode it, it will work fine on VT.

Edit: during my lunch i decoded it, but warning! "don't eat and code" i nearly suffocated from laugh during my meal
banbot.php:
(expires in 1 week)
 
Last edited:

Amin3Nator

Active Member
Joined
Sep 24, 2015
Messages
69
Reaction score
29
Points
93
hey i started time bot good but i channels name didn't changed :| dafuq?
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
hmmm......i really don't know what's the exact issue!

can you give a try and set the php file with cronjob instead of starting sh file?
* * * * * cd /path/to/your/file/ && php timebot.php
if it still doesn't work, then something's wrong with your server!
 

Esteban

Member
Joined
Feb 6, 2016
Messages
6
Reaction score
0
Points
38
I have the following error, when it do of way individual not be me download.

bac4bba9246bd6143f5a48a6b157dd59.png
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
Download Links have been updated! Please let me know if you have any issues!
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
The "all bots" link was the only one down :x
@Supervisor probably did download stuff before.
Well, i did brought the old links back! so i guess there is still an issue as the r4p3 downloads links still provide issues!
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
Download Links have been updated for one more time! :P
Everything should be good now!
Please let me know if you have any issues!
 

X-Ecutioner

Contributor
Joined
Sep 16, 2015
Messages
183
Reaction score
121
Points
175
Download Links have been updated for one more time! :p
Everything should be good now!
Please let me know if you have any issues!
What up in new update please ?
Can you had changeling in first topic ? :)
Thanks
 

Henkde2de

VIP
Joined
Dec 24, 2015
Messages
13
Reaction score
4
Points
35
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;
              
?>
 
Last edited by a moderator:
Top