October 26, 201212 yr 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.
October 26, 201212 yr Author Hehe yeah I thought already that I have add some initialize things ofcourse thanks for fixing the error Edited November 12, 201212 yr by Silence
October 27, 201212 yr Well ,diablo2oo2 has an excellent scroller for masm. Check it out in his website. Hope it helps you Edited October 27, 201212 yr by genocide
October 27, 201212 yr Author Yes I know, but thats not the one I want I want this one and learn more about how these things works
October 28, 201212 yr 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.
October 28, 201212 yr Author it's about the method of learning. Edited November 12, 201212 yr by Silence
November 3, 201212 yr Dude , extthps4p6.exe you supplied in the rar file did not ran due to missing dll.
November 3, 201212 yr @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, 201212 yr by ragdog
November 3, 201212 yr Author 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, 201212 yr by Silence
Create an account or sign in to comment