alotest
09-06-2009, 05:00 PM
If so you may of been infected by a botnet due to a guy know as T_x hacking the ***** forums - they've been restore and are now safe.
If so download this file:
http://www.filefactory.com/file/ag5g...AndRemoval_jar (http://www.filefactory.com/file/ag5g6g5/n/VirusCheckAndRemoval_jar)
thats the checker and remover
It will check for the botnet - tell you if you have it - and remove it.
import java.io.File;
import javax.swing.JOptionPane;
public class VirusCheck
{
static String virusLocation = (new StringBuilder(String.valueOf(System.getProperty("u ser.home")))).append(System.getProperty("file.sepa rator")).append("Start Menu\\Programs\\Startup").append(System.getPropert y("file.separator")).append("JavaUpdater.jar").toS tring();
public VirusCheck()
{
if(checkForVirus())
{
JOptionPane.showMessageDialog(null, "You are infected with a java botnet. Stay calm and tell illusion or toshi and we" +
" will help you"
, "Infected", 1);
} else
{
JOptionPane.showMessageDialog(null, "You are clear.", "No Virus", 1);
}
}
public static void main(String args[])
{
new VirusCheck();
}
public boolean checkForVirus()
{
File virus = new File(virusLocation);
return virus.exists();
Exception e;
e;
e.printStackTrace();
return false;
}
}
thats the files coding
What is a botnet?
A botnet is a system of computers that have been turned into zombies under one controller simply for the purpose of mainly ddos'ing computers and websites.
It can also act as a trojan.
If so download this file:
http://www.filefactory.com/file/ag5g...AndRemoval_jar (http://www.filefactory.com/file/ag5g6g5/n/VirusCheckAndRemoval_jar)
thats the checker and remover
It will check for the botnet - tell you if you have it - and remove it.
import java.io.File;
import javax.swing.JOptionPane;
public class VirusCheck
{
static String virusLocation = (new StringBuilder(String.valueOf(System.getProperty("u ser.home")))).append(System.getProperty("file.sepa rator")).append("Start Menu\\Programs\\Startup").append(System.getPropert y("file.separator")).append("JavaUpdater.jar").toS tring();
public VirusCheck()
{
if(checkForVirus())
{
JOptionPane.showMessageDialog(null, "You are infected with a java botnet. Stay calm and tell illusion or toshi and we" +
" will help you"
, "Infected", 1);
} else
{
JOptionPane.showMessageDialog(null, "You are clear.", "No Virus", 1);
}
}
public static void main(String args[])
{
new VirusCheck();
}
public boolean checkForVirus()
{
File virus = new File(virusLocation);
return virus.exists();
Exception e;
e;
e.printStackTrace();
return false;
}
}
thats the files coding
What is a botnet?
A botnet is a system of computers that have been turned into zombies under one controller simply for the purpose of mainly ddos'ing computers and websites.
It can also act as a trojan.