EMO Style ForumPro - Hos Geldiniz
CSS [Tutorial] D3D Wallhack. Uyeols10

Join the forum, it's quick and easy

EMO Style ForumPro - Hos Geldiniz
CSS [Tutorial] D3D Wallhack. 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 2 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 2 Misafir :: 1 Arama motorları

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
CSS [Tutorial] D3D Wallhack. I_icon_minitimeCuma Ağus. 29, 2014 8:33 am tarafından Hello EMO

» goldenchase.net maden yaparak para kazanma
CSS [Tutorial] D3D Wallhack. I_icon_minitimeCuma Ağus. 29, 2014 8:18 am tarafından Hello EMO

» etichal hacker görsel egitim seti
CSS [Tutorial] D3D Wallhack. I_icon_minitimeÇarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO

» KO TBL Source C#
CSS [Tutorial] D3D Wallhack. I_icon_minitimePtsi Ara. 09, 2013 6:36 am tarafından Hello EMO

» x86 Registers
CSS [Tutorial] D3D Wallhack. I_icon_minitimeC.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO

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

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

» [Tutorial] Aprendendo basico deASM OLLYDBG
CSS [Tutorial] D3D Wallhack. I_icon_minitimeÇarş. Tem. 10, 2013 7:22 am tarafından Hello EMO

» Basic C# DLL injector
CSS [Tutorial] D3D Wallhack. I_icon_minitimePtsi Tem. 08, 2013 7:48 am tarafından Hello EMO

Reklam

CSS [Tutorial] D3D Wallhack.

Aşağa gitmek

CSS [Tutorial] D3D Wallhack. Empty CSS [Tutorial] D3D Wallhack.

Mesaj tarafından Hello EMO Ptsi Ara. 13, 2010 3:33 am

[QUOTE=timon;1440095]Ok I have had too many people asking me this and I have found a different method of doing it so it doesn't bother me. I bet VAC2 already knows about it but people want to know for some reason. Anyways here it goes.

Remember you need a bit of knowledge of C++ to do this lol.

Im writing this off the top of my head so if I mix up C++ and Vb.net forgive me and point it out lol.
Kod:

//globals
bool wallhack = false;
//end globals
 
//DrawIndexedPrimitive
DWORD NoWallhack;
      if(GetAsyncKeyState(VK_F1)&1)
    {
              if(wallhack == false) {wallhack = true;}
              if(wallhack == true) {wallhack = false;}
      }

      if(wallhack = true && m_Stride == 64)
      {
                  d3d9device->GetRenderState(D3DRS_ZENABLE, &NoWallhack);
                  d3d9device->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
                  d3d9device->SetRenderState(D3DRS_ZFUNC, D3DCMP_NEVER);
      }

            if(wallhack = false && m_Stride == 64)
      {

             d3d9device->SetRenderState(D3DRS_ZENABLE, NoWallhack);
                d3d9device->SetRenderState(D3DRS_ZFUNC,D3DCMP_LESSEQUAL);
      }


Ok I know I probably made some errors in there so tell me if I did and I'll fix em quick. There is an easier way to do this then how I posted but thats for you to find out Wink

Edit: bleh I don't really care anymore lol. one minute of searching you could find this. Wireframe method coming up. Make sure you know strides and crap too by the way cause you'll need them. Again hand written and found the method from MSDN.

Kod:

//globals
bool Iwantwireframe = false;
//end globals

//DrawIndexedPrimitive
            if(GetAsyncKeyState(VK_F2)&1)
    {
              if(Iwantwireframe == false) {Iwantwireframe = true;}
              if(Iwantwireframe == true) {Iwantwireframe = false;}
      }
            if(Iwantwireframe = true && m_Stride == YOURM_STRIDEHERE)
      {
               device->SetRenderState(D3DRS_FILLMODE,D3DFILL_WIREFRAME);
      }

            if(Iwantwireframe = false && m_Stride == YOURM_STRIDEHERE)
      {
               device->SetRenderState(D3DRS_FILLMODE,D3DFILL_SOLID);
      }

[/QUOTE]

Hello EMO
Hello EMO
EMO Team
EMO Team

Cinsiyet : Erkek
Burçlar : Yay
Yılan
Mesaj Sayısı : 935
Puan : 374043
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