Site Maintenance (Server migration/upgrade will take place either today or tomorrow)week.

Go Back   GameKiller - Maple Story Hacks, Combat Arms Hacks & WonderKing Hacks > Programming & Reversing > General Programming & Reversing

C#

This is a discussion on C# within the General Programming & Reversing forums, part of the Programming & Reversing category; Well i wanna make a trainer in Maplestory (Private Server) but how do i insert the Demi vac in the ...


Reply
 
LinkBack Thread Tools Display Modes
Old 01-21-2010, 09:12 AM   #1
Newbie
Feedback Score: 0 reviews
 
MobScene's Avatar
 
Join Date: Dec 2009
Posts: 42
Thanks: 1
Thanked 2 Times in 2 Posts
Default C#

Well i wanna make a trainer in Maplestory (Private Server) but how do i insert the Demi vac in the trainer so if i click it Demi will be activated.
MobScene is offline   Reply With Quote
Sponsored Links

Old 01-21-2010, 11:03 PM   #2
Bronze Rank Hacker
Feedback Score: 0 reviews
 
Wintermute's Avatar
 
Join Date: Aug 2009
Posts: 437
Thanks: 36
Thanked 99 Times in 84 Posts
Default Re: C#

Give up now and go back to learning C#. It is obvious you don't know enough.
Wintermute is offline   Reply With Quote
Old 01-22-2010, 09:02 AM   #3
Amateur Hacker
Feedback Score: 0 reviews
 
konr's Avatar
 
Join Date: Jul 2009
Posts: 194
Thanks: 79
Thanked 153 Times in 108 Posts
Default Re: C#

Do what Wintermute said.
konr is offline   Reply With Quote
Old 01-23-2010, 11:46 AM   #4
Beginner Hacker
Feedback Score: 0 reviews
 
KittyKittyBoy17's Avatar
 
Join Date: Sep 2009
Posts: 139
Thanks: 1
Thanked 22 Times in 17 Posts
Default Re: C#

Since you have no idea what you're doing, go some forum (preferably not this one) and request a DEMI script for Cheat Engine and use Cheat Engine's built in Trainer maker.
KittyKittyBoy17 is offline   Reply With Quote
Old 01-23-2010, 02:15 PM   #5
Beginner Hacker
Feedback Score: 0 reviews
 
Join Date: Jan 2010
Posts: 53
Thanks: 2
Thanked 4 Times in 4 Posts
Default Re: C#

Originally Posted by Wintermute View Post
Give up now and go back to learning C#. It is obvious you don't know enough.
That was a very discouraging statement, as well as the one below it. Don't forget, you were once at his level too. He's asking for help to LEARN, not leach; I think you could at least have offered him a little assistance.

On the note of how to do it in C#, I do agree with them that it is a bit more advanced, but not entirely impossible with basic knowledge.

I would recommend you look for some tutorials on how to incorporate ASM into a C# program. If I remember correctly, it would basically follow this type of form:

Code:
extern "C" __declspec(dllexport) void* __stdcall yourMethodName() {

	_asm {
		//Insert your ASM Script code here for dEMI/dEM
                //It's going to be a lot of mov/push/eax/ebx/etc.
	}
}
Of course, the code above would do virtually nothing and yes, it would need a lot of editing/additions to it. But I just hope it at least gets you on the write track.
TGForums is offline   Reply With Quote
Old 01-23-2010, 08:07 PM   #6
Bronze Rank Hacker
Feedback Score: 0 reviews
 
Wintermute's Avatar
 
Join Date: Aug 2009
Posts: 437
Thanks: 36
Thanked 99 Times in 84 Posts
Default Re: C#

Originally Posted by TGForums View Post
That was a very discouraging statement, as well as the one below it. Don't forget, you were once at his level too. He's asking for help to LEARN, not leach; I think you could at least have offered him a little assistance.

On the note of how to do it in C#, I do agree with them that it is a bit more advanced, but not entirely impossible with basic knowledge.
I discourage beginners from such thins quickly, because they find it overwhelming rapidly and then copy code and, it rapidly goes downhill as thee are usually issues and it ends up quite messy and not fully functioning.

TL;DR: I encourage actually learning a language; not just learning enough to make one crummy trainer.
Wintermute is offline   Reply With Quote
Old 01-24-2010, 12:09 AM   #7
Beginner Hacker
Feedback Score: 0 reviews
 
KittyKittyBoy17's Avatar
 
Join Date: Sep 2009
Posts: 139
Thanks: 1
Thanked 22 Times in 17 Posts
Default Re: C#

Originally Posted by TGForums View Post
That was a very discouraging statement, as well as the one below it. Don't forget, you were once at his level too. He's asking for help to LEARN, not leach; I think you could at least have offered him a little assistance.
Would you rather have me tell you now or would you rather find out after a college/job rejects you for a copied and pasted collage of C# code as resume?

I did offer a solution, one that he/she can not possible fail upon following my directions.
KittyKittyBoy17 is offline   Reply With Quote
The Following User Says Thank You to KittyKittyBoy17 For This Useful Post:
Wintermute (02-08-2010)
Old 01-24-2010, 12:43 PM   #8
Beginner Hacker
Feedback Score: 0 reviews
 
Join Date: Jan 2010
Posts: 53
Thanks: 2
Thanked 4 Times in 4 Posts
Default Re: C#

I agree with the fact that it's advanced and probably more advanced than he/she can handle at the moment, but there's no need to tell someone to give up. At least he/she is trying.
TGForums is offline   Reply With Quote
Old 01-24-2010, 10:32 PM   #9
Amateur Hacker
Feedback Score: 0 reviews
 
konr's Avatar
 
Join Date: Jul 2009
Posts: 194
Thanks: 79
Thanked 153 Times in 108 Posts
Default Re: C#

Originally Posted by TGForums View Post
I agree with the fact that it's advanced and probably more advanced than he/she can handle at the moment, but there's no need to tell someone to give up. At least he/she is trying.
He said to give up and go back to learning C#.
konr is offline   Reply With Quote
The Following User Says Thank You to konr For This Useful Post:
Wintermute (02-08-2010)
Old 01-24-2010, 10:56 PM   #10
Beginner Hacker
Feedback Score: 0 reviews
 
Join Date: Jan 2010
Posts: 53
Thanks: 2
Thanked 4 Times in 4 Posts
Default Re: C#

Originally Posted by konr View Post
He said to give up and go back to learning C#.
Yeah, my emphasis is on the "give up" part.
TGForums is offline   Reply With Quote
Old 01-24-2010, 11:06 PM   #11
Amateur Hacker
Feedback Score: 0 reviews
 
konr's Avatar
 
Join Date: Jul 2009
Posts: 194
Thanks: 79
Thanked 153 Times in 108 Posts
Default Re: C#

Originally Posted by TGForums View Post
Yeah, my emphasis is on the "give up" part.
Give up on learning about things like this when he doesn't even know basic C# yet. It makes perfect sense and I don't see why you haven't noticed that.
konr is offline   Reply With Quote
The Following User Says Thank You to konr For This Useful Post:
Wintermute (02-08-2010)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



GameKiller.net is not responsible for any content in any posting made by users on the site.