Page 5 of 10

Re: [Tut]How to make a dll trainer

Posted: Fri Jun 18, 2010 11:49 am
by Nerrazzuri
Add me into MSN and we could talk there.
nerrazzuri2002@hotmail.com

Re: [Tut]How to make a dll trainer

Posted: Wed Jun 23, 2010 11:29 am
by EpsilonDelta
Hi, how would I go about freezing the value of a pointer? Say I just had a level one pointer and I wanted to set its value every 250ms. I understand that I would have to retrieve the address that is being pointed to by the pointer and then write to that address, but I'm not quite sure how to do it.

Re: [Tut]How to make a dll trainer

Posted: Wed Jun 23, 2010 2:43 pm
by Nerrazzuri
EpsilonDelta wrote:Hi, how would I go about freezing the value of a pointer? Say I just had a level one pointer and I wanted to set its value every 250ms. I understand that I would have to retrieve the address that is being pointed to by the pointer and then write to that address, but I'm not quite sure how to do it.
I don't quite understand what do you mean, did you mean to show level on the interface and read if the level is still the same every 250ms?

Re: [Tut]How to make a dll trainer

Posted: Thu Jun 24, 2010 3:55 am
by EpsilonDelta
Well I guess that would be one application, but basically, I'm looking for how to set the value of the address that a static address (green address in Cheat Engine) points to every 250ms.
Explanation of pointer by DarkByte on the Cheat Engine forums: http://forum.cheatengine.org/viewtopic. ... dd42a5ceff

Re: [Tut]How to make a dll trainer

Posted: Thu Jun 24, 2010 10:37 am
by Nerrazzuri
EpsilonDelta wrote:Well I guess that would be one application, but basically, I'm looking for how to set the value of the address that a static address (green address in Cheat Engine) points to every 250ms.
Explanation of pointer by DarkByte on the Cheat Engine forums: http://forum.cheatengine.org/viewtopic. ... dd42a5ceff
So you want to freeze the pointer that pointed to the address huh?

Re: [Tut]How to make a dll trainer

Posted: Fri Jun 25, 2010 12:39 am
by EpsilonDelta
I want to freeze the address that the pointer is pointing to. For example: say we have a base address 0x00100000 with an offset of 0xfa0. So, we read the address at 0x00100000+0xfa0 (0x00100fa0) which holds the address of the dynamic address that we want to freeze.

Re: [Tut]How to make a dll trainer

Posted: Fri Jun 25, 2010 1:14 am
by Nerrazzuri
EpsilonDelta wrote:I want to freeze the address that the pointer is pointing to. For example: say we have a base address 0x00100000 with an offset of 0xfa0. So, we read the address at 0x00100000+0xfa0 (0x00100fa0) which holds the address of the dynamic address that we want to freeze.
Ok finally i get what you mean, use ReadPointer, I suggest you search for Kitterz source, inside have some useful information about ReadPointer.

Re: [Tut]How to make a dll trainer

Posted: Fri Jun 25, 2010 8:00 am
by EpsilonDelta
I can't find Kitterz Source...the thread at CEF has been taken down. Do you think you can upload or PM it? Also, wouldn't ReadPointer be blocked by HackShield?

Re: [Tut]How to make a dll trainer

Posted: Fri Jun 25, 2010 9:14 am
by Nerrazzuri
EpsilonDelta wrote:I can't find Kitterz Source...the thread at CEF has been taken down. Do you think you can upload or PM it? Also, wouldn't ReadPointer be blocked by HackShield?
Just PM me your MSN and I'll give it to you, and no, ReadPointer does not hooked by Hackshield, at least my bot using it. :D

Re: [Tut]How to make a dll trainer

Posted: Mon Jul 05, 2010 10:45 pm
by mapleplayer
may i know how to readpointer? if can read char direction then auto move was useful~