Advertisement
Guest User

Untitled

a guest
May 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 1.42 KB | None | 0 0
  1. procedure TForm1.sButton5Click(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 sButton5.Enabled = True then
  15.   begin
  16.   Timer5.Enabled := true;
  17.    if AOBScan(Cheat[5], 0, $5FFFFFFF, '02 16 7D 78 12 00 04 02 22 00 00 00 00 7D 77 12 00 04 02 7B 71 12 00 04 6F 14 00 00 0A 16 6F 3F 02 00 0A 02 7B 73 12 00 04 6F 14 00 00 0A 16 6F 3F 02 00 0A 03 39 11 00 00 00 02 7B 72 12 00 04 6F 14 00 00 0A 16 6F 3F 02 00 0A 2A', True, True,  0) then
  18.     begin
  19.       WriteB(Cheat[5],'02 16 7D 78 12 00 04 02 22 00 00 00 00 7D 77 12 00 04 02 7B 71 12 00 04 6F 14 00 00 0A 16 6F 3F 02 00 0A 02 7B 73 12 00 04 6F 14 00 00 0A 17 6F 3F 02 00 0A 03 39 11 00 00 00 02 7B 72 12 00 04 6F 14 00 00 0A 16 6F 3F 02 00 0A 2A', 0);
  20.       PlaySound('TICK2',0,SND_ResOURCE or SND_ASYNC);
  21.       sProgressBar1.Position := 0;
  22.       Timer5.enabled := False;
  23.       sButton5.Enabled := False;
  24.     end
  25.    else
  26.    begin
  27.     MessageBox(Handle, 'Не удалось активировать!', 'Error', MB_OK +
  28.       MB_ICONSTOP);
  29.       sprogressbar1.Position := 0;
  30.       Timer5.enabled := False;
  31.    end;
  32.   end
  33.   else
  34.   begin
  35.   MessageBeep(MB_OK);
  36.   end;
  37.  except
  38.  AntiScanCE_Start
  39. end;
  40. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement