Jump to content
Tuts 4 You

Wat Programing Languages R There


cegy

Recommended Posts

i was wondering wat programing language is there that u can make ur own patch/ keygens in i know a few of them but i would like to c wat u guys say.

delphi

c++

c

asm

vb

vc.net

c#

Link to comment

This is gonna be an endless argument if it starts...

Have you ever coded something or are you completely new?

Learnt can be any language, but if you want to use it for keygens/patches/etc ONLY, you could choose any.

But by the way, what is VC.NET?

For .NET I only know C++.NET and C# as C-based languages?!

greetz

Link to comment

There are of course hundreds of programming languages, but for coding a keygen I would put as restrictions:

  • Be able to create a single independant .exe (no frameworks, interpreters or dll's needed)
  • Be able to create a reasonably small .exe (so no huge interpreter with your program attached)
  • Be able to interact with the Windows API easily

Based on that I'd say ASM, C, C++, D, Delphi, Objective-C, some BASIC variations (_not_ VB).

Link to comment
Based on that I'd say ASM, C, C++, D, Delphi, Objective-C, some BASIC variations (_not_ VB).

Why not VB? I have used VB a number of times to create keygens and patches. And infact, if you are new it's got good points too.

Link to comment

yes but vb needs runtime files for the program to work though :( , i wouldn't mind seeing wat basic languages there is that r rad like delphi/vb. maybe someone can help me>?

Link to comment
yes but vb needs runtime files for the program to work though :( , i wouldn't mind seeing wat basic languages there is that r rad like delphi/vb. maybe someone can help me>?

You could look at IBasic Professional, it is good and simple to get started and get results fast. If you wanted to try "to the bone programming" to be one of the asm fan boys it is possible to intergrate assembler code within the IBasic code and it is suprisingly very easy to do and call those routines. Or you could try EBasic (Emergence Basic), a very similar compiler to IBasic but supports new features and adds DirectX. It is still being developed unlike IBasic. Oh! And it is free and has a good support base :)

http://www.ionicwind.com/index.php?option=...5&Itemid=33

Another option you could look at is PowerBASIC. Here is a Wiki of it:

http://en.wikipedia.org/wiki/PowerBASIC

Ted.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...