Jump to content
Tuts 4 You

remove please


DeadAndGone

Recommended Posts

Posted (edited)

removed

Edited by Silence
Posted
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:GetTextExtentPoint32A
add esi, [esp+10h]

but that will not help you for the reasons I mentioned above.

Posted (edited)

Hehe yeah I thought already that I have add some initialize things ofcourse :D

thanks for fixing the error :)

Edited by Silence
Posted (edited)

Well ,diablo2oo2 has an excellent scroller for masm. Check it out in his website. Hope it helps you

Edited by genocide
Posted

Yes I know, but thats not the one I want :ltongue:

I want this one and learn more about how these things works :smartass:

Posted

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 :P)

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.

  • Like 1
Posted (edited)

it's about the method of learning.

Edited by Silence
Posted

Dude , extthps4p6.exe you supplied in the rar file did not ran due to missing dll. :disgust:

Posted (edited)

@Silence

This c++ source is really simply written and is simply to translate it in Masm32

you 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 works

or you translate this c++ Source

And what is the Password of your archive?

Edited by ragdog
Posted (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 :smartass:

Edited by Silence

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...