- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
Uses Windows;
Var Olly : hWnd;
begin
Olly:=FindWindow('OllyDBG', nil);
If Olly <> 0 then Exit;
Olly:=FindWindow('OllyDbg', nil);
If Olly <> 0 then Exit;
Olly:=FindWindow('OLLYDBG', nil);
If Olly <> 0 then Exit;
Olly:=FindWindow('ollydbg', nil);
If Olly <> 0 then Exit;
MessageBox(0, 'You are run me!', 'RunMe v0.1', 48);
end.
TarasB 11.12.2010 17:08 # +1
> 48
Lure Of Chaos 11.12.2010 17:24 # 0
istem 11.12.2010 17:44 # +5
inkanus-gray 11.12.2010 18:06 # 0
istem 11.12.2010 18:21 # +3
inkanus-gray 11.12.2010 18:24 # +2
Govnocoder#0xFF 11.12.2010 17:46 # 0
bugmenot 11.12.2010 18:05 # +6
brainstorm 11.12.2010 18:21 # −2
TarasB 11.12.2010 17:57 # +4
MB_ICONHAND = $00000010;
{$EXTERNALSYM MB_ICONQUESTION}
MB_ICONQUESTION = $00000020;
{$EXTERNALSYM MB_ICONEXCLAMATION}
MB_ICONEXCLAMATION = $00000030;
bugmenot 11.12.2010 17:58 # 0
inkanus-gray 11.12.2010 18:04 # 0
Govnocoder#0xFF 11.12.2010 18:59 # −2
Правильно: "You runed me!".
Lure Of Chaos 11.12.2010 19:20 # +1
а еще благозвучней "you have run me!"
Govnocoder#0xFF 12.12.2010 14:54 # −2
bugmenot 12.12.2010 17:42 # 0
Govnocoder#0xFF 12.12.2010 17:48 # +1
Lure Of Chaos 11.12.2010 19:21 # −1
You ruined me!
eth0 12.12.2010 11:55 # 0
bugmenot 12.12.2010 17:45 # +2
Lure Of Chaos 12.12.2010 20:45 # 0