Was habt ihr als letztes kopiert?

01/06/2011 03:20 Quadratball#871
How to get on the "Highest Rated Comments" List:

(Insert comment about justin beiber being a fag here)

(Insert comment about number of dislikes on this video)

(Insert comment about how you will kill the people who dislike this video, because they are fags)

(Insert comment about Chuck Norris here)

(Insert shitty soviet russia joke here)

(Insert a comment about clicking 0:01 to skip ads here)

(Insert a comment telling everybody who much Vevo sucks)

(Insert this comment) Have fun :D xD
01/06/2011 03:23 thetorrent#872
screen java -Xms128M -Xmx128M -jar Minecraft_Mod.jar nogui
01/06/2011 03:25 Glaskopf#873
:facepalm:
01/06/2011 09:31 HdCoders#874
[Only registered and activated users can see links. Click Here To Register...]


._.
01/06/2011 10:16 .Shindraya#875
[Only registered and activated users can see links. Click Here To Register...]
01/06/2011 11:43 .Dєaη#876
[Only registered and activated users can see links. Click Here To Register...]
01/06/2011 12:43 DannyTravis#877
This is the time!
01/06/2011 12:44 DerTeD#878
[Only registered and activated users can see links. Click Here To Register...]
01/06/2011 13:06 [Dev]Ansem#879
01/06/2011 15:09 Teh SixX#880
[Only registered and activated users can see links. Click Here To Register...]
01/06/2011 16:24 .Dєaη#881
[Only registered and activated users can see links. Click Here To Register...]
01/06/2011 16:46 .giga#882
You're now chatting with a random stranger. Say hi!
Official messages from Omegle will not be sent with the label 'Stranger:'. Strangers claiming to represent Omegle are lying.
Stranger: hello good sir
You: yeah, but dicks
Stranger: how are you today my english friend?
You: yeah, but dicks
Stranger: FUCK YOU
You: yeah, but dicks
Your conversational partner has disconnected.
or send us feedback
Was this conversation great? Download the log!
01/06/2011 17:16 sasa95#883
16..
01/06/2011 17:27 .Dєaη#884
[Only registered and activated users can see links. Click Here To Register...]
01/06/2011 19:08 Δbraxas#885
procedure TForm1.FormCreate(Sender: TObject);
var
ThreadID: Integer;
ProcessID: Integer;
wnd: HWnd;
write: cardinal;
v1: Cardinal;
buf: PChar;
WindowHandle: Integer;
begin
v1 := $1000;
wnd := FindWindow(nil, '********');
if wnd <> 0 then
begin
ThreadID := GetWindowThreadProcessID(wnd, @ProcessID);
WindowHandle := OpenProcess(PROCESS_ALL_ACCESS, False, ProcessID);
buf^ := Chr(v1);
WriteProcessMemory(WindowHandle, ptr($01263AA8), buf, 4, write);
CloseHandle(WindowHandle);
end
else
ShowMessage ('Fehler!');
end;