• Stars
    star
    373
  • Rank 114,600 (Top 3 %)
  • Language
    C++
  • Created over 8 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

d3d11 hook x86/x64

D3D11-Wallhack

D3D11 Hook Wallhack x86/x64

  • How to log models:
  1. run the game, inject dll, press insert for menu
  2. press F9 to see which drawing function is called by the game
  3. select DeleteTexture
  4. select Stride and use the slider till an enemy model/texture disappears
  5. press END to log the values of that model/texture to log.txt
  6. add that Stride number to your model recognition, example if(Stride == 32)
  7. next log IndexCount of that model Stride
  8. add IndexCount to your model rec, example if(Stride == 32 && IndexCount == 10155) etc.

Credits: dracorx, evolution536, test4321, Momo5000

alt tag

Here is the old version with FW1FontWrapper and MinHook: https://github.com/DrNseven/D3D11-Wallhack/tree/acc8e259e813da2e9d7ad6a39f6fcefaf1de1800

More Repositories

1

D3D11-Worldtoscreen-Finder

D3D11 Worldtoscreen Finder, dx11 w2s, d3d11 w2s, esp, world to screen
C++
334
star
2

D3D12-Hook-ImGui

d3d12 hook with imgui, directx12 hook, dx12 hook, d3d12 api hook
C++
194
star
3

SetWindowsHookEx-Injector

SetWindowsHookEx Injector
C
139
star
4

D3D11-Aimbot-Warframe

D3D11 Aimbot for Warframe
C++
49
star
5

Warframe

d3d9 hook x86/x64
C
39
star
6

Paladins-D3D

paladins d3d multihack
C
32
star
7

Vulkan-Hook

Vulkan Api Hook x86/x64, vkCmdDrawIndexed Hook, Vulkan Interceptor
C
25
star
8

CreativeDestruction-IMGUI

Creative Destruction multihack imgui edition
C++
23
star
9

DX9LoggerImGui

dx9 logger imgui hack
C++
19
star
10

Doom4-OpenglHook

opengl hook x86/x64
C
18
star
11

dipOverlay

dip hook with overlay, can bypass old anticheats
C++
16
star
12

BitBlt-color-aimbot

BitBlt color aimbot
C++
16
star
13

MidFunctionHook

midfunction d3d basehook for winxp, win7, win8, win10
C++
15
star
14

Ros-D3D

rules of survival
C++
14
star
15

glAimbot-rtcw

opengl aimbot for return to castle wolfenstein (rtcw)
C++
11
star
16

TAB-D3D11-Hack

totally accurate battlegrounds
C++
8
star
17

Ghost-in-the-Shell-D3D

Ghost in the Shell : Stand Alone Complex - First Assault Online D3D Hack Alpha
C++
7
star
18

CS2Chams

Counter-Strike 2 chams and wallhack, cs2
C++
7
star
19

Warface-pizza

simple d3d multihack using crc and pic esp
C
5
star
20

EarthfallD3D

earthfall multihack
C++
4
star
21

cryptsp_hijack_d3d11

hijacks cryptsp.dll to inject d3d11 hook, cryptsp proxy dll
C++
3
star
22

csgo-d3d9-aimbot

d3d aimbot for csgo
C++
3
star
23

CreativeDestruction-D3D

Creative Destruction aimbot wallhack multihack
C
3
star
24

Warface-Lazyhack

C++
2
star
25

temp

temp
2
star
26

AnotherColorAimbot

C++
2
star
27

n7etqw

Enemy Territory: Quake Wars, Opengl Multihack
C++
1
star
28

AVADogTagD3D

AVA Dog Tag Multihack
C++
1
star