Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
nexas
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Jun 16, 2024
1 parent 43d7d8d commit 22be914
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions LunaHook/engine32/NeXAS.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ class NeXAS:public ENGINE{
public:
NeXAS(){

check_by=CHECK_BY::FILE_ALL;
check_by_target=check_by_list{L"*.pac",L"Thumbnail.pac"};
// jichi 6/3/2014: AMUSE CRAFT and SOFTPAL
// Selectively insert, so that lstrlenA can still get correct text if failed
//if (Util::CheckFile(L"dll\\resource.dll") && Util::CheckFile(L"dll\\pal.dll") && InsertAmuseCraftHook())
// return true;
is_engine_certain=false;
check_by=CHECK_BY::CUSTOM;
check_by_target=[](){
return (Util::CheckFile(L"*.pac")&&(Util::CheckFile(L"Thumbnail.pac")||Util::CheckFile(L"Thumbnail5.pac")));
};
};
bool attach_function();
};

0 comments on commit 22be914

Please sign in to comment.