Guest User

Untitled

a guest
Dec 13th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Remove [Dash] WaitingView 8 seconds
  2. Open IDA Pro
  3. search "waitingView" -> [DHPinky waitingView]
  4. search "DHPinky" -> select [DHPinky showPinky:]
  5. F5
  6. find "[r12 setWaitCount:0x8]"
  7.  
  8. 2333 Let's change 0x8
  9.  
  10. mov edx, 0x8 -> BA 08 00 00 00 -> BA 00 00 00 00
  11.  
  12. Yeah!
Add Comment
Please, Sign In to add comment