Advertisement
Guest User

Untitled

a guest
Jul 8th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.76 KB | None | 0 0
  1. int __cdecl CMachineData::CMachineData(int a1)
  2. {
  3.   int v1; // ebx@1
  4.   signed int v2; // edi@1
  5.   int result; // eax@2
  6.  
  7.   *(_BYTE *)a1 = 0;
  8.   ml_CFrame::ml_CFrame((ml_CFrame *)(a1 + 2004));
  9.   ml_CFrame::ml_CFrame((ml_CFrame *)(a1 + 2100));
  10.   ml_CFrame::ml_CFrame((ml_CFrame *)(a1 + 2196));
  11.   ml_CFrame::ml_CFrame((ml_CFrame *)(a1 + 2292));
  12.   ml_CFrame::ml_CFrame((ml_CFrame *)(a1 + 2388));
  13.   ml_CFrame::ml_CFrame((ml_CFrame *)(a1 + 2484));
  14.   v1 = a1 + 2852;
  15.   v2 = 4;
  16.   do
  17.   {
  18.     ml_CFrame::ml_CFrame((ml_CFrame *)v1);
  19.     ml_CFrame::ml_CFrame((ml_CFrame *)(v1 + 96));
  20.     ml_CFrame::ml_CFrame((ml_CFrame *)(v1 + 192));
  21.     result = ml_CFrame::ml_CFrame((ml_CFrame *)(v1 + 288));
  22.     v1 += 384;
  23.     --v2;
  24.   }
  25.   while ( v2 != -2 );
  26.   return result;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement