Quote:
Originally posted by ElitePvper@Jun 13 2006, 15:52
you can search for c/c++ tuts over the net or look at the pinned topic about resurces.
good luck
p.s
you can also download VisualBasic which im not gonna tell u where to download it from =)
|
You can get VB express from here it's free
You should try making a few programs for your own use first to get the hang of how to use the program you pick, then if you want to make a hack or cheat pick a game then research it as much as possible. Find out how it was coded use GOOGLE to find this stuff out then try and break it down into sections. GFX engine, SOUND routines and so on until you come across the part that controls play. Find a good de compiler if you can to see how the code works and reverse engineer it. This is a way to hack or make cheats for home games. You can try and do the same for online games but it can be more tricky as the servers check what you do and how you input commands. (This is why when Conquer got it's last big update players got jailed). Use packet sniffers to see how the client speaks to the server. Then take it from there.
There are lots of ways to do what you want. Just takes time to find the easiest way for yourself!