why errors "kety smith"

Posts 1–10 of 10 · Page 1 of 1
Add this at the top
Code:
#include "stdafx.h"
use release instead of debug
pm me and i will explain every thing to u okay????
i can feel your code looks like
Code:
#include "stdafx.h"
#include <Windows.h>
#include <fstream>

using namespace std;

#define HookShell (DWORD)GetModuleHandleA("CShell.dll");

void IfLuX ( void )
{
	bool wallhack = 1;

	while(1)
	{
		DWORD CShell = HookShell;

	        if (wallhack==1)
		{
		   memcpy((VOID*)0x6D29F4, "\x00\x00\x00\x00\x00\x00", 6);
		}
	}
}
void Hook ( HINSTANCE hDLL )
{
	DWORD CShell = HookShell;
	if (CShell==0)
	{
		IfLuX();
	}
}
BOOL WINAPI DllMain ( HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved )
{
	if (dwReason == DLL_PROCESS_ATTACH)
	{
		DisableThreadLibraryCalls(hDll);
		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hook, hDll, NULL, NULL);
		 MessageBoxA (0,"KAREEM'S HACK","KAREEMS HACK",0); // KAREEM'S HACK ,,:D
	}
	return TRUE;
}
if    (Ghost)
{
                       if(pBasicPlayer!=0)
                   {
                       *(float*)(pBasicPlayer + 0x8C) = 300;
                       *(float*)(pBasicPlayer + 0x90) = 300;

                   }
                   }
AND ADD THIS SOURCE TO BASE..
*(float*)(wep + FastKnife1+y*4) = 2.1f; 
*(float*)(wep + FastKnife2+y*4) = 2.1f; 
*(float*)(wep + KnifeOHK1+y*4) = 1500; 
*(float*)(wep + KnifeOHK2+y*4) = 1500;
why i feel that? because u dont even know c++ (yes this is c++ not vb)
wow cool program teach me how to do it !
visual basic 2008
and its visual studio and its called c++ as giniyat101 said.
loling hard irl
omg learn c++ you dont know even what include, in error it says what to do ._.

Anyway you should include some files, put codes in correct position and change hook, it will be detected by xtrap... btw why should you do an hack if you don't know anything of c++? ._.
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?