Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Help]Language Suggestions
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Mussy69
Grandmaster Cheater
Reputation: 0

Joined: 09 Mar 2007
Posts: 842
Location: Sydney

PostPosted: Tue May 20, 2008 3:54 am    Post subject: [Help]Language Suggestions Reply with quote

Hey Guys,
I know everyone has different opinions on different languages but i would like to know which is the most proffered computer language when it comes to coding MapleStory private server trainer based stuff, i took a shot at C++ but after awhile of reading TuT's i thought to myself, theres no design programs such as vb how am i meant to make it? Also Hooking the trainer to maplestory, i do need help with that Rolling Eyes
Any Help Appreciated Very Happy
~ MuSSii

_________________
Back to top
View user's profile Send private message AIM Address
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Tue May 20, 2008 5:28 am    Post subject: Re: [Help]Language Suggestions Reply with quote

Mussy69 wrote:
Hey Guys,
I know everyone has different opinions on different languages but i would like to know which is the most proffered computer language when it comes to coding MapleStory private server trainer based stuff, i took a shot at C++ but after awhile of reading TuT's i thought to myself, theres no design programs such as vb how am i meant to make it? Also Hooking the trainer to maplestory, i do need help with that Rolling Eyes
Any Help Appreciated Very Happy
~ MuSSii



Oh My God

theres no design programs such as vb how am i meant to make it?

Oh My God

The prefered language is either c# and c++ neither of which you will grasp with the attitude / knowledge that you have.

There IS design programs for c++. It's called a dialog builder, but the alternative is CreateWindowEx. There is plenty of documentation on how to build a window, swing over to forgey's tut.

Oh My God

_________________
Back to top
View user's profile Send private message
Ferocious
Advanced Cheater
Reputation: 0

Joined: 06 Feb 2008
Posts: 54

PostPosted: Tue May 20, 2008 6:22 am    Post subject: Reply with quote

mussy69 wrote:
i took a shot at C++ but after awhile of reading TuT's i thought to myself, theres no design programs such as vb how am i meant to make it?


there is even C++/CLI, .NET based that has the Rapid Application Develoment environment, also there is MFC. whaat?

_________________
I wanna hack, but I don't know how...
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Tue May 20, 2008 6:53 am    Post subject: Re: [Help]Language Suggestions Reply with quote

Mussy69 wrote:
Hey Guys,
I know everyone has different opinions on different languages but i would like to know which is the most proffered computer language when it comes to coding MapleStory private server trainer based stuff, i took a shot at C++ but after awhile of reading TuT's i thought to myself, theres no design programs such as vb how am i meant to make it? Also Hooking the trainer to maplestory, i do need help with that Rolling Eyes
Any Help Appreciated Very Happy
~ MuSSii


I'm going to have to agree with blankrider, having an attitude like that going into another language is not going to get you anywhere. First thing you need to realize is what type of language VB is. It's for rapid application development, which is why it is so easy to create GUI'd programs, because it is all done for you. Thinking you are going to get off scott-easy in any other language is a very piss poor attitude and thought to have.

If you want to get into server development, I would highly suggest C/C++ and C# as well. The majority of hacks you will find for Maple (I don't play the game, nor have I ever played it or will I ever play it so don't pm me with requests for it...) are written in ASM and C/C++ on these forums, with a select few written in Delphi and VB6.

There is no 'preferred' language for anything. It's based on what you want to and are willing to learn and put time into. Each language is developed for a reason. Most have a specific reason for existing, such as VB for RAD programs for database environments.

Do some research on each language and find one that suites your needs and such.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
benlue
Moderator
Reputation: 0

Joined: 09 Oct 2006
Posts: 2142

PostPosted: Tue May 20, 2008 7:05 am    Post subject: Reply with quote

Start with ASM.
Back to top
View user's profile Send private message
Mussy69
Grandmaster Cheater
Reputation: 0

Joined: 09 Mar 2007
Posts: 842
Location: Sydney

PostPosted: Tue May 20, 2008 7:57 am    Post subject: Reply with quote

Thanks Benlue, il look up some ASM tuts and do it in my free time and do what blankrider said and get WindowsCreateEx and work with C++ after ASM one question which is the best compiler?
_________________
Back to top
View user's profile Send private message AIM Address
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Tue May 20, 2008 8:55 am    Post subject: Reply with quote

Mussy69 wrote:
Thanks Benlue, il look up some ASM tuts and do it in my free time and do what blankrider said and get WindowsCreateEx and work with C++ after ASM one question which is the best compiler?


Look, it depends on the compiler you're using, some shitty compilers don't have a drag/drop UI like you're talking about (MSVC++), just use Borland's products, they're the best, so just use Borland C++ Builder.
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Tue May 20, 2008 9:01 am    Post subject: Reply with quote

I suggest at least learning Win32 (CreateWindowEx, etc) because it's good to know, and I prefer it anyday over MFC and such.
_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
lurc
Grandmaster Cheater Supreme
Reputation: 2

