Im rookie in the hack programming, i searched for source codes for C# but i didnt found.
Can somebody tell me, how can i change a value, and what i need (using, static, etc...) to my hacks?
Thanks for all help...
There is no C# Hack Source Code for Crossfire released yet. It is always better to code your own base
Create a library .dll with C++ and import the functions by using DLLImport
They can help in programming section...not here.....
Probably you can change values in memory using WriteProcessMemory..
Thy for the advices...
Can sbody be my teacher?
Use C++
it's simpler?
Originally Posted by MightySaa0d
use C++
it's newer version of C#
C# released after 1,000,000,000 years of C++ release date.
Originally Posted by MightySaa0d
use C++
it's newer version of C#
/fp
Originally Posted by rabir007
Im rookie in the hack programming, i searched for source codes for C# but i didnt found.
Can somebody tell me, how can i change a value, and what i need (using, static, etc...) to my hacks?
Thanks for all help...
C# is a .NET language, you can probably make memory hacks using Jasons Hack Library he released in the Visual Basic section.
Check it out, or use C++.
Set debug privilege first.
use OpenProcess to open crossfire.exe process.
use EnumProcessModule to get CShell base.
use ReadProcessMemory and WriteProcessMemory to modify values.
use CloseProcess to cleanup.
u understand?
WTF is the debug privilege?? -I understand the other...
THX for help...
And the openprocess need for an injectable DLL or just for the Injectors..?..
Originally Posted by rabir007
WTF is the debug privilege?? -I understand the other...
THX for help...
And the openprocess need for an injectable DLL or just for the Injectors..?..
OpenProcess just open process try searching in MSDN
and no such thing as CloseProcess, it is CloseHandle but i mistaken