Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: C#  |  size: 0.60 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. private string Pegar_Sortear(string[] strings)
  2.         {
  3.             Random sortear = new Random();
  4.             return strings[sortear.Next(strings.Length)];
  5.         }
  6.  
  7. private void np_Tick(object sender, EventArgs e)
  8.         {
  9.             Foco();
  10.             transformice.Focus();
  11.             string[] vogal = new string[] { "@2253604", "@2474292", "@491819", "@2476775", "@2476856"};
  12.             //MessageBox.Show();
  13.             Função zica censurada("{ENTER}" + "/np " + Pegar_Sortear(vogal).ToString() + "{ENTER}");
  14.             logs.AppendText("Adicionando mapa para rotação...\r\n");
  15.         }