VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Decreasing Counter Kill Timer In Exe

by Lo$tClu$ter (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

INTENDED ONLY FOR EDUCATIONAL PURPORSES! USE IT AT YOUR OWN RISK!

Yeah, don't forget to backup your dll :)

Patching msvbvm60.dll <-

HEX's View On It :)

How to find string and replace it with hex editor

Rate Decreasing Counter Kill Timer In Exe

Ok..


So what we got ?


1. Before application starts we see a very nice
 screen with a decreasing counter.
 5...4.....3...2...1.... Ok -> cOol


2. Now we can push a button and use this application..

Well, I guess we don't want to wait ;)

So now we'll patch msvbvm60.dll

Open this dll with hex editor and look
for :57 FF 74 24 14 FF 74 24

Replace 57 with 50 (push eax)

:)

Download this snippet    Add to My Saved Code

Decreasing Counter Kill Timer In Exe Comments

No comments have been posted about Decreasing Counter Kill Timer In Exe. Why not be the first to post a comment about Decreasing Counter Kill Timer In Exe.

Post your comment

Subject:
Message:
0/1000 characters