fkapitalism / HExBot

Original Hacker Wars bot (Hacker Experience legacy)
https://hexbotwiki.000webhostapp.com
8 stars 3 forks source link

WebCrawler #16

Closed MentalMushrooms closed 7 years ago

MentalMushrooms commented 7 years ago

WebCrawler

Now, it's been working fine till I noticed this.

My Custom Code ( For DDoS ) :

if(target.internet >= Mbits(24)){ //It checks if the target server has at least 24 Mbits of internet speed upload(".vddos") seconds_limit(60) } else if(target.softwares("").has(".av") == false){ //It checks if the target server has an antivirus upload(".vddos") seconds_limit(60) }

And in the settings, i also have it set for the web-crawler to upload and install but only delete logs after installation, but whenever the ddos virus is installed and ran, it tries to hide it.

So... im probably going to switch back to the old web-crawler for now since this one is wasting my time quite a bit. And if you do get this fixed, can you also make a setting in the webcrawler to leave your IP Wide-Open in VPC? ( if i leave logs in NPC That'd mess me over ) Im the type of player that likes to leave logs wide open so i can get more IP's. And also because some people dont bother increasing their CPU Speed so it takes 1 Minute or more to clean logs. Even more time-wasting.

Stay Mushy

- Mushy

fkapitalism commented 7 years ago

Hi Mushy. By default the webcrawler will install and upload. If you just need to upload and nothing more use: upload("software_name", "") If you just need to install without hidding use: upload("software_name", "install")

If you need to both install and hide, do not use the second parameter or use: upload("software_name", "install & hide")

fkapitalism commented 7 years ago

Actually I'm going to change the default param. I think it's better the bot just upload without installing or hiding unless if explicitly defined.

MentalMushrooms commented 7 years ago

Okay. Will switch back to Custom Webcrawler tommorow. Thanks. Also check the discord server please.