SCAR Code:program ClientSlow;
Function CancelDC(DC : HDC) : integer; External 'CancelDC@Gdi32.dll stdcall' ;//Script>>>Allow API calls
var
RS_DC : integer;
begin
RS_DC := GetClientWindowHandle;
Repeat
CancelDC(RS_DC);
Wait(30);
until(false);
end.
why doesnt it work(doesnt give an error, just doesnt do what it's supposed to do)
ow and dont spam please XD



Reply With Quote



