Advertisement
Guest User

Untitled

a guest
Jul 30th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.19 KB | None | 0 0
  1. Func Judgment ()
  2.     Local $DhuumPtr = GetDhuumPtr()
  3.     If $DhuumPtr = False Then Return False
  4.     If MemoryRead($DhuumPtr + 0x1B4, 'short') = $JudgmentID Then Return True
  5.     Return False
  6. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement