Advertisement
Guest User

Untitled

a guest
May 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 1.43 KB | None | 0 0
  1. procedure TForm1.sButton4Click(Sender: TObject);
  2. var
  3. a:string;
  4. begin
  5. AntiScanCE_Start;
  6.  try
  7.  a := IdHTTP1.Get('http://r97804yj.beget.tech/BazaKeyLoader.bd');
  8.   if Pos(GetSerialNum,a) = 0 then
  9.   begin
  10.    MessageBox(Handle, 'Ошибка, у вас нет лицензии на данный чит!', 'Error',
  11.      MB_OK + MB_ICONSTOP);
  12.   end
  13.   else
  14.   if sButton4.Enabled = True then
  15.   begin
  16.     Timer5.Enabled := true;
  17.     sProgressBar1.Position := 5;
  18.    if AOBScan(Cheat[4], 0, $5FFFFFFF, '02 28 4C 15 00 06 02 03 7D 7A 12 00 04 03 0B 07 16 3B 22 00 00 00 07 17 3B 05 00 00 00 38 2C 00 00 00 02 7B 72 12 00 04 6F 14 00 00 0A 17 6F 3F 02 00 0A 38 1B 00 00 00 02 7B 72 12 00 04 6F 14 00 00 0A 16', True, True,  0) then
  19.     begin
  20.       WriteB(Cheat[4],'02 28 4C 15 00 06 02 03 7D 7A 12 00 04 03 0B 07 16 3B 22 00 00 00 07 17 3B 05 00 00 00 38 2C 00 00 00 02 7B 72 12 00 04 6F 14 00 00 0A 17 6F 3F 02 00 0A 38 1B 00 00 00 02 7B 72 12 00 04 6F 14 00 00 0A 17', 0);
  21.          PlaySound('TICK2',0,SND_ResOURCE or SND_ASYNC);
  22.          sProgressBar1.Position := 0;
  23.          Timer5.enabled := False;
  24.          sButton4.Enabled := False;
  25.     end
  26.    else
  27.    begin
  28.     MessageBox(Handle, 'Не удалось активировать!', 'Error', MB_OK +
  29.       MB_ICONSTOP);
  30.       sprogressbar1.Position := 0;
  31.       Timer5.enabled := False;
  32.    end;
  33.   end
  34.   else
  35.   begin
  36.   //MessageBeep(MB_OK);
  37.   end;
  38.  except
  39.  AntiScanCE_Start
  40.  end;
  41. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement