[Tut]How to make a dll trainer

Discuss MapleStory hacks and bots over here!
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [Tut]How to make a dll trainer

Post by Nerrazzuri »

mapleplayer wrote:may i know how to readpointer? if can read char direction then auto move was useful~
You can Read character X and Y, i don't really know about the facing direction, I heard there was it.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
PIEzLOVERS
Master of Darkness
Master of Darkness
Posts: 431
Joined: Sat Dec 12, 2009 9:01 pm
Location: Heaven !
Contact:

Re: [Tut]How to make a dll trainer

Post by PIEzLOVERS »

boredness should sticky this :D
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [Tut]How to make a dll trainer

Post by Nerrazzuri »

PIEzLOVERS wrote:boredness should sticky this :D
Yeah he should.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
Elite Crew
Novice Knight
Novice Knight
Posts: 2
Joined: Mon Jul 19, 2010 11:52 am

Re: [Tut]How to make a dll trainer

Post by Elite Crew »

Hey, I have a problem after I made my first trainer by using your TUT.
Everything was find I mean when I build it say "succsed 1 - fail 0 - up-date 0"
But when I inject my .dll trainer into MapleStory.exe by using Winject injector. (even tried other injectors)
My trainer did not pop up. May I know why? I can upload the source and PM it to you if you want.
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [Tut]How to make a dll trainer

Post by Nerrazzuri »

Elite Crew wrote:Hey, I have a problem after I made my first trainer by using your TUT.
Everything was find I mean when I build it say "succsed 1 - fail 0 - up-date 0"
But when I inject my .dll trainer into MapleStory.exe by using Winject injector. (even tried other injectors)
My trainer did not pop up. May I know why? I can upload the source and PM it to you if you want.
Ok, let me see.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
francesco149
Apprantice Knight
Apprantice Knight
Posts: 10
Joined: Sat May 22, 2010 9:38 pm

Re: [Tut]How to make a dll trainer

Post by francesco149 »

Hey nerazzurri, i just finished making my GUI, but I just don't get what i am supposed to change here:
And lastly, Change the SuperTubi name to the hack name you've declared in the Trainer.h(must exactly the same) and you are done!
What name? The one in the checkbox? I only have (name) wich is supposed to be IDC_CHECK<n>

Btw, i made my trainer AoB based and i want it to make checkboxes grey (unclickable) if the AoB is not found, how do i do this? o_o'
Also, how do i pass to the trainer a value with a textbox? And what about radio buttons?
jeezor
Novice Knight
Novice Knight
Posts: 3
Joined: Mon Jul 19, 2010 12:43 am

Re: [Tut]How to make a dll trainer

Post by jeezor »

francesco149 wrote:Hey nerazzurri, i just finished making my GUI, but I just don't get what i am supposed to change here:
And lastly, Change the SuperTubi name to the hack name you've declared in the Trainer.h(must exactly the same) and you are done!
What name? The one in the checkbox? I only have (name) wich is supposed to be IDC_CHECK<n>
change check<n> to your hacks name.
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [Tut]How to make a dll trainer

Post by Nerrazzuri »

francesco149 wrote:Hey nerazzurri, i just finished making my GUI, but I just don't get what i am supposed to change here:
And lastly, Change the SuperTubi name to the hack name you've declared in the Trainer.h(must exactly the same) and you are done!
What name? The one in the checkbox? I only have (name) wich is supposed to be IDC_CHECK<n>

Btw, i made my trainer AoB based and i want it to make checkboxes grey (unclickable) if the AoB is not found, how do i do this? o_o'
Also, how do i pass to the trainer a value with a textbox? And what about radio buttons?
jeezor wrote:
francesco149 wrote:Hey nerazzurri, i just finished making my GUI, but I just don't get what i am supposed to change here:
And lastly, Change the SuperTubi name to the hack name you've declared in the Trainer.h(must exactly the same) and you are done!
What name? The one in the checkbox? I only have (name) wich is supposed to be IDC_CHECK<n>
change check<n> to your hacks name.
Nope, Change the name of your control.

Code: Select all

 case IDC_CHECK1:
checked = IsDlgButtonChecked(hwndDlg, IDC_CHECK1)
[b]SuperTubi[/b](checked);
break;
The one in between [ b ] and [ /b ].
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
Elite Crew
Novice Knight
Novice Knight
Posts: 2
Joined: Mon Jul 19, 2010 11:52 am

Re: [Tut]How to make a dll trainer

Post by Elite Crew »

Here's my source, please see what's the problem.
http://www.mediafire.com/?e4l4d42afeqw206
francesco149
Apprantice Knight
Apprantice Knight
Posts: 10
Joined: Sat May 22, 2010 9:38 pm

Re: [Tut]How to make a dll trainer

Post by francesco149 »

Oh, ok. What about radio buttons? How do i make it detect if a radio button is checked? Same way as checkboxes?
Post Reply