[Tut]How to make a dll trainer
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: [Tut]How to make a dll trainer
Add me into MSN and we could talk there.
nerrazzuri2002@hotmail.com
nerrazzuri2002@hotmail.com
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!

-
- Novice Knight
- Posts: 4
- Joined: Wed Jun 23, 2010 9:53 am
Re: [Tut]How to make a dll trainer
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.
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: [Tut]How to make a dll trainer
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?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.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!

-
- Novice Knight
- Posts: 4
- Joined: Wed Jun 23, 2010 9:53 am
Re: [Tut]How to make a dll trainer
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
Explanation of pointer by DarkByte on the Cheat Engine forums: http://forum.cheatengine.org/viewtopic. ... dd42a5ceff
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: [Tut]How to make a dll trainer
So you want to freeze the pointer that pointed to the address huh?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
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!

-
- Novice Knight
- Posts: 4
- Joined: Wed Jun 23, 2010 9:53 am
Re: [Tut]How to make a dll trainer
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.
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: [Tut]How to make a dll trainer
Ok finally i get what you mean, use ReadPointer, I suggest you search for Kitterz source, inside have some useful information about ReadPointer.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.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!

-
- Novice Knight
- Posts: 4
- Joined: Wed Jun 23, 2010 9:53 am
Re: [Tut]How to make a dll trainer
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?
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: [Tut]How to make a dll trainer
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.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?

Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!

-
- Apprantice Knight
- Posts: 9
- Joined: Mon May 31, 2010 4:19 pm
Re: [Tut]How to make a dll trainer
may i know how to readpointer? if can read char direction then auto move was useful~