I don't mean like a request request but I want some look at the source of a Combat Arms Hack ... I mean I don't wan't to make it only look at it.. So if somebody can be helpfull... and give me a source to a Combat Arms Hack (with Menu) There don't need to be something in it only I can see it... And how the source it builded... up. I only wan't that and after that I can make hacks too maby..
O'rly?
What if you're gonna use our sources to create 'your own hacks'?
What to do now:
1) Learn the basics of C++
2) Learn D3D
3) Learn reverse engineering
4) Learn how to use the 'search' button
5) Try to make them yourself instead of leeching our codens =)
I dont understand the source and how to build it... With menu... it dont work when I make it.. so... it is some bad tutorials..
You don't understand it because you don't understand C++. That part should be obvious. The question now is what are you going to do about?
Code:
// MyHack-1.cpp : Defines the exported functions for the DLL application.
//
#include "stdafx.h"
#include "addys.h"
// 0 = offf / 1 = on
int test1 = 1;
int test2 = 1;
int Test3 = 1;
And I dont understand how I can see the menu... I havent added any hacks...
Originally Posted by tuve2
And I dont understand how I can see the menu... I havent added any hacks...
That code you just posted means absolutely jack. To see a menu you would have to create your own D3d.dll and inject it into the Process. Unless of course it uses OpenGL. In that case you would have to code the menu in OpenGL, but that's mostly for older games. Most new games use DirectX. Learn it. In fact learn all the stuff HD posted in that order. If your not willing to I can't help you.
I have made a dll file... and injected but I dunno how to show it...