i understand the codes, the assemply, the hex and everything,
i just dont understand where to put them
and if we made a DLL project with codes inside it, what namespace and in what functions,,,, i am just lost in this
U Don't Understand !!
Btw I will tell u .
U have to make a new Project "C++" then Create A .CPP file n this project . Done !!
If You Know How To Code u will understand what i am talking about
suppose i have a project on visual studio,,, "DLL project as i understand"
the DLL project should look like this:
when i start the project it is like this:
where should i put the:
*(float*)(pBasicPlayerInfo + MovementWalkRate) = 2;
note: pics of codes in attach
You don't know anything about coding !!
Learn C++ and come ask For Help And I Will Help You !
Just make a void() like
Void memory()
{
//put your code hack here
}
Or
int memory (void)
{
//put your code hack here
}
And call this in Dll main, ends3D Or creatthread
BTW, i think you don't know what about c++, learn it first
Originally Posted by ComboDance
Just make a void() like
Or
And call this in Dll main, ends3D Or creatthread
BTW, i think you don't know what about c++, learn it first
man that's what i was saying
but not in details cuz he said he knows about C++ ! xD
ComboDance
thnx alot. that solved every thing
it wouldnt harm to put the name of the function
and BTW sobasoba13... i am a staff member at faculty of computer science ,6 october university.
I TEACH CODING TO KIDDS IN MORE THAN 13 LANGUAGES
i did like you said but still "off course" the compiler does not recognize
MovementWalkRate or pBasicPlayerInfo
.
i think these 2 variables are in CShell which i cannot load using LoadLibrary <i dont know why>
so sould i use
and off course as i called the memory() in main which contains the code to the hack,,, i can make more than one function with more than one hack to inject and call them all in dllMain()... right?
Originally Posted by masalucifer
ComboDance
thnx alot. that solved every thing
it wouldnt harm to put the name of the function
and BTW sobasoba13... i am a staff member at faculty of computer science ,6 october university.
I TEACH CODING TO KIDDS IN MORE THAN 13 LANGUAGES
hahahaa ok you are teaching kids that's so funny xD
so why are u asking !!
NOTE : I am not flaming cuz i know QQ are gonna report of nothing
Originally Posted by masalucifer
i did like you said but still "off course" the compiler does not recognize .
i think these 2 variables are in CShell which i cannot load using LoadLibrary <i dont know why>
so sould i use
is that the addies?? and where to get them??
and off course as i called the memory() in main which contains the code to the hack,,, i can make more than one function with more than one hack to inject and call them all in dllMain()... right?
yes, you can make more than 1 function
You can get the addies in cshell or logger of everybody has posted
ComboDance thnx alot man,,, you are the best.
i will start the coding now, do u have any idea about how to load CShell??? LoadLibrary is not working any more...
and if not,,, how to log and get the adresses,,, want to get the addies and try something
thanx alot man ,
Originally Posted by masalucifer
ComboDance thnx alot man,,, you are the best.
i will start the coding now, do u have any idea about how to load CShell??? LoadLibrary is not working any more...
and if not,,, how to log and get the adresses,,, want to get the addies and try something
thanx alot man ,
sorry man, my loadlib not work too. Now i'm using address found by -[I]fLuX