Advertisement
Drizer

SV Crack by Drizer

Jul 22nd, 2012
1,226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.72 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Windows.Forms;
  9. using System.Diagnostics;
  10. using System.Net;
  11. using Magic;
  12.  
  13. namespace H4Y_SuperVipCrack
  14. {
  15.     public partial class Form1 : Form
  16.     {
  17.         public Form1()
  18.         {
  19.             InitializeComponent();
  20.         }
  21.         BlackMagic magic = new BlackMagic();
  22.         private void Form1_Load(object sender, EventArgs e)
  23.         {
  24.             try
  25.             {
  26.                 Process.Start(Environment.CurrentDirectory+"\\_Crack\\PointBad Cracked By Drizer.exe");
  27.             }
  28.             catch (Exception) {};
  29.             System.Threading.Thread.Sleep(2000);
  30.             Process[] procs = Process.GetProcessesByName("PointBad Cracked By Drizer");
  31.             if (procs.Length < 1)
  32.             {  
  33.                 Environment.Exit(0);
  34.             }
  35.             magic.OpenProcessAndThread(procs[0].Id);
  36.             string _httpCheck = magic.ReadASCIIString(0x0047AAA8, 50);
  37.  
  38.             if(!(_httpCheck.Contains("hack4you")))
  39.             {
  40.              
  41.                 Environment.Exit(0);
  42.             };
  43.            
  44.             sHWIDUpdaterTick.Enabled = true;
  45.         }
  46.  
  47.         private void sHWIDUpdaterTick_Tick(object sender, EventArgs e)
  48.         {
  49.             try
  50.             {
  51.                 //0047B748
  52.                 magic.WriteASCIIString(0x0047B748, "OK  ");
  53.                 //0047B750
  54.                 magic.WriteASCIIString(0x0047B750, "Clique OK ou feche a janela!  ");
  55.                 //0047B998
  56.                 magic.WriteASCIIString(0x0047B998, "Pronto, agora clique OK ou feche a janela!    ");
  57.                 magic.WriteASCIIString(0x0047AAA8, "http://drizer.net63.net/h4y/");
  58.                 magic.WriteASCIIString(0x0047B0E0, "http://drizer.net63.net/h4y/");
  59.                 magic.WriteASCIIString(0x0047B708, "http://drizer.net63.net/h4y/");
  60.                 magic.WriteASCIIString(0x0047B918, "http://drizer.net63.net/h4y/");
  61.                 magic.WriteASCIIString(0x0047B950, "http://drizer.net63.net/h4y/");
  62.             }
  63.             catch (Exception) { };
  64.             try
  65.             {
  66.                 //00482DEC
  67.                 string _p2 = "...";
  68.                 try
  69.                 {
  70.                     int p2 = magic.ReadInt(0x00482DEC);
  71.                     p2 = p2 + 992;
  72.                     p2 = magic.ReadInt((uint)p2);
  73.                     p2 = p2 + 524;
  74.                     p2 = magic.ReadInt((uint)p2);
  75.                     p2 = p2 + 280;
  76.                     p2 = magic.ReadInt((uint)p2);
  77.                     p2 = p2 + 1820;
  78.                     _p2 = magic.ReadASCIIString((uint)p2, 60);
  79.                 }
  80.                 catch (Exception) { };
  81.                 //...
  82.                 int p1 = magic.ReadInt(0x0048260C);
  83.                 p1 = p1 + 48;
  84.                 string _p1 = magic.ReadASCIIString((uint)p1, 60);
  85.                 if (_p2.Trim().ToString().Length.ToString() == "32" && (!_p2.Contains(".")) && (!_p2.Contains("v")))
  86.                 {
  87.                     _p1 = _p2;
  88.                 };
  89.                 if (_p1.Trim().ToString().Length.ToString() == "32")
  90.                 {
  91.                     sCrack.Enabled = true;
  92.                     sHWID.Text = _p1.Trim().ToString();
  93.                 }
  94.                 else
  95.                 {
  96.                     sHWID.Text = "...";
  97.                 };
  98.             }
  99.             catch (Exception f)
  100.             {
  101.                 Environment.Exit(1);
  102.             }
  103.         }
  104.  
  105.         private void sCrack_Click(object sender, EventArgs e)
  106.         {
  107.             try
  108.             {
  109.                 WebRequest sreq = WebRequest.Create("http://drizer.net63.net/h4y/appendhwid.php?hwid=" + sHWID.Text);
  110.                 sreq.GetResponse();
  111.             }
  112.             catch (Exception)
  113.             {
  114.                 this.Close();
  115.             };
  116.             sHWIDUpdaterTick.Enabled = false;
  117.             //0047B748
  118.             magic.WriteASCIIString(0x0047B748, "Erro");
  119.             //0047B750
  120.             magic.WriteASCIIString(0x0047B750, "Ocorreu um erro desconhecido! ");
  121.             //0047B998
  122.             magic.WriteASCIIString(0x0047B998, "Ops! Ocorreu um erro e não foi possivel logar!");
  123.             Environment.Exit(0);
  124.         }
  125.  
  126.         private void Form1_FormClosing(object sender, FormClosingEventArgs e)
  127.         {
  128.             try
  129.             {
  130.                 Process[] procs = Process.GetProcessesByName("PointBad Cracked By Drizer");
  131.                 foreach (Process proc in procs)
  132.                 {
  133.                     proc.Kill();
  134.                 }
  135.  
  136.             }
  137.             catch (Exception) { };
  138.         }
  139.     }
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement