Advertisement
MiaMyLove

SunShineSilver.mdA

Apr 12th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.48 KB | None | 0 0
  1. bool __fastcall sub_13FF5F778(__int64 a1, unsigned int a2)
  2. {
  3.   unsigned int v2; // ebx@1
  4.   bool result; // al@2
  5.  
  6.   LOBYTE(a1) = 1;
  7.   v2 = a2;
  8.   if ( !(unsigned __int8)sub_14022F030(a1)
  9.     || (unsigned __int8)sub_13FF69690(0i64)
  10.     || (unsigned __int8)sub_13FF69680(0i64)
  11.     || (signed int)v2 > 0 && ((unsigned __int8)sub_13FF69690(v2) || (unsigned __int8)sub_13FF69680(v2)) )
  12.   {
  13.     result = 0;
  14.   }
  15.   else
  16.   {
  17.     result = byte_141887399 != 0;
  18.   }
  19.   return result;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement