my problem with cow killer / hide banker is the next.
before it was Include file C:\Archivos de programa\SCAR 3.11\includes\SRL.scar does not exist. i guess i already fixed that problem... but now the problem is Line 106: [Error] (231:1): Unknown identifier 'MouseSpeed' in script C:\Archivos de programa\SCAR 3.11\includes\srl\srl\core\Setup.scar
SCAR Code:
procedure LoadSRLConfig;
var
aFile: Integer;
begin
aFile := OpenFile(AppPath + 'SRL.CFG', False);
if (aFile < 0) then
begin
SaveSRLConfig;
aFile := OpenFile(AppPath + 'SRL.CFG', False);
end;
ReadFileString(aFile, zFile, FileSize(aFile));
Filename := getSRLData('Filename');
MouseSpeed := StrToInt(getSRLData('Mousespeed'));
errr... what can i do plz--- i have srl 4 and divi 3.11