A note before we begin: I am not a pro, or even good at any of this; there is some information here that I personally did not know, and did not see anything about on the forum. This shit is super basic, but it helped me. Hopefully this can serve as a reference for people working with D2D.
I...
This is my first post, sorry if I misinterpreted any of the rules, or if this post is complete shit. Nevertheless, I thought I'd try and contribute something semi decent. This tutorial is a more intermediate tutorial, if you don't understand at least the basics of function hooking / Dx9 hooking...
So, i am trying to learn how to make a DirectX ESP, but i have encountered a problem. The ESP is lagging behind the players pretty badly. I have been doing the tutorials off DirectXTutorial.com and looked at sources and tutorials here at guidedhacking and i have managed to make the ESP draw...
Okay, so I'm using the following code to hook into a DirectX 11 game: Source Code - D3D11 Barebones hook PoC
Hooking in to the game works just fine. The game in question in s Crysis 2.
I made some changes and removed the code used for rendering a triangle on screen. I added my own code. I'm...
Okay, so I'm trying to get the offset of the Present() function for Crysis 3. To do so; I found this tutorial right here: https://www.unkn0wnch3ats.me/wiki/IDA_Pro:Reverse_D3D11_Present_function_using_IDA_Pro
The one thing I had to do, that the tutorial did not mention, was to go to debugger...
DirectXTK SimpleMath provides a very handy wrappers around XMFLOAT2/3/4/4x4 and can be used transparently in place of XMMATRIX/XMVECTOR. Basically, it will do the loading/storing from XMFLOAT unaligned structs into the SIMD intristic XMVECTOR / XMMATRIX, so you get the best of the two worlds...
Many years ago I spent a large amount of time getting a Direct X overlay to work in C#. I don't believe a method for this has ever been published (could be wrong, haven't been hacking much for some years.) I figured I would give back to the great people here at GH by releasing the source. This...
Well hello again,
like my last thread i tried to create a Hook for D3DKMTPresent. I successfully created a Hook and everything. My problem is now i can't get the Device via the SwapChain. It gets a Access Violation because its reading at a invalid pointer. I therefore checked with Cheat Engine...
Hello,
i am currently writing a Cheat in a Unity Game. With RivaTuner i found out that the game uses DirectX 11 to draw everything. I looked through some tutorials on how to hook DirectX and tried to implement it. It instantly crashed with a Access Violation. Then tried the PoC to see if i maybe...
Hello GuidedHacking guys,
I need a hand to give me indication where I failed with my typedef. I mean I tried stdcall, thiscall and fastcall and either my function isn't called or the game crashes.
Here is the calling part:
.text:00657540 spawnSelect_secondCaller proc near
.text:00657540...
Counter Strike: Global Offensive Memory Hacking C++ code examples. Ex: Read HP,Name,Coord,Bones,Weapons,items etc.
CSGO ESP EXAMPLE SCREENSHOT
It example picture. This Repositorie is C++ project's this image.
Bu örnek bir görseldir. Bu linkten görseldeki projenin C++ kaynak koduna...
Hello Guys,
i would like to share my agui with you. I'm not a big fan of imgui so i decided to write my own.
In the attachment you can download a template for Internal DirectX9 Hook and a DirectX9 Overlay.
The examples are not very professional but fulfill their purpose.
Features:
- Console
-...
This site uses cookies to personalise content, your experience and to keep you logged in. By using this site, you are consenting to our use of cookies.