Giriş yap
En iyi yollayıcılar
Hello EMO | ||||
EMO | ||||
eMoStyLe | ||||
BesimBICER | ||||
GameKinG | ||||
Crysis | ||||
~>!.DεvιLρяιεsт.!<~ | ||||
MeTaL | ||||
TrueCrime | ||||
djhayal3t |
Istatistikler
Toplam 203 kayıtlı kullanıcımız varSon kaydolan kullanıcımız: crayzboy76
Kullanıcılarımız toplam 1186 mesaj attılar bunda 862 konu
Arama
Sosyal yer imi
Sosyal bookmarking sitesinde Emo, Emo nedir, Emo resimleri, Emo Kıyafetleri, Emo Sözleri, Emo Oyunları, EmoTurkey, Emo Nickler, Emo Avatarları, Punk, Punk Resimleri, Punk Avatarları, Rock, Rock Resimleri, Rock Avatarları, Msn Nickleri, Msn Avatarları, Müzik adresi saklayın ve paylaşın
Sosyal bookmarking sitesinde EMO Style ForumPro - Hos Geldiniz adresi saklayın ve paylaşın
Kimler hatta?
Toplam 2 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 2 Misafir Yok
Sitede bugüne kadar en çok 217 kişi C.tesi Tem. 29, 2017 1:46 am tarihinde online oldu.
En son konular
Reklam
[Tut]Make your frist D3D hack
1 sayfadaki 1 sayfası
[Tut]Make your frist D3D hack
[QUOTE=Royal100;80953]Alright, so I'ma teach you how to make a D3D hack...
And just because this is my first thread/post here doesn't mean I leeched this guide.... I wrote it...
Things you need to make a D3D hack:
Microsoft Visual C++ 6
(won't post cause its warez O:)
DirectX 9.0 SDK Update - (Summer 2004)
Download details: DirectX 9.0 SDK Update - (Summer 2004)
D3D Starter Kit 3B
Game Deception - Forums
After you have download and installed C++ 6 and D3D SDK
you can now setup C++ to use the SDK lib files.
Ok so, open up C++ 6
To to tools>options>Directories
Then on the right select choose Show directories for Include files
Add the Microsoft Directx 9.0 SDK include folder
Then it should look like this:
After you have done that, on the left again choose
Show directories for Lib files and choose the
Microsoft Directx 9.0 SDK lib folder.
Now press ok!
Your done setting up C++ 6!
Now we must setup the starter kit so we can use it!
Extract the files in the Starter kit, and go into the D3D9 folder.
It should look like this:
Now go into the old_workspace folder, and copy the 2 files into the D3D9 folder.
After that, go in C++ 6 and click file>open workspace
and open TatniumD3D.dsw
Once you have done those you can make a hack! Yeay!
I will now show you how to draw a crosshair
(I know its basic... but its a good learning experience! )
Put this in globals: (right under "#define D3DHOOK_TEXTURES")
Now press Ctrl + F and search for SetViewport
Under
Put:
So now it will look like this:
Now Press Ctrl + F again and search for EndScene
Put
In EndScene
Now its time for hotkeys!
I'ma now show how to do menus cause their confusing
Now you can put hotkeys in either beginscene or endscene!
They both work
A hotkey will look like this:
But it this case we want it like this:
The hotkey will be insert!
Now build it then batch build it!
And then your done!
Take the dll you build and inject it to a D3D9 game!
I will be adding other tuts also... when I feel like it...
If I did anything wrong or spelling mistake just tell me...
'm pretty tired right now :3
All credits to me for righting the guide..[/QUOTE]
And just because this is my first thread/post here doesn't mean I leeched this guide.... I wrote it...
Things you need to make a D3D hack:
Microsoft Visual C++ 6
(won't post cause its warez O:)
DirectX 9.0 SDK Update - (Summer 2004)
Download details: DirectX 9.0 SDK Update - (Summer 2004)
D3D Starter Kit 3B
Game Deception - Forums
After you have download and installed C++ 6 and D3D SDK
you can now setup C++ to use the SDK lib files.
Ok so, open up C++ 6
To to tools>options>Directories
Then on the right select choose Show directories for Include files
Add the Microsoft Directx 9.0 SDK include folder
Then it should look like this:
After you have done that, on the left again choose
Show directories for Lib files and choose the
Microsoft Directx 9.0 SDK lib folder.
Now press ok!
Your done setting up C++ 6!
Now we must setup the starter kit so we can use it!
Extract the files in the Starter kit, and go into the D3D9 folder.
It should look like this:
Now go into the old_workspace folder, and copy the 2 files into the D3D9 folder.
After that, go in C++ 6 and click file>open workspace
and open TatniumD3D.dsw
Once you have done those you can make a hack! Yeay!
I will now show you how to draw a crosshair
(I know its basic... but its a good learning experience! )
Put this in globals: (right under "#define D3DHOOK_TEXTURES")
Now press Ctrl + F and search for SetViewport
Under
Put:
So now it will look like this:
Now Press Ctrl + F again and search for EndScene
Put
In EndScene
Now its time for hotkeys!
I'ma now show how to do menus cause their confusing
Now you can put hotkeys in either beginscene or endscene!
They both work
A hotkey will look like this:
But it this case we want it like this:
The hotkey will be insert!
Now build it then batch build it!
And then your done!
Take the dll you build and inject it to a D3D9 game!
I will be adding other tuts also... when I feel like it...
If I did anything wrong or spelling mistake just tell me...
'm pretty tired right now :3
All credits to me for righting the guide..[/QUOTE]
En son Hello Kitty tarafından Ptsi Ara. 13, 2010 3:31 am tarihinde değiştirildi, toplamda 1 kere değiştirildi
Geri: [Tut]Make your frist D3D hack
[QUOTE=rtyu;2299588]Alright, so I'ma teach you how to make a D3D hack...
And just because this is my first thread/post here doesn't mean I leeched this guide.... I wrote it...
Things you need to make a D3D hack:
Microsoft Visual C++ 6
DirectX 9.0 SDK Update - (Summer 2004)
http://www.microsoft.com/downloads/details.aspx?FamilyId=FD044A42-9912-42A3-9A9E-D857199F888E&displaylang=en
D3D Starter Kit 3B
http://www.filestube.com/1ba0b46abad8a2db03e9/go.html
After you have download and installed C++ 6 and D3D SDK
you can now setup C++ to use the SDK lib files.
Ok so, open up C++ 6
To to tools>options>Directories
Then on the right select choose Show directories for Include files
Add the Microsoft Directx 9.0 SDK include folder
Then it should look like this:
After you have done that, on the left again choose
Show directories for Lib files and choose the
Microsoft Directx 9.0 SDK lib folder.
Now press ok!
Your done setting up C++ 6!
Now we must setup the starter kit so we can use it!
Extract the files in the Starter kit, and go into the D3D9 folder.
It should look like this:
Now go into the old_workspace folder, and copy the 2 files into the D3D9 folder.
After that, go in C++ 6 and click file>open workspace
and open TatniumD3D.dsw
Once you have done those you can make a hack! Yeay!
I will now show you how to draw a crosshair
(I know its basic... but its a good learning experience! )
Put this in globals: (right under "#define D3DHOOK_TEXTURES")
Now press Ctrl + F and search for SetViewport
Under
Put:
So now it will look like this:
Now Press Ctrl + F again and search for EndScene
Put
In EndScene
Now its time for hotkeys!
I'ma now show how to do menus cause their confusing
Now you can put hotkeys in either beginscene or endscene!
They both work
A hotkey will look like this:
But it this case we want it like this:
The hotkey will be insert!
Now build it then batch build it!
And then your done!
Take the dll you build and inject it to a D3D9 game!
I will be adding other tuts also... when I feel like it...
If I did anything wrong or spelling mistake just tell me...
'm pretty tired right now :3
All credits to me for righting the guide..
Btw, this will probaly be patched.
http://virusscan.jotti.org/en Heres a Virus scanning link. I can't virus scan it right now, it will take too much time and I have to go. But anyways, it's CLEAN.
[EDIT] IIf the link takes FOREVER.. just let it load.[/QUOTE]
And just because this is my first thread/post here doesn't mean I leeched this guide.... I wrote it...
Things you need to make a D3D hack:
Microsoft Visual C++ 6
DirectX 9.0 SDK Update - (Summer 2004)
http://www.microsoft.com/downloads/details.aspx?FamilyId=FD044A42-9912-42A3-9A9E-D857199F888E&displaylang=en
D3D Starter Kit 3B
http://www.filestube.com/1ba0b46abad8a2db03e9/go.html
After you have download and installed C++ 6 and D3D SDK
you can now setup C++ to use the SDK lib files.
Ok so, open up C++ 6
To to tools>options>Directories
Then on the right select choose Show directories for Include files
Add the Microsoft Directx 9.0 SDK include folder
Then it should look like this:
After you have done that, on the left again choose
Show directories for Lib files and choose the
Microsoft Directx 9.0 SDK lib folder.
Now press ok!
Your done setting up C++ 6!
Now we must setup the starter kit so we can use it!
Extract the files in the Starter kit, and go into the D3D9 folder.
It should look like this:
Now go into the old_workspace folder, and copy the 2 files into the D3D9 folder.
After that, go in C++ 6 and click file>open workspace
and open TatniumD3D.dsw
Once you have done those you can make a hack! Yeay!
I will now show you how to draw a crosshair
(I know its basic... but its a good learning experience! )
Put this in globals: (right under "#define D3DHOOK_TEXTURES")
- Kod:
float ScreenCenterX = 0.0f;
float ScreenCenterY = 0.0f;
bool crosshair = false;
D3DCOLOR color = D3DCOLOR_XRGB( 200, 0, 0 ); // Add your own values if you want....
Now press Ctrl + F and search for SetViewport
Under
- Kod:
HRESULT APIENTRY hkIDirect3DDevice9::SetViewport(CONST D3DVIEWPORT9 *pViewport)
{
Put:
- Kod:
ScreenCenterX = ( float )pViewport->Width / 2;
ScreenCenterY = ( float )pViewport->Height / 2;
So now it will look like this:
- Kod:
HRESULT APIENTRY hkIDirect3DDevice9::SetViewport(CONST D3DVIEWPORT9 *pViewport)
{
ScreenCenterX = ( float )pViewport->Width / 2;
ScreenCenterY = ( float )pViewport->Height / 2;
return m_pD3Ddev->SetViewport(pViewport);
}
Now Press Ctrl + F again and search for EndScene
Put
- Kod:
if(crosshair)
{
D3DRECT rec2 = {ScreenCenterX-20, ScreenCenterY, ScreenCenterX+ 20, ScreenCenterY+2};
D3DRECT rec3 = {ScreenCenterX, ScreenCenterY-20, ScreenCenterX+ 2,ScreenCenterY+20};
m_pD3Ddev->Clear(1, &rec2, D3DCLEAR_TARGET,color, 0, 0);
m_pD3Ddev->Clear(1, &rec3, D3DCLEAR_TARGET,color, 0, 0);
}
In EndScene
Now its time for hotkeys!
I'ma now show how to do menus cause their confusing
Now you can put hotkeys in either beginscene or endscene!
They both work
A hotkey will look like this:
- Kod:
if( GetAsyncKeyState(hotkeyhere) & 1 )
{
commandgosehere = !commandgosehere;
}
But it this case we want it like this:
- Kod:
if( GetAsyncKeyState( VK_Insert ) & 1 )
{
crosshair = !crosshair;
}
The hotkey will be insert!
Now build it then batch build it!
And then your done!
Take the dll you build and inject it to a D3D9 game!
I will be adding other tuts also... when I feel like it...
If I did anything wrong or spelling mistake just tell me...
'm pretty tired right now :3
All credits to me for righting the guide..
Btw, this will probaly be patched.
http://virusscan.jotti.org/en Heres a Virus scanning link. I can't virus scan it right now, it will take too much time and I have to go. But anyways, it's CLEAN.
[EDIT] IIf the link takes FOREVER.. just let it load.[/QUOTE]
Similar topics
» How to make a Dll
» How to make the standard D3D wallhack
» How to make a Undetected Cheat Engine
» How to make a Undetected Cheat Engine
» How to make a Undetected Cheat Engine
» How to make the standard D3D wallhack
» How to make a Undetected Cheat Engine
» How to make a Undetected Cheat Engine
» How to make a Undetected Cheat Engine
1 sayfadaki 1 sayfası
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz
Cuma Ağus. 29, 2014 8:33 am tarafından Hello EMO
» goldenchase.net maden yaparak para kazanma
Cuma Ağus. 29, 2014 8:18 am tarafından Hello EMO
» etichal hacker görsel egitim seti
Çarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO
» KO TBL Source C#
Ptsi Ara. 09, 2013 6:36 am tarafından Hello EMO
» x86 Registers
C.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO
» [Tutorial] Pegando Address, Pointers de WYD
Çarş. Tem. 10, 2013 7:25 am tarafından Hello EMO
» [Tutorial] Pegando Address, Pointers de CS Metodo²
Çarş. Tem. 10, 2013 7:23 am tarafından Hello EMO
» [Tutorial] Aprendendo basico deASM OLLYDBG
Çarş. Tem. 10, 2013 7:22 am tarafından Hello EMO
» Basic C# DLL injector
Ptsi Tem. 08, 2013 7:48 am tarafından Hello EMO