PDA

View Full Version : Jump Adress


dermoeter
09-08-2009, 08:07 PM
Hello Guys,

first im knew an realy bad in english.

I've a Programm ( Gaming Bot ) witch requires a valid username and passwort.its checked over the internet if the user exist. So i dont want to crack that cause i have bought this bot. but i want to share this with my friends and now needs the "jump adress" where the programm jumps when the username and passwort are valid. ive ollydbg and win32dasm but dunno how 2 find out wich adress is right. iv anyone has a tutorial for this kind of cracking oder tell me in steps what to do that would be realy nice.

thanks a lot

moeter

aiwnjoo
09-17-2009, 04:37 PM
you seem as though you have just found a tool, googled something which came up with olly and thought that would solve your problems. its not that easy.

you should of posted

[Request]Please crack a program for me!

that would of been more accurate.

gnerogeem
09-17-2009, 04:50 PM
LOL!
Nice one there.
Straight to the point.

aiwnjoo
09-17-2009, 05:18 PM
this program may be packed, then you are venturing into oep and dumping assembly territory.

you basically need to attach the client, search for key strings and then patch that memory region. never heard of gaming bot what is it?

gnerogeem
09-17-2009, 05:24 PM
@dermoeter

I think you need to visit tuts4you (http://www.tuts4you.com/) for basic reversing.

Find Lena tutorial. There are over 40 videos about basic reversing using OllyDbg to download.
Here is the link for one of those tutorial.

http://www.tuts4you.com/download.php?view.122

Good luck.