wall hack doesnt working

Posts 114 of 14 · Page 1 of 1
wall hack doesnt working

My friend helped me to make an memory hack and dont give me Xtrap but It doesn't work in the game
What's the Problem ?
If you will tell me Memory WallHack working only 32 Bit so I'm 32 Bit
Code:
#include "stdafx.h"
#include "Xor.h"

#define eCShell	/*CShell.dll*/XorStr<0xA0,11,0x4013471B>("\xE3\xF2\xCA\xC6\xC8\xC9\x88\xC3\xC4\xC5"+0x4013471B).s

// Wall hack base here
BOOL WINAPI DllMain(DWORD fdwReason, HMODULE hDll, LPVOID lpvReserved)
{
	DisableThreadLibraryCalls(hDll);
	if(fdwReason == 1)
	{
		CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Wall,0,0,0);
	} 
}
I need another base or addies and bytes or i forgot some thing ?
Note : I made the Xor.h and included / Coded it
i am 64 bits. Always i can test some ^^
Quote Originally Posted by ToJaMleko View Post
i am 64 bits. Always i can test some ^^
I think you can test it on your x64
Add me on Skype : mpgh.demon
Quote Originally Posted by Nexero View Post
// Wall hack base here
Source code not a base ...
Quote Originally Posted by Nexero View Post

My friend helped me to make an memory hack and dont give me Xtrap but It doesn't work in the game
What's the Problem ?
If you will tell me Memory WallHack working only 32 Bit so I'm 32 Bit
Code:
#include "stdafx.h"
#include "Xor.h"

#define eCShell	/*CShell.dll*/XorStr<0xA0,11,0x4013471B>("\xE3\xF2\xCA\xC6\xC8\xC9\x88\xC3\xC4\xC5"+0x4013471B).s

// Wall hack base here
BOOL WINAPI DllMain(DWORD fdwReason, HMODULE hDll, LPVOID lpvReserved)
{
	DisableThreadLibraryCalls(hDll);
	if(fdwReason == 1)
	{
		CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Wall,0,0,0);
	} 
}
I need another base or addies and bytes or i forgot some thing ?
Note : I made the Xor.h and included / Coded it
No, you're not who made XOR Function because i am the fucking first one who posted it here.

and ?! nice base u get there
Quote Originally Posted by xreality14 View Post
No, you're not who made XOR Function because i am the fucking first one who posted it here.

and ?! nice base u get there
Hell Shut up I fixed it.
Quote Originally Posted by Nexero View Post

Hell Shut up I fixed it.
WAIT WAT ? no one tells me to shut up !
check what's your nationality first before you talk shit to people
Quote Originally Posted by Nexero View Post

Hell Shut up I fixed it.
You don't even make difference between a base and a source code and you said you fixed it ? I bet you just c+p like the other leechers .
Quote Originally Posted by Intellectual View Post

You don't even make difference between a base and a source code and you said you fixed it ? I bet you just c+p like the other leechers .
Sure ..
Quote Originally Posted by Nexero View Post

Sure ..
Quote Originally Posted by Nexero View Post
// Wall hack base here
Yea im pretty sure XDD .
Quote Originally Posted by Intellectual View Post


Yea im pretty sure XDD .
Hell shit
Code:
bool CShellLoad(VOID)
{
	if ((DWORD)GetModuleHandleA("CShell.dll" )
		return TRUE;
	return FALSE;
}

UINT WINAPI MyHook(void *)
{
    while (CShellLoad !=! TRUE )
    {
		(DWORD)GetModuleHandleA("CShell.dll");
		
		
		if(GetAsyncKeyState(VK_F3)&1){
			Beep(1000,100);
			INT cHacks = !cHacks;
			if(cHacks){		
				memcpy((PVOID) AddressWallHack, (PBYTE)"\x90\x90\x90\x90\x90\x90", 6);
			}else{
				memcpy((PVOID) AddressWallHack, (PBYTE)"\x01\x01\x01\x01\x01\x01", 6);
			}
		} 
		
	
		}
	 return NULL;
}

BOOL WINAPI DllMain(HINSTANCE Hdll, DWORD Reacao,LPVOID lpReserved)
{
    if ( Reacao == TRUE )
    {
        DisableThreadLibraryCalls(Hdll);		
		_beginthreadex(NULL, NULL, MyHook, NULL, NULL, NULL);
    }
    return TRUE;
}
I dont get the codes :P
Im just lazy to learn (And a noob )
@BACKD00R It's source code Help Not Hack Help please read the thread, The Tittle doesn't tell you what i need..
Posts 114 of 14 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?