
Originally Posted by
RussianFighter
can any make a tut how to make a D3D with Revival : [Topblast Menu Base v1.3] heeeeeeeeeeeellp please
Trust me, you don't want to use that. It is faster to build your own base..
And there is a lot of crap.. file.cpp:
Code:
#pragma once
#include <Windows.h>
#include <d3d9.h>
#include <d3dx9.h>
void dummy()
{
__asm
{
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop//20
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
// DB 0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90
// DB 0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90
// DB 0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90
}
}
void Poly_Function(PVOID func, int size)
{
}
You realy need to know here every thing is and what functions there are... and what they do ofc.
Make your own, it can't be worse then this...
I can't find a single command that is usefull....
And he did't comment the idee how he did it. So it wil be hard.