ReMoTe04 Posted June 15, 2014 Share Posted June 15, 2014 (edited) hello! i have this code, and want to check these files.. if these files in the "@ScriptDir" then set the "HackCheck" to 1.. but every time set it to 1, if have them files, or not ... $mappa = @ScriptDir & "\mod_sa" $mappa2 = @ScriptDir & "\CLEO" If FileFindFirstFile("d3d9.dll") Then $HackCheck = 1 If FileFindFirstFile("[HAX]mod_sa.ini") Then $HackCheck = 1 If FileFindFirstFile("mod_sa.ini") Then $HackCheck = 1 If FileFindFirstFile("[HAX]friendlist.ini") Then $HackCheck = 1 If FileFindFirstFile("friendlist.ini") Then $HackCheck = 1 If FileExists($mappa) Then $HackCheck = 1 If FileExists($mappa2) Then $HackCheck = 1 If FileFindFirstFile("mod_sa.exe") Then $HackCheck = 1 Edited June 15, 2014 by ReMoTe04 Link to comment Share on other sites More sharing options...
Solution FireFox Posted June 15, 2014 Solution Share Posted June 15, 2014 (edited) Please read the helpfile, it's not how the function (FileFindFirstFile) should be used. Edited June 15, 2014 by FireFox ReMoTe04 1 Link to comment Share on other sites More sharing options...
ReMoTe04 Posted June 15, 2014 Author Share Posted June 15, 2014 Please read the helpfile, it's not how the function (FileFindFirstFile) should be used. Thanks im used "FileExist" and it is good love <3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now