[Help] D3D Menü Box Mini

Posts 19 of 9 · Page 1 of 1
[Help] D3D Menü Box Mini
Hey i have a D3D hack and i need a Little box on the right site for Hotkey infos .

Can everyone help me pls ?
create a new project with this and run:

Code:
#include <windows.h>

int main()
{
	MessageBoxA(NULL, "No", "For Leecher:", NULL);
	
	return 0;
}
it will work

PS: i wonder if you can create a project without leeching..
no mesage box :/
op didn't get it, try again Brinuz
Goto Wal*Mart and buy PostIt notes and a Sharpie pen. Come home and write down the hotkeys on a PostIt note. Stick note in top right corner of screen.

But seriously. If you have a D3D hack than it should have a menu not hotkeys or both. Most D3D hacks without menus just have chams and like 2 hotkeys maybe.

::EDIT::

If your trying to code a D3D hack yourself and your using a source than go read some tutorials because you obviously don't know what your doing.
ok this one works.

Code:
//#include <iostream>
#include <windows.h>
#define addr1 0x1337
#define N1337 NULL
#define addr2324 0xEF151A1
#define addr4441 0x0000F23
#define addrttr1 0x0000001
#define LoadHax() MessageBoxA
#define ActivateHAX() (N1337, "Do Not Leech", "To the Leecher:", N1337)
#define addrrrff 0x1337
#define addr1337 0x625602506
#define addr9000 0x13456406345
#define addr0 0x00006657

//using namespace std;

int main()
{
	LoadHax()
	ActivateHAX();

	return 0;
}
Well let's see. You've managed to hook and detour successfully, draw your menu successfully and make your hacks work successfully, all without leeching...right? In that case how hard is it to simply call a "drawRectangle", a "fillrectangle" and a "drawstring"? You aren't leeching...right? Cos that would be bad.

If that fails try:

[php]
void main()
{
while(true)
{
DrawPrimitiveHuman(D3D_YOU);
}
}
[/php]
Maybe:
Code:
class D3dMenboxmini {
private:
    box;
public:
    miniboxonhead;
} box;
try that class it should work
Posts 19 of 9 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?