Jump to content
Tuts 4 You

Rotating dots animation ripped from TSRh keygens - coded by Funbit


r0ger

Recommended Posts

spacer.png

Another ripped animation coded in MASM32 by Funbit[tSRh], and recoded by me after ripping with IDA Pro 6.8 with CSC plugin.

However, i will show you guys how to initiate the background color for the animation (as well for the dots) since it's loaded in a white background through PatBlt (invoke PatBlt,hdcSrc,0,0,6Eh,6Eh,WHITENESS)

in the meantime, enjoy this little dotted animation :)

RotatingDotz.rar

  • Like 2
  • Thanks 1
Link to comment
Share on other sites

Teddy Rogers
2 hours ago, r0ger said:

PatBlt (invoke PatBlt,hdcSrc,0,0,6Eh,6Eh,WHITENESS)

PatBlt, one of my favourite Windows API's for some random reason (and projects). Always found it fast enough for drawing directly to device contexts, no off screen drawing...

Ted.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...