EMO Style ForumPro - Hos Geldiniz
[Code] View Matrix (Using GetTransform) Uyeols10

Join the forum, it's quick and easy

EMO Style ForumPro - Hos Geldiniz
[Code] View Matrix (Using GetTransform) 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

loot  pointer  kutu  

Kimler hatta?
Toplam 2 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 2 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
[Code] View Matrix (Using GetTransform) I_icon_minitimeCuma Ağus. 29, 2014 8:33 am tarafından Hello EMO

» goldenchase.net maden yaparak para kazanma
[Code] View Matrix (Using GetTransform) I_icon_minitimeCuma Ağus. 29, 2014 8:18 am tarafından Hello EMO

» etichal hacker görsel egitim seti
[Code] View Matrix (Using GetTransform) I_icon_minitimeÇarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO

» KO TBL Source C#
[Code] View Matrix (Using GetTransform) I_icon_minitimePtsi Ara. 09, 2013 6:36 am tarafından Hello EMO

» x86 Registers
[Code] View Matrix (Using GetTransform) I_icon_minitimeC.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de WYD
[Code] View Matrix (Using GetTransform) I_icon_minitimeÇarş. Tem. 10, 2013 7:25 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de CS Metodo²
[Code] View Matrix (Using GetTransform) I_icon_minitimeÇarş. Tem. 10, 2013 7:23 am tarafından Hello EMO

» [Tutorial] Aprendendo basico deASM OLLYDBG
[Code] View Matrix (Using GetTransform) I_icon_minitimeÇarş. Tem. 10, 2013 7:22 am tarafından Hello EMO

» Basic C# DLL injector
[Code] View Matrix (Using GetTransform) I_icon_minitimePtsi Tem. 08, 2013 7:48 am tarafından Hello EMO

Reklam

[Code] View Matrix (Using GetTransform)

Aşağa gitmek

[Code] View Matrix (Using GetTransform) Empty [Code] View Matrix (Using GetTransform)

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

Kod:
D3DXVECTOR3 EspAimbot::GetDirVector(D3DXVECTOR3 Start,D3DXVECTOR3 End)
{
   D3DXVECTOR3 VecDir,Diff;
   D3DXVec3Subtract(&Diff,&End,&Start);
   D3DXVec3Normalize(&VecDir,&Diff);
   
   return VecDir;
}

D3DXVECTOR3 EspAimbot::GetCameraVectorFromViewMatrix(LPDIRECT3DDEVICE8 pDevice)
{
   D3DXVECTOR3 Camera;
   D3DXMATRIX view;
   pDevice->GetTransform(D3DTS_VIEW, &view);
   Camera.x = -view._41;
   Camera.y = -view._42;
   Camera.z = -view._43;

   return Camera;
}

//radians
float EspAimbot::GetYawFromViewMatrix(LPDIRECT3DDEVICE8 pDevice)
{
  D3DXMATRIX view;
  float yaw;
  pDevice->GetTransform(D3DTS_VIEW,&view);
  yaw = atan2( vm._31, vm._33 );
  return yaw;
}

float EspAimbot::GetPitchFromViewMatrix(LPDIRECT3DDEVICE8 pDevice)
{
  D3DXMATRIX view;
  float pitch;
  pDevice->GetTransform(D3DTS_VIEW,&view);
  pitch = atan2(-view._32, sqrt(view._33 * view._33 + view._31 * view._31 )) ;
  return pitch;
 
}

//need to definately recheck roll :(
float EspAimbot::GetRollFromViewMatrix(LPDIRECT3DDEVICE8 pDevice)
{
  D3DXMATRIX view;
  float roll;
  pDevice->GetTransform(D3DTS_VIEW,&view);
  roll = atan2(vm._12,vm._22);
  return roll;
 }

credits:jim adams ob sdk



NOTES: This will only work for games that use SetTransform (Battlefield series being one that doesn't)
Hello EMO
Hello EMO
EMO Team
EMO Team

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