Wanting to Hack
OH!! The horror of VB.. >.<
So your learning to code? I suggest you begin watching these if you wish to become pro at coding and maybe create your own base.
Another question, will these tutorials teach me the language as I go?
Or do I learn it separately?
If I have to learn it separately, does anyone mind helping me out with it?
I have work I need to go to, but Ill be on in about 5 1/2 hrs. My msn is Nikbearrr@hotmail.c
Or do I learn it separately?
If I have to learn it separately, does anyone mind helping me out with it?
I have work I need to go to, but Ill be on in about 5 1/2 hrs. My msn is Nikbearrr@hotmail.c
The guy speaking in the vid will try to explain as best as he can. I think later in one ofhis videos he suggest a site where if you cant understand him, you can refer to that site instead. And if that doesnt work maybe ask one of our coders for help.
Watch these series:
YouTube - Kanaal van thenewboston
Then watch these series:
YouTube - Kanaal van antiRTFM
YouTube - Kanaal van thenewboston
Then watch these series:
YouTube - Kanaal van antiRTFM
crossfire code works with a bit of modding
/Moved to help section .
-Combat Arms Hack Coding/Source Code (16 Viewing)
Discuss Combat Arms Hack development here. Share your Combat Arms Hacks source code here. Download Combat Arms hack source codes here too.
I disagree with you moving me thread.
I'm doing all of these things. Except sharing source codes. In the help forum people are just talking about non working hacks and help for hacks. Im not complaing but I feel that I would have gotten more help from where I was.
Learn C++ first, than go to D3D, and go on from there.
Whats the difference with c++ and d3d? What can I make with c++
Bad question.
D3D is... I believe a library (ugh I'm a noob at this). It allows you to render 3D models and polygons onto your screen to apear 3D. It makes it easier to display 3D worlds, rather than doing some kind of custom math to change 3D chordinates to 2D chordinates, you can let D3D render all your models for you.
BTW D3D stands for Direct 3D I believe.
CPP (C++) is the programing language. It allows you to code programs that would run on your computer. Using CPP you can access D3D, which would allow you to draw 2D Sprites and such or render 3D models/polygons on your computer.
Since this is a game hacking forum, D3D and CPP are the most commonly used terms so I wouldn't blame you for mixing them.
Last time I checked, you only need 1 language to make a program. Honestly, knowing more languages can screw you over. VB and C++ are very different, by learning VB first it took me a while to get used to putting a semi-colon after every command. Also by learning .NET first, it is very difficult to start grasping pointers in CPP for me. I'm still trying to understand how pointers work as in .NET everything is managed with the concept of "Give the programmer as little control as possible".
D3D is... I believe a library (ugh I'm a noob at this). It allows you to render 3D models and polygons onto your screen to apear 3D. It makes it easier to display 3D worlds, rather than doing some kind of custom math to change 3D chordinates to 2D chordinates, you can let D3D render all your models for you.
BTW D3D stands for Direct 3D I believe.
CPP (C++) is the programing language. It allows you to code programs that would run on your computer. Using CPP you can access D3D, which would allow you to draw 2D Sprites and such or render 3D models/polygons on your computer.
Since this is a game hacking forum, D3D and CPP are the most commonly used terms so I wouldn't blame you for mixing them.
Last time I checked, you only need 1 language to make a program. Honestly, knowing more languages can screw you over. VB and C++ are very different, by learning VB first it took me a while to get used to putting a semi-colon after every command. Also by learning .NET first, it is very difficult to start grasping pointers in CPP for me. I'm still trying to understand how pointers work as in .NET everything is managed with the concept of "Give the programmer as little control as possible".
Learn C++ before making hacks! I learned this the hard way! AND GO OUT... BUY A BIG ASS BOOK... or download... and read it... That is what I am doing k? get an ebook from the *COUGH* website that *arr* has the *ARRR* ship :P Programming is all you need to search xD
Dude, if you are trying to learn online, here's some helpful advice. Give up. Learning C++ and D3D or any other programming language for that matter is virtually impossible online.
