someone help me with hack codes and creating a hack .
i have finally finished learning c++

it took me so long . but any way i need one of you guys to be my teacher and teach me hack codes and how to create a hack and injectors and this stuff .

You really think you can fool the real coders?(i am not)
1.this it s swiftdude's base.(you should know to make a base)
2.it s not loop 445 for weapons,it s 565,so you have old source.
3.if you want help and dont know C++ just ask,but don t lier
Guys dont get mad meave he is a noob but he want help to be able to make hacks... Calm Down...
Search for "free c++ ebook" on google or somewhere else (of course without ").
I found a good one, but I think, it would be against the rules to post the URL here.
If you don't find a good one, send me a private message.
For some e-books you need a PDF Viewer.
You have to read it carefully.
I dont see the point in saying u learn C++ because the only way to learn Hacking is to DIVE INTO IT AND PULL IT OUT!, or learn ASM and reverse engineer but who wanna do that when they are people posting addies for us.
If u have learn C++ and dont know how to hack, then let me give u an idea
An injector Calls the function LoadLibrary within a Process, with the function CreateRemoteThread
LoadLibrary loads the DLL into memory and somewhere after that calls the funtion DllMain
CreateRemoteThread creates a thread in another process.
This is why DllMain is required in the dlls.
the code of which u put in DLLMain is now executed.
Hacking is simple editing memory in CF, we get function in memory, We get addies/ pointers in memory, and we change it to what we want.
if u learn asm u will understand this more.