GzPro Bots (All)

GzPro Bots (All) 1.0

No permission to download

Wooozel

Active Member
Dec 8, 2015
17
8
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:

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
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
Feb 6, 2016
6
0
38
I have the following error, when it do of way individual not be me download.

bac4bba9246bd6143f5a48a6b157dd59.png
 

Alligatoras

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

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
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!
 

Henkde2de

VIP
Dec 24, 2015
13
4
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