Welcome to the UnKnoWnCheaTs - Multiplayer Game Hacks and Cheats.
You have to register before you can post and see and access any of the advanced forum features, please click the register link to proceed to the registration form. To start viewing threads or posts, select a forum that you want to visit from the selection below.
Direct3D hacking programming reversing
You are Unregistered, please register to gain Full access.
Your being extremely lazy. Your going to need to look into roverturbo's base or the starter kit. Yes that is for chams but you need to get the strides or prims for each game.
strides,numverts,ect are different in every game and have different levels of detail (lod) within the game its self so one of the ways you can use the same executable for multiple games would be to code a ini file class(use search) and load variables for the model rec and cham code or code a interface to enter values. There are tons of cham sources for various games throughout this site.
strides,numverts,ect are different in every game and have different levels of detail (lod) within the game its self so one of the ways you can use the same executable for multiple games would be to code a ini file class(use search) and load variables for the model rec and cham code or code a interface to enter values. There are tons of cham sources for various games throughout this site.
ok can u gave a link plz i want to hack sf i found ur info very usefull it kind of opend my mind thanks rep
Can I feed him, please!?
I don't know of any soldierfront hacks on this forum, the only ones I know of are pay-to-cheat, which you should never fall for.
The best thing to do: Start learning to program, and make your own.
what is the simple way to make a cham based on d3d8 games which would work in any d3d8 games
Hey,
Steps are pretty simple, but you will need to grasp C++ and basic programming fundamental if you wish to make any sense of the whole trip. I mean, you can easily put some together using C+P, trial and error, but you won't learn anything.
Here's a basic list of what you need:
1. Some sort of hook on the d3d8 interface, starterkit is probably your best bet. Once you can compile that, you can start messing with the code.
2. Obviously the game is full of different textures, models, sounds, etc. Being able to differentiate the textures you want from others is the logical step in being able to apply modifications to those textures. Depending on the game, you will probably get the best results from using a ready-available texture logger. I would recommend Strife's logger, which can be found through the search.
The application will generate texture information given by drawindexedprimitive. These include numverts, Stride and primcount. Generally, within the logger you have chosen their will be buttons you can use to go through each of the individual textures. The logger will apply cham-effects to them, as it iterates through them.
Please read and learn about how the logger works first.
3. If you've gotten this far and have not been put off, things will get a little harder now. With these collected values per texture, you need to define them (using either pound-defines in C++ or you can just use the direct values in your statements) in order to filter for your given textures.
This will be like:
if(numverts == 9000 && stride == 23 && primcount = 9001)
{
// some cham code shown above in this thread
}
Like I said, things will be easier if you understand C++ and simple programming concepts...
1. Some sort of hook on the d3d8 interface, starterkit is probably your best bet. Once you can compile that, you can start messing with the code.
In this case (with SF) the starterkit will not work, he will need to go with some serious stuff. This game is fully protected with gamegaurd, not to mention you cant even alt-tab (the dissconnect you for alt-tabbing).
__________________
(1217 AM) uNrEaL: One man's slap in the face is another man's slit throat