Can anyone give me sample codes for c++ will do example hack but i cant coding i will learn it slow.. Pleasee.
Sorry for my bad english..
leech much
What kind of hack?
Hm 1hit,reload think its good ,i will aim but that are very hard i think..
And i dowload visual c++ from here: http://www.mpgh.net/forum/242-crossf...ss-2010-a.html but when i will register it not accept the email can anyone help or give me a email?
- First we must include something for let the hack working...
#include<windows.h> // (Windows.header) hack will work in windows.
// also #include "stdafx.h"
- Then we must Define some addies. and maybe Weapon ID's 'i'
#define LTC client 0xA05E48 //new addies after patch, search it with ollyDgb #define NoReload 0x2420//Noreload addie. Search for ''ReloadAnimRate'' in Olly.
Now Start make the hack codes etc..
WINAPI declares the "calling convention" basically how the compiler pushes arguments on the stack and how it generates the function call
=> DWORD WINAPI Hacks(LPVOID)
To declare such a value, you use the bool keyword.
(true or false)
Then.
Code:
{
bool noreload = true; //auto on
Then we make Infinite loop
Code:
while(1)
{
// code
}
Now we Create the Code '//code':
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll"); //it get cshell.dll handle.
DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr); // says pWeaponMgr is defined WeaponMgr(addie).
3 elements initialization, conditional, and update.
Picture from other site.
just a example
Now we code this for Crossfire.
Code:
for(int i=0; i<445; i++)
for// loop, weapons
(int i=0;
i<445; //Loop guns, you can take 471 also..
i++)
Hope now, you can code ur own codes for Noreload and other features ;P
If you followed that tutorial then you need to get the Damage Address and Player Offsets.
Then you need to freeze the normal damage and float the damage you want.
Originally Posted by Takari
If you followed that tutorial then you need to get the Damage Address and Player Offsets.
Then you need to freeze the normal damage and float the damage you want.
hmm.ok from what tuturial that i found or what you found ?
İ think injector doing is more easy can you give me some tutorial for that pls ?
Originally Posted by deniz617
hmm.ok from what tuturial that i found or what you found ?
İ think injector doing is more easy can you give me some tutorial for that pls ?
To make an injector I highly recommend you Visual Basic.
You can find many public source codes and tutorials on how to make one.Check the Tutorial Section .