Colocar Resposta 
 
Avaliação do Tópico:
  • 0 votos - 0 Média
  • 1
  • 2
  • 3
  • 4
  • 5
Ajuda em um projeto em C#
23-07-2012, 17:28
Mensagem: #1
Ajuda em um projeto em C#
galera estou com problemas para fazer esse projeto!! vou manda a Soucer !! quem pode min ajuda fico Grato!

Código PHP:
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.Net;
    
using Magic;
     
    namespace 
H4Y_SuperVipCrack
    
{
        public 
partial class Form1 Form
        
{
            public 
Form1()
            {
                
InitializeComponent();
            }
            
BlackMagic magic = new BlackMagic();
            private 
void Form1_Load(object senderEventArgs e)
            {
                try
                {
                    
Process.Start(Environment.CurrentDirectory+"\\_Crack\\PointBad Cracked By Drizer.exe");
                }
                catch (
Exception) {};
                
System.Threading.Thread.Sleep(2000);
                
Process[] procs Process.GetProcessesByName("PointBad Cracked By Drizer");
                if (
procs.Length 1)
                {  
                    
Environment.Exit(0);
                }
                
magic.OpenProcessAndThread(procs[0].Id);
                
string _httpCheck magic.ReadASCIIString(0x0047AAA850);
     
                if(!(
_httpCheck.Contains("hack4you")))
                {
                 
                    
Environment.Exit(0);
                };
               
                
sHWIDUpdaterTick.Enabled true;
            }
     
            private 
void sHWIDUpdaterTick_Tick(object senderEventArgs e)
            {
                try
                {
                    
//0047B748
                    
magic.WriteASCIIString(0x0047B748"OK  ");
                    
//0047B750
                    
magic.WriteASCIIString(0x0047B750"Clique OK ou feche a janela!  ");
                    
//0047B998
                    
magic.WriteASCIIString(0x0047B998"Pronto, agora clique OK ou feche a janela!    ");
                    
magic.WriteASCIIString(0x0047AAA8"http://drizer.net63.net/h4y/");
                    
magic.WriteASCIIString(0x0047B0E0"http://drizer.net63.net/h4y/");
                    
magic.WriteASCIIString(0x0047B708"http://drizer.net63.net/h4y/");
                    
magic.WriteASCIIString(0x0047B918"http://drizer.net63.net/h4y/");
                    
magic.WriteASCIIString(0x0047B950"http://drizer.net63.net/h4y/");
                }
                catch (
Exception) { };
                try
                {
                    
//00482DEC
                    
string _p2 "...";
                    try
                    {
                        
int p2 magic.ReadInt(0x00482DEC);
                        
p2 p2 992;
                        
p2 magic.ReadInt((uint)p2);
                        
p2 p2 524;
                        
p2 magic.ReadInt((uint)p2);
                        
p2 p2 280;
                        
p2 magic.ReadInt((uint)p2);
                        
p2 p2 1820;
                        
_p2 magic.ReadASCIIString((uint)p260);
                    }
                    catch (
Exception) { };
                    
//...
                    
int p1 magic.ReadInt(0x0048260C);
                    
p1 p1 48;
                    
string _p1 magic.ReadASCIIString((uint)p160);
                    if (
_p2.Trim().ToString().Length.ToString() == "32" && (!_p2.Contains(".")) && (!_p2.Contains("v")))
                    {
                        
_p1 _p2;
                    };
                    if (
_p1.Trim().ToString().Length.ToString() == "32")
                    {
                        
sCrack.Enabled true;
                        
sHWID.Text _p1.Trim().ToString();
                    }
                    else
                    {
                        
sHWID.Text "...";
                    };
                }
                catch (
Exception f)
                {
                    
Environment.Exit(1);
                }
            }
     
            private 
void sCrack_Click(object senderEventArgs e)
            {
                try
                {
                    
WebRequest sreq WebRequest.Create("http://drizer.net63.net/h4y/appendhwid.php?hwid=" sHWID.Text);
                    
sreq.GetResponse();
                }
                catch (
Exception)
                {
                    
this.Close();
                };
                
sHWIDUpdaterTick.Enabled false;
                
//0047B748
                
magic.WriteASCIIString(0x0047B748"Erro");
                
//0047B750
                
magic.WriteASCIIString(0x0047B750"Ocorreu um erro desconhecido! ");
                
//0047B998
                
magic.WriteASCIIString(0x0047B998"Ops! Ocorreu um erro e não foi possivel logar!");
                
Environment.Exit(0);
            }
     
            private 
void Form1_FormClosing(object senderFormClosingEventArgs e)
            {
                try
                {
                    
Process[] procs Process.GetProcessesByName("PointBad Cracked By Drizer");
                    foreach (
Process proc in procs)
                    {
                        
proc.Kill();
                    }
     
                }
                catch (
Exception) { };
            }
        }
    }
[/
code
Procurar todas as mensagens deste utilizador
Citar esta mensagem numa resposta
24-07-2012, 10:23
Mensagem: #2
RE: Ajuda em um projeto em C#
Viva,

Antes demais faz primeiro a tua apresentação aqui.

Depois especifica qual o problema que tens para podermos ajudar.

Por fim, indica qual a finalidade do mesmo, visto que isso me parece algo relacionado, segundo os termos e condições do forum, ilegal no sentido que vi a palavra crack.

Cumps,
Manuel Rocha

[Imagem: pplware_staff.png]
Licenciado em Informática para a Saúde pela ESTG Leiria
Mestrado em Informática - Especialização em Sistemas de Informação na Universidade Portucalense
Especialização em Design Gráfico
Visitar Website de este utilizador Procurar todas as mensagens deste utilizador
Citar esta mensagem numa resposta
24-07-2012, 19:43
Mensagem: #3
RE: Ajuda em um projeto em C#
Qual é o problema?

Onde precisas de ajuda?

Cumprimentos
Big Grin
Procurar todas as mensagens deste utilizador
Citar esta mensagem numa resposta
Colocar Resposta 


Saltar Fórum:


Utilizadores a ver este tópico: 1 Visitante(s)