Joined: 13 Nov 2006
Posts: 1900

PostPosted: Tue May 20, 2008 2:24 pm    Post subject: Reply with quote

Rot1 wrote:
Mussy69 wrote:
Thanks Benlue, il look up some ASM tuts and do it in my free time and do what blankrider said and get WindowsCreateEx and work with C++ after ASM one question which is the best compiler?


Look, it depends on the compiler you're using, some shitty compilers don't have a drag/drop UI like you're talking about (MSVC++), just use Borland's products, they're the best, so just use Borland C++ Builder.


I actually would prefer to build my own GUI from pure API's rather then use a Borland product (just me)
MSVC++ isn't shitty at all, and there IS a Drag and Drop GUI within C++ Projects. There called Resources. It's a good alternative if you don't feel like coding the GUI yourself but still have control over everything else such as messages and etc.

_________________
Back to top
View user's profile Send private message
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Tue May 20, 2008 2:31 pm    Post subject: Reply with quote

Rot1 wrote:
Mussy69 wrote:
Thanks Benlue, il look up some ASM tuts and do it in my free time and do what blankrider said and get WindowsCreateEx and work with C++ after ASM one question which is the best compiler?


Look, it depends on the compiler you're using, some shitty compilers don't have a drag/drop UI like you're talking about (MSVC++), just use Borland's products, they're the best, so just use Borland C++ Builder.


I like having borland dependencies too, it always makes me happy....

At least VC++ dependencies are majorly supported / included (except for Cool

_________________
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Wed May 21, 2008 3:09 am    Post subject: Reply with quote

lurc wrote:
Rot1 wrote:
Mussy69 wrote:
Thanks Benlue, il look up some ASM tuts and do it in my free time and do what blankrider said and get WindowsCreateEx and work with C++ after ASM one question which is the best compiler?


Look, it depends on the compiler you're using, some shitty compilers don't have a drag/drop UI like you're talking about (MSVC++), just use Borland's products, they're the best, so just use Borland C++ Builder.


I actually would prefer to build my own GUI from pure API's rather then use a Borland product (just me)
MSVC++ isn't shitty at all, and there IS a Drag and Drop GUI within C++ Projects. There called Resources. It's a good alternative if you don't feel like coding the GUI yourself but still have control over everything else such as messages and etc.


VC++ is .NET and if you can't use APIs normal, as you said it has to be MessageBox::Show() and i don't have time for this.

i like Borland because you make application fast and it compiles fast and all, Borland is the SHIT! ;]
Back to top
View user's profile Send private message
Renkokuken
GO Moderator
Reputation: 4

Joined: 22 Oct 2006
Posts: 3249

PostPosted: Wed May 21, 2008 3:12 am    Post subject: Reply with quote

Rot1 wrote:
lurc wrote:
Rot1 wrote:
Mussy69 wrote:
Thanks Benlue, il look up some ASM tuts and do it in my free time and do what blankrider said and get WindowsCreateEx and work with C++ after ASM one question which is the best compiler?


Look, it depends on the compiler you're using, some shitty compilers don't have a drag/drop UI like you're talking about (MSVC++), just use Borland's products, they're the best, so just use Borland C++ Builder.


I actually would prefer to build my own GUI from pure API's rather then use a Borland product (just me)
MSVC++ isn't shitty at all, and there IS a Drag and Drop GUI within C++ Projects. There called Resources. It's a good alternative if you don't feel like coding the GUI yourself but still have control over everything else such as messages and etc.


VC++ is .NET and if you can't use APIs normal, as you said it has to be MessageBox::Show() and i don't have time for this.

i like Borland because you make application fast and it compiles fast and all, Borland is the SHIT! ;]
You really need to read what you type sometimes.
Back to top
View user's profile Send private message
Mussy69
Grandmaster Cheater
Reputation: 0

Joined: 09 Mar 2007
Posts: 842
Location: Sydney

PostPosted: Wed May 21, 2008 5:47 am    Post subject: Reply with quote

Hey when I downloaded Borland C++ Compiler and extracted it and ran the help file it says run BCC32.exe when i do that a CMD opens up then immediately closes, any help please?
_________________
Back to top
View user's profile Send private message AIM Address
Symbol
I'm a spammer
Reputation: 0

Joined: 18 Apr 2007
Posts: 5094
Location: Israel.

PostPosted: Wed May 21, 2008 6:05 am    Post subject: Reply with quote

Rot1 wrote:
VC++ is .NET and if you can't use APIs normal, as you said it has to be MessageBox::Show() and i don't have time for this.

i like Borland because you make application fast and it compiles fast and all, Borland is the SHIT! ;]

Umm, no...
Its just the compiler, it supports both C++ and C++.NET. (Win32 Application - C++, CLR Console/Windows Forms - .NET)
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Wed May 21, 2008 6:19 am    Post subject: Reply with quote

Rot1 wrote:
VC++ is .NET ...


I lol'd in real life when I read that.. seriously, don't say something if you haven't the slightest clue of what you are saying.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites