Help.
Well past couple days i have been watching the "Absolute Spoonfeed" tUts on you tube, and i followed a few of them, and made a WarRock hack but im getting an error.. here is the code.. iM removing the addie so no1 can copy me.
[php]/*WarRock Hack Is Made By Timmy aka Shocker2010
Website : http://************.com
*/
#include <windows.h>
#include <stdio.h>
}
}
// The Hack is Below
#define ADR_PLAYERPOINTER -------
#define OFS_Z -------
//SuperJump
void SuperJump()
{
if(GetAsyncKeyState(VK_CONTROL) &1)
{
DWORD DPP = *(DWORD*)ADR_PLAYERPOINTER;
if (DPP != 0)
{
*(float*) (DPP+OFS_Z) = 1000;
}
}
}
void Shocker2010Hacks()
{
for(;

{
SuperJump();
Sleep(50);
}
}
BOOL WINAPI DllMAIN(HMODULE hDll, DWORD dwReason, LPVOID 1pReserved);
{
if (dwReason = DLL_PROCESS_ATTACH)
{
DWORD dwID1 = 0;
Handle hThread = createThread(NULL, 0, (LPTHREAD_START_ROUTINE)Shocker2010Hacks, NULL, NULL, &dwID1 );
CloseHandle(hThread1);
}
return TRUE;
}[/php]
Can someone help me fix it.