Advertisement
xesharkz

Untitled

May 19th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. refdef_t* ENGINE::GetRefdef()
  2. {
  3. uint64_t v17;
  4.  
  5. uint64_t dword_10B53BF0 = *(uint64_t*)(dwWarzoneBase + orefdefEncrypt1);
  6. uint64_t dword_10B53BF8 = *(uint64_t*)(dwWarzoneBase + orefdefEncrypt3);
  7. uint64_t dword_10B53BF4 = *(uint64_t*)(dwWarzoneBase + orefdefEncrypt2);
  8.  
  9. LODWORD(v17) = dword_10B53BF0 ^ (dword_10B53BF8 ^ dword_10B53BF0 ) * ((dword_10B53BF8 ^ dword_10B53BF0 ) + 2);
  10. HIDWORD(v17) = dword_10B53BF4 ^ (dword_10B53BF8 ^ dword_10B53BF4 ) * ((dword_10B53BF8 ^ dword_10B53BF4 ) + 2);
  11.  
  12. return *(refdef_t**)v17;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement