EMO Style ForumPro - Hos Geldiniz
[D3D][C++] No fog tutorial Uyeols10

Join the forum, it's quick and easy

EMO Style ForumPro - Hos Geldiniz
[D3D][C++] No fog tutorial Uyeols10
EMO Style ForumPro - Hos Geldiniz
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Giriş yap

Şifremi unuttum

Istatistikler
Toplam 203 kayıtlı kullanıcımız var
Son kaydolan kullanıcımız: crayzboy76

Kullanıcılarımız toplam 1186 mesaj attılar bunda 862 konu
Tarıyıcı
 Kapı
 Indeks
 Üye Listesi
 Profil
 SSS
 Arama
Arama
 
 

Sonuç :
 


Rechercher çıkıntı araştırma

RSS akısı


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 


Anahtar-kelime

kutu  pointer  loot  

Kimler hatta?
Toplam 11 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 11 Misafir

Yok

[ Bütün listeye bak ]


Sitede bugüne kadar en çok 217 kişi C.tesi Tem. 29, 2017 1:46 am tarihinde online oldu.
En son konular
» İnternetten Para Kazandıran Oyun ! Ödeme Alt Limiti Yok ! DEV KONU
[D3D][C++] No fog tutorial I_icon_minitimeCuma Ağus. 29, 2014 8:33 am tarafından Hello EMO

» goldenchase.net maden yaparak para kazanma
[D3D][C++] No fog tutorial I_icon_minitimeCuma Ağus. 29, 2014 8:18 am tarafından Hello EMO

» etichal hacker görsel egitim seti
[D3D][C++] No fog tutorial I_icon_minitimeÇarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO

» KO TBL Source C#
[D3D][C++] No fog tutorial I_icon_minitimePtsi Ara. 09, 2013 6:36 am tarafından Hello EMO

» x86 Registers
[D3D][C++] No fog tutorial I_icon_minitimeC.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de WYD
[D3D][C++] No fog tutorial I_icon_minitimeÇarş. Tem. 10, 2013 7:25 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de CS Metodo²
[D3D][C++] No fog tutorial I_icon_minitimeÇarş. Tem. 10, 2013 7:23 am tarafından Hello EMO

» [Tutorial] Aprendendo basico deASM OLLYDBG
[D3D][C++] No fog tutorial I_icon_minitimeÇarş. Tem. 10, 2013 7:22 am tarafından Hello EMO

» Basic C# DLL injector
[D3D][C++] No fog tutorial I_icon_minitimePtsi Tem. 08, 2013 7:48 am tarafından Hello EMO

Reklam

[D3D][C++] No fog tutorial

Aşağa gitmek

[D3D][C++] No fog tutorial Empty [D3D][C++] No fog tutorial

Mesaj tarafından Hello EMO Cuma Ara. 10, 2010 2:05 am

Buy and install MS Visual C++
Download and install MS DirectX 9 sdk
Link the DirectX 9 sdk include, Library and src directories into MS Visual C++ (Tools->Options->Directories)
Download the Direct3D StarterKit by Azorbix (Found here)
Extract the D3D9 folder from the starterkit to anywhere on your pc
Create a new Win32 Dynamic-Link library project in MS Visual C++ (File->New->Projects)
Enter a project name, Location name and click ok, Then check the "An empty DLL project" checkbox and click ok
In MS Visual C++ find your workspace folders called Source files, Headers files and Resource files. (Usually in a column on the left)
Right click on the Source files folder and click "Add files to folder"
Open the D3D9 folder you extracted from the starterkit in the window that pops up and highlight all the .cpp files and then click ok
Do the same with Header files folder but this time add all the .h files instead
Double click on the "d3d9dev.cpp" file in your Source files folder in MS Visual C++
Find the DrawIndexedPrimitive function below in d3d9dev.cpp


Kod:
HRESULT APIENTRY hkIDirect3DDevice9::DrawIndexedPrimitive(D3DPRIMITIVETYPE Type, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount)
{

  return m_pD3Ddev->DrawIndexedPrimitive(Type, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
   
}

Add "m_pD3Ddev->SetRenderState(D3DRS_FOGENABLE, false);" into that function like below

Kod:
HRESULT APIENTRY hkIDirect3DDevice9::DrawIndexedPrimitive(D3DPRIMITIVETYPE Type, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount)
{

  m_pD3Ddev->SetRenderState(D3DRS_FOGENABLE, false);

  return m_pD3Ddev->DrawIndexedPrimitive(Type, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
   
}

Compile your project (Build->Batch build) Check both checkboxs (Rebuild all)
Open your project folder that will be saved in your location name you entered when creating a new project
Find the Release folder and copy your .dll to your desktop
Get a injector and inject your .dll into the bf2.exe (Winject here)
Go play with no fog
If you can't follow them steps then sorry, You will have to wait for public material to be released or try and figure it out for yourself.

Edit:

Forgot to mention, Alot can be learned/referenced from the D3D tutorials and sources section here
Hello EMO
Hello EMO
EMO Team
EMO Team

Cinsiyet : Erkek
Burçlar : Yay
Yılan
Mesaj Sayısı : 935
Puan : 373993
Rep Puanı : 18
Doğum tarihi : 28/11/89
Kayıt tarihi : 21/07/09
Yaş : 34
Nerden : EMO WorlD
İş/Hobiler : RCE Student / Game Hacking / Learn Beginner C#,C++,Delphi
Lakap : EMO

https://emostyle.yetkinforum.com

Sayfa başına dön Aşağa gitmek

Sayfa başına dön

- Similar topics

 
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz