DeadAndGone Posted October 26, 2012 Posted October 26, 2012 (edited) removed Edited November 12, 2012 by Silence
kao Posted October 26, 2012 Posted October 26, 2012 So i ripped the textscroller part with ida and pasted in a masm project. Ripping stuff is an art in itself, it's not as easy as you might think.. You ripped only one small method. You are missing everything that is related to initializing scroller and timer and lots of other stuff. I almost fixed everything but there is 1 thing i can't. Look into Olly (or in IDA highlight "psizl._cx" and press "K"): call ds:GetTextExtentPoint32Aadd esi, [esp+10h] but that will not help you for the reasons I mentioned above.
DeadAndGone Posted October 26, 2012 Author Posted October 26, 2012 (edited) Hehe yeah I thought already that I have add some initialize things ofcourse thanks for fixing the error Edited November 12, 2012 by Silence
hibernator Posted October 27, 2012 Posted October 27, 2012 (edited) Well ,diablo2oo2 has an excellent scroller for masm. Check it out in his website. Hope it helps you Edited October 27, 2012 by genocide
DeadAndGone Posted October 27, 2012 Author Posted October 27, 2012 Yes I know, but thats not the one I want I want this one and learn more about how these things works
hmi222 Posted October 28, 2012 Posted October 28, 2012 Ok, i ripped mostly all scroller codes, but im pretty new to this so still don't get it working. (Need a lot of help i guess ) That's a point i can't follow. Why making work for yourself in getting ripped stuff to work, instead of learning how to programm the stuff. here are so many sources available to learn. What about with your creditz in your scroll: "Thanx for let me ripping your stuff" ...bla bla bla. 1
DeadAndGone Posted October 28, 2012 Author Posted October 28, 2012 (edited) it's about the method of learning. Edited November 12, 2012 by Silence
hibernator Posted November 2, 2012 Posted November 2, 2012 Well mate. If you haven't got this you need to check out TMG Ripper studio
hibernator Posted November 3, 2012 Posted November 3, 2012 Dude , extthps4p6.exe you supplied in the rar file did not ran due to missing dll.
ragdog Posted November 3, 2012 Posted November 3, 2012 (edited) @SilenceThis c++ source is really simply written and is simply to translate it in Masm32you must not ripp the source from the exe.Why make you a ripp? coding a new scroller and you understand it better how a scroller worksor you translate this c++ SourceAnd what is the Password of your archive? Edited November 3, 2012 by ragdog
DeadAndGone Posted November 3, 2012 Author Posted November 3, 2012 (edited) Well the point is not to recode it it masm. but to rip and got it working. You asked why ripping? Normally I don't rip ofcourse, but sometimes I see a app which I want to keygen but they usses moddyfied crypto's, when I don't know how to reproduce the moddified crypto's, i want to rip that part. So actually I want to learn, thats all Edited November 12, 2012 by Silence
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now