procedure TForm1.loaddll(Sender: TObject);
var handle: THandle;
WindowsVersion: TProc;
begin
handle := LoadLibrary('MzBot2.dll');
if handle = 0 then
begin
ShowMessage('MzBot2.dll not found!');
Exit;
end;
WindowsVersion := GetProcAddress(handle, 'GetVersion');
end;
I dont get an error now.
But how do I exactly use it now? That it sends a key to somewhere?
A guy said now I can use the functions which are normally blocked by GG.
But this doesn't work.
Please explain
All times are GMT - 6 Hours Goto page Previous1, 2
Page 2 of 2
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum