C++ Tutorial........Needs Correcting.........
Guys am new to C++ and i want to know how to make a hack....THAT'S THE ONLY REASON AM LEARNING C++ so from what i
read is...:
1-Open C++ and select New project then..... Win32 Project (am a little bit confused about win 32 project cuz Philong told me to make CTR application so i dont know which one

and then......... write a name and press ok...then press Next.....
Then Choose DLL..............and then Finish....... (CORRECT IF SOMETHING WRONG

)
2-Get a source code which includes:
Addy's and Offsets like:
0xA65EEC
and write
#define NoReload 0xA65EEC.....(i know this is full of Mistakes but am very new to C++ so can u correct

?)
and a hack code like:
while(1)
{
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
DWORD pWeaponMgr = *(DWORD*)(CShell+WeaponMgr);
if(onehit)
{
if (pWeaponMgr)
{
for(int i=0; i<560; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + OneHit ) = 9999;
}
}
}
if(noreload)
{
if (pWeaponMgr)
{
for(int i=0; i<560; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 100;
}
}
}
if(nochange)
{
if (pWeaponMgr)
{
for(int i=0; i<560; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoChange) = 0.0f;
}
}
}
if(noweight)
{
if (pWeaponMgr)
{
for(int i=0; i<560; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoWeight) = 0.0f;
}
}
}
if(nospread)
{
if (pWeaponMgr)
{
for(int i=0; i<560; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoSpread) = 0.0f;
}
}
}
if(unlimitedammo)
{
if (pWeaponMgr)
{
for(int i=0; i<560; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + UnlimitedAmmo) = 90;
}
}
}
Sleep(100);
}
}
And the rest which i dont know what is it... (Hoping u would tell me and help and not saying Learn C++)
3-the make debug
4- THEN............................???? (dunno)
I know I seem a little bit dumb but am Not -.-

(am still a Newbie)