Questions about programming

06/17/2006 21:38 Axeweilder#1
Hi all, im new to this sort of thing. Please dont come down harshly on me as i have leeched a lot from this site and simply want to be able to contribute back.

I have a few questions about this whole programming thing.

1. What script/language is most commonly used to write programs? Where do you think i could find a tutorial website? (I can get the software using my methods no problem... :P)

2. I know basic html codes and stuff (from my grade 9 business course xD), is programming similar to this?

3. What program/script are most macros written in and are there any tutorials available for them?

Thanks a lot guys :)
06/17/2006 22:10 chirs#2
Quote:
Originally posted by Axeweilder@Jun 17 2006, 21:38
Hi all, im new to this sort of thing. Please dont come down harshly on me as i have leeched a lot from this site and simply want to be able to contribute back.

I have a few questions about this whole programming thing.

1. What script/language is most commonly used to write programs? Where do you think i could find a tutorial website? (I can get the software using my methods no problem... :P)

2. I know basic html codes and stuff (from my grade 9 business course xD), is programming similar to this?

3. What program/script are most macros written in and are there any tutorials available for them?

Thanks a lot guys :)
Visual Basic is nice and simple alot of macros can be made in this.

C++ is a more complicated one, Pearl I hear is pretty good. Python is nice too.

Maybe get Visual Studio? Be a nice place to start....but then again it's a microsoft product :/

as for tutorials.. google the programming language you've choosen, should find some tutorials.

Hope this helps.
06/18/2006 09:58 wAndAA#3
Quote:
Originally posted by Axeweilder@Jun 17 2006, 21:38
Hi all, im new to this sort of thing. Please dont come down harshly on me as i have leeched a lot from this site and simply want to be able to contribute back.

I have a few questions about this whole programming thing.

1. What script/language is most commonly used to write programs? Where do you think i could find a tutorial website? (I can get the software using my methods no problem... :P)

2. I know basic html codes and stuff (from my grade 9 business course xD), is programming similar to this?

3. What program/script are most macros written in and are there any tutorials available for them?

Thanks a lot guys :)
well I guess you would start with C++ (if you wanted to learn something cool and it would most probably help you out in your life...) but if you just wanted to learn something so you could make some hacks... learn VB.. download VB 6.0 or VS2005.. I got VS2005, its a bit complicated but you get used to it..2.) HTML code isnt very close to writing programs, its just printing data mostly... 3.) most are written in VB, delphi, Pascal I think on this forum... and also made with premade programs (TMK or such)
06/18/2006 14:01 ManBoobs#4
pokemon
06/18/2006 14:29 high6#5
Quote:
Originally posted by Axeweilder@Jun 17 2006, 21:38
Hi all, im new to this sort of thing. Please dont come down harshly on me as i have leeched a lot from this site and simply want to be able to contribute back.

I have a few questions about this whole programming thing.

1. What script/language is most commonly used to write programs? Where do you think i could find a tutorial website? (I can get the software using my methods no problem... :P)

2. I know basic html codes and stuff (from my grade 9 business course xD), is programming similar to this?

3. What program/script are most macros written in and are there any tutorials available for them?

Thanks a lot guys :)
1. its all prefrence. [Only registered and activated users can see links. Click Here To Register...]

2. html is a computer langauge just limited to websites.

3. vb & c++ again its all prefrence.
06/18/2006 14:47 S.O#6
It's mostly preference.

If you want to maximize what you can do - learn C++ (unmanaged code + dll injection is mostly done in that language)

If you want to make a macro / proxy - It's your call

C++ - Powerfull and complex
Delphi / Java - complex and has a wide set of free libraries you can use happily
VB / C# - Very simple but is less comfortable to do the 'hardcore' things (aka dll injections)

but mind you - 'Less powerful' or 'More powerful' is based on the common things the language and its compilers give. You can make almost everything in, say, c# - you just have to know what to look for and how to do it.

In C++ everything you need is simply built in (but it's hell to use xD)

that's my opinion anyway
Cheers,

edit: omg 150 posts! im a Lewser!!!one!omgwtfhax!
06/18/2006 15:44 TheGameManipulator#7
Tutorials on other hand..
[Only registered and activated users can see links. Click Here To Register...] comes in handy.

Once learn a good language or 20.
This site helps get some tools you might need.
[Only registered and activated users can see links. Click Here To Register...]

Good Luck.
TheGameManipulator
06/18/2006 16:03 FAX#8
kk guys i started to learn C++ like 3 months ago and i've gotten preety good at it ... but i still got no clue how to create hacks with it :P lol ... how do i look at the code of some of these hacks in C++...? Is there another program i need to get tht like opens up the hacks and show's me the code o.0?
06/18/2006 18:26 DeXxEr7#9
need tut? how to fix qoproxy?