Re: Protect your files against unauthorized changes [ C++ Source ]
it works. thanks for this.
i have request can you make source of of dll which do limit of open Mu window Client. sample i want only 2 windows open when they open morethan 2 client window it will disconnect automatically :)
thanks :)
Re: Protect your files against unauthorized changes [ C++ Source ]
Can someone re-upload crc32 and checkcrc32 from Gamefront to another host? I can't download from GF.
Many thanks all you guys :)
Re: Protect your files against unauthorized changes [ C++ Source ]
Quote:
Originally Posted by
f0rYoU
Can someone re-upload crc32 and checkcrc32 from Gamefront to another host? I can't download from GF.
Many thanks all you guys :)
download links updated
Re: Protect your files against unauthorized changes [ C++ Source ]
Quote:
Originally Posted by
zarahlee
it works. thanks for this.
i have request can you make source of of dll which do limit of open Mu window Client. sample i want only 2 windows open when they open morethan 2 client window it will disconnect automatically :)
thanks :)
i do not know if possible, but to limit for 1 instance you can make like this:
Quote:
#define Anti_Hack_Title "Anti-Hack System"
#define PrintHelpLine "For help visit our site"
if (FindWindow(NULL,"MU"))
{
MessageBoxA(NULL,"Running MU twice is not allowed.\n"PrintHelpLine,Anti_Hack_Title,MB_OK);
ExitProcess(0);
}
Re: Protect your files against unauthorized changes [ C++ Source ]
Re: Protect your files against unauthorized changes [ C++ Source ]
Quote:
Originally Posted by
Serjaka
how to compress DLL?
??
pack with PECompact
Re: Protect your files against unauthorized changes [ C++ Source ]
with this can compress all dll what i have
Ex: AntiHack.dll?
Re: Protect your files against unauthorized changes [ C++ Source ]
yes, and in my opinion is very hard to decrypt...
Re: Protect your files against unauthorized changes [ C++ Source ]
you have Enigma Virtual Box FULL or craked?
Re: Protect your files against unauthorized changes [ C++ Source ]
Enigma Virtual Box free edition tested and is ok
Re: Protect your files against unauthorized changes [ C++ Source ]
Thanks for sharing!!!!!!!
I did the same as your guide (I think so)
There are files list i need to check crc
unsigned long ulCRC2 = MyCRC32.FileCRC("message.wtf");
unsigned long ulCRC3 = MyCRC32.FileCRC("Data/Player/Player.bmd");
unsigned long ulCRC4 = MyCRC32.FileCRC("Data/Local/ItemAddOption.bmd");
unsigned long ulCRC5 = MyCRC32.FileCRC("Data/Local/itemsettype.bmd");
unsigned long ulCRC6 = MyCRC32.FileCRC("Data/Local/Eng/item_eng.bmd");
unsigned long ulCRC7 = MyCRC32.FileCRC("Data/Local/Eng/ItemLevelTooltip_eng.bmd");
unsigned long ulCRC8 = MyCRC32.FileCRC("Data/Local/Eng/itemsetoption_eng.bmd");
unsigned long ulCRC9 = MyCRC32.FileCRC("Data/Local/Eng/ItemTooltip_eng.bmd");
unsigned long ulCRC10 = MyCRC32.FileCRC("Data/Local/Eng/ItemTooltipText_eng.bmd");
unsigned long ulCRC11 = MyCRC32.FileCRC("Data/Item/Wing44.bmd");
But not work!
I build the DLL then hook to main, then run main, but....
When i rename dll -> main run error (not found file ...dll) so i think i hooked ok
But when I replace the message.wtf with other one (has different crc) main still run >"<
This is link to my source code
http://www.mediafire.com/?ki58a1t512pbf
please help me!!!!!!!!!!!!!!!
Thanksssssssssssssssssss :*:*:*
Re: Protect your files against unauthorized changes [ C++ Source ]
Help me please!
I download your crc32.zip
Then I Open crc32.vcxproj with VC++ 2010 Express
Then I try build (not change anything)
Build Log:
1>------ Build started: Project: crc32, Configuration: Release Win32 ------
1>crc32.rc(10): fatal error RC1015: cannot open include file 'afxres.h'.
1>
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Do you have any solution?
Thanksssssssssssss!
Re: Protect your files against unauthorized changes [ C++ Source ]
I build with VS2010 Ultimate...
afxres.h is a part of the MFC Library. VS Express edition doesn't contain MFC. If your project doesn't use MFC you can safely replace afxres.h with windows.h in your crc2.rc or delete crc2.rc...
Re: Protect your files against unauthorized changes [ C++ Source ]
Quote:
Originally Posted by
aecrimch
I build with VS2010 Ultimate...
afxres.h is a part of the MFC Library. VS Express edition doesn't contain MFC. If your project doesn't use MFC you can safely replace afxres.h with windows.h in your crc2.rc or delete crc2.rc...
Thanks!Thanks!Thanks!Thanks!Thanks!Thanks!
The thank button isn't show for me >"<
I'm downloading VS 2010 Ultimate ^^ I'll try rebuild it
Re: Protect your files against unauthorized changes [ C++ Source ]
I use your main 1.04D + Pacth of chris05, but when you run the main loss of connectivity. Should I open a new offset? Please guide me! Thank you very much ^ ^!Sorry my terrible english!