Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

checking if equal always get not equal

$
0
0
help i alway get not equal even if i put the exact value of cdr inside my bin\\cdr.

cdr = File.GetCRC(sFolder.."\\TC.cmd");
cdr1 = TextFile.ReadToString(_SourceFolder.."\\Autoplay\\ Docs\\bin\\cdr");
if cdr == cdr1 then
TextFile.WriteFromString(_SourceFolder.."\\Autopla y\\Docs\\logs\\logs.txt", "", false);
else
--endtask if tampered
Dialog.TimedMessage("Warning", "Error: Please don't edit anything on the script i warned you.", 50000, MB_ICONINFORMATION);
File.Run(_SystemFolder.."\\cmd.exe", "/c TaskKill /F /IM python.exe", "", SW_HIDE)
File.Run(_SystemFolder.."\\cmd.exe", "/c TaskKill /F /IM autorun.exe", "", SW_HIDE)
File.Run(_SystemFolder.."\\cmd.exe", "/c TaskKill /F /IM TC_MTK_Tool.exe", "", SW_HIDE)
File.Run(_SystemFolder.."\\cmd.exe", "/c TaskKill /F /IM cmd.exe", "", SW_HIDE)
end

Viewing all articles
Browse latest Browse all 2105

Trending Articles