Advertisement
Guest User

Untitled

a guest
Jan 12th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. int ClientBase = (DWORD)GetModuleHandleA("client_panorama.dll");
  2. int BP = 0;
  3.  
  4. while (true)
  5. {
  6. if (GetAsyncKeyState(VK_MENU))
  7. {
  8. for (int iNV4L1D = NULL; iNV4L1D < 64; iNV4L1D++)
  9. {
  10. __try
  11. {
  12. DWORD EntityBaseDD = *(DWORD*)ClientBase + 0x4CCDBFC + (iNV4L1D + 0x10);
  13. if (EntityBaseDD)
  14. *(bool*)(EntityBaseDD + 0x93D) = true;
  15. }
  16. __except (EXCEPTION_EXECUTE_HANDLER)
  17. {}
  18. }
  19. BP = 1;
  20. }
  21.  
  22. else if (BP == 1 && !GetAsyncKeyState(VK_MENU))
  23. {
  24. DWORD radarinterface = *(DWORD*)(ClientBase + 0x510293C);
  25. DWORD radarbase = *(DWORD*)(radarinterface + 0x74);
  26.  
  27. for (int scam = 0; scam < 64; scam++)
  28. {
  29. for (int iNV4L1D = NULL; iNV4L1D < 64; iNV4L1D++)
  30. {
  31. __try
  32. {
  33. DWORD EntityBaseDD = *(DWORD*)ClientBase + 0x4CCDBFC + (iNV4L1D + 0x10);
  34. if (EntityBaseDD)
  35. *(bool*)(EntityBaseDD + 0x93D) = false;
  36. }
  37. __except (EXCEPTION_EXECUTE_HANDLER)
  38. {}
  39. }
  40. BP = 2;
  41. }
  42. }
  43.  
  44. else if (BP == 2 && !GetAsyncKeyState(VK_MENU))
  45. {
  46. DWORD radarinterface = *(DWORD*)(ClientBase + 0x510293C);
  47. DWORD radarbase = *(DWORD*)(radarinterface + 0x74);
  48.  
  49. for (int scam = 0; scam < 64; scam++)
  50. {
  51. __try
  52. {
  53. DWORD EntityBaseDD = *(DWORD*)ClientBase + 0x4CCDBFC + (scam + 0x10);
  54. DWORD LPlayer = *(DWORD*)ClientBase + 0xCBD684;
  55.  
  56. if (EntityBaseDD && (EntityBaseDD != LPlayer))
  57. {
  58. for (int DD = NULL; DD < 1000; DD++)
  59. {
  60. *(float*)(radarbase + (0x168 * (scam + 1)) + 0x164) = -1000.f;
  61. }
  62. }
  63. }
  64.  
  65. __except (EXCEPTION_EXECUTE_HANDLER)
  66. {}
  67. }
  68. BP = 0;
  69. }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement