[Release] C++ Path Recorder

06/28/2009 13:37 clintonselke#1
Someone might find this interesting.

Attached I have some C++ code for recording and replaying jump paths.

To use it:
- Run Conquer / Log In
- Use Winject.exe to inject your running process of conquer w/ SirHooks.dll (I'm remaking sirhooks for when mounts are released.)
- Then you use chat commands to command it.

Commands:

/path record <identifier>
Starts recording your jumps.

/path stop
Stops recording/playing your jumps.

/path play <identifier>
Starts playing your recorded jump path.

Example:

/path record myPath
jump around in conquer a bit and back to the start of your path (form a loop)
/path stop
/path play myPath
your character will now jump around your path on a continuous loop.
/path stop
your character will stop following the path.

Uses:

Combined this with auto-scatter and its not a bad archer-plvling bot.
06/28/2009 14:31 high7#2
Nice work.

Never thought of storing the registers when you first detour it :P.
06/28/2009 14:58 clintonselke#3
Quote:
Originally Posted by high7 View Post
Nice work.

Never thought of storing the registers when you first detour it :P.
Only option I had. No naked functions in MinGW, and I hate everything Microsoft xD.
06/28/2009 15:27 high7#4
That is stupid...

You are going to make it harder for yourself just because you don't like a company?
06/28/2009 15:58 clintonselke#5
Quote:
Originally Posted by high7 View Post
That is stupid...

You are going to make it harder for yourself just because you don't like a company?
Yes :D

... idk maybe. I know i will have to be using Microsoft Products if i want to work for a company. I'm fine with that.

Just for programming in spare time for recreation, i'm staying away from anythin' M$.

I don't wanna download a 400Mb SDK, our internet is really crappy here.

... Just an idea of how bad, our connection dropped out 3 times just while trying to post THIS post.
07/04/2009 14:39 kenisin123#6
i dont get these thing how do u start them :D like how do u open and are u the guy or the small girl ?
07/07/2009 11:30 IsTI37#7
You can provide us with a source from where you learn how to do your cheats ?
07/07/2009 14:02 clintonselke#8
Quote:
Originally Posted by IsTI37 View Post
You can provide us with a source from where you learn how to do your cheats ?
umm.... i learnt from elite pvpers, by lookin at source code :D... and source code is attached :p
07/08/2009 11:55 onpaint#9
hi:

May i ask a question:
how do you find out those code addressses?
like 004F7286 - message handler

are there any tips or tricks?

great job and thanks
07/09/2009 00:49 ~Yuki~#10
:rtfm: