Log in

View Full Version : TOOL FOR AUTOMATIC FOUND OF POINT H


Ricardo Narvaja
May 21st, 2004, 07:49
If you actualice your SO and don't have time for fpund the new point H run this little tool made by AKIRA and you have your point H in a second, without you need make nothing of work.

http://tinyurl.com/2byg5
("http://tinyurl.com/2byg5
")

This is the link to DOWNLOAD

Ricardo Narvaja

tonyxxy
May 21st, 2004, 09:25
Thanks Ricardo and Akira!

works great :-)

JDog45
May 21st, 2004, 11:33
Nice!! Worked perfect!

jitin
May 21st, 2004, 13:32
was looking for this only
thanx one again

josephhkim
February 6th, 2005, 10:44
The link isn't working. Can someone repost it? Thanks.

hosiminh
February 7th, 2005, 02:34
Press Alt+E , select module: USER32.dll and double click on it.

Press Ctrl+S and copy&paste into input box :

MOV ESI,EAX
MOV EAX,ECX
SHR ECX,2
REP MOVS DWORD PTR ES:[EDI],DWORD PTR DS:[ESI]
MOV ECX,EAX
AND ECX,3
REP MOVS BYTE PTR ES:[EDI],BYTE PTR DS:[ESI]


Press F2 on this line :

77D5CA9E F3:A5 REP MOVS DWORD PTR ES:[EDI],DWORD PTR DS:[ESI]

(This address (77D5CA9E) will be **different** in your comp.)


or enter in commandline plugin: bp 77D5CA9E

josephhkim
February 7th, 2005, 17:32
Ricardo Narvaja
Wow, thanks ALOT. :-D