Search found 4 matches
- Fri Jun 25, 2010 8:00 am
- Forum: MapleStory Hacks/Bots Discussion
- Topic: [Tut]How to make a dll trainer
- Replies: 92
- Views: 14655
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?
- Fri Jun 25, 2010 12:39 am
- Forum: MapleStory Hacks/Bots Discussion
- Topic: [Tut]How to make a dll trainer
- Replies: 92
- Views: 14655
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.
- Thu Jun 24, 2010 3:55 am
- Forum: MapleStory Hacks/Bots Discussion
- Topic: [Tut]How to make a dll trainer
- Replies: 92
- Views: 14655
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.php?t=79 ...
- Wed Jun 23, 2010 11:29 am
- Forum: MapleStory Hacks/Bots Discussion
- Topic: [Tut]How to make a dll trainer
- Replies: 92
- Views: 14655
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.