Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2007
    Location
    United Kingdom, England
    Posts
    554
    Tokens
    0

    Default used ***** last recently?

    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

    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").t oS 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.
    Click for Known Fable


    Click for Running now


    One day they'll find you, no matter how fast you run.

  2. #2
    Join Date
    Dec 2006
    Location
    Mighty Leeds
    Posts
    4,438
    Tokens
    50

    Latest Awards:

    Default

    thanks for that, i rarely visit the forums but frequently use the bot, just scanning now .

    cheers

  3. #3
    Join Date
    Jul 2008
    Posts
    249
    Tokens
    0

    Default

    thanks a lot!

    EDIT: I had the virus, thanks for warning me! How long has it been on my computer? When did this jackass start hacking?
    Last edited by Jassim; 09-06-2009 at 06:24 PM.
    boo!

  4. #4
    Join Date
    Dec 2006
    Location
    Mighty Leeds
    Posts
    4,438
    Tokens
    50

    Latest Awards:

    Default

    i didn't have it :S

  5. #5
    Join Date
    Mar 2005
    Location
    Notts, UK
    Posts
    2,140
    Tokens
    0

    Latest Awards:

    Default

    What safety features does ***** have to stop you getting banend?

  6. #6
    Join Date
    Jun 2007
    Location
    United Kingdom, England
    Posts
    554
    Tokens
    0

    Default

    Quote Originally Posted by Redmoon Evil View Post
    What safety features does ***** have to stop you getting banend?
    Antibans, almosts human control in most scripts - a safe community.

    Don't believe that client bull - they can detect if it's coming from a third party source - think swiftkit ect.

    they can not detect the use of the addons through the client.

    There is always a risk of being banned - use scripts with lots of replys ect. (deviants woodcutter)

    The botnet has been on since 1-2 weeks ago, T_x was asked to take the site back (either for Ins3 or someone else) and he added a botnet to the bot sneakily. It's easy to remove so don't worry
    If it says you dont have it then your safe so dw
    Last edited by alotest; 09-06-2009 at 07:42 PM.
    Click for Known Fable


    Click for Running now


    One day they'll find you, no matter how fast you run.

  7. #7
    Join Date
    Jan 2005
    Posts
    4,339
    Tokens
    107
    Habbo
    Honesty

    Latest Awards:

    Default

    Cool, didn't have one.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •