OldSchoolHack

Register / Login English

User Search: KingClem

Search-Information
KingClem
Threads
Thread Forum Last Post Posts Views
icon

Go to first new post [Release] WarInc Battlezone Public 1.0 Posted on: Fri 9. Aug 2013, 15:52

KingClem

preview Preview

Go To Post

Kategorie: Other
Entwickler: KingClem

Beschreibung:
Credits:
*KingClem™ (Class,Menu,Hook,Hack)
*Vincent Vega (Little Hint ,because Debugging)
*R3D_L!ne (Injector & its Red,god dam http://forum.game-hunt3rs.com/public/style_emoticons/default/biggrin.png)

Changelog:
07.08.2013 ---- First Relase
-/-

Known Bugs:
-/-

Hotkeys:
NUMPAD0 : Go in the Air
Insert : Default Menu Visible/Hide
F5 : Panic Exit
Arrowkeys: Menu Control (Up=Up,Down=Down,Left=Off,Right=On)

How to:
Unpack (using 7Zip or WinRaR)
Start Injector.exe as Administrator
Enter DLL Name (Default: KC_WarInc.dll)
Enter Processname: WarInc.exe
Start WarInc.
(It can crash if you dont use Window Mode for WarInc)


Screenshots:
https://www.oldschoolhack.me/hackdata/screenshot/thumb/c1c99caf5a7f188d5b33818d41d29e8c.jpg

Download:
[Other] WarInc Battlezone Public 1.0
Other FPS Games

Tue 22. Sep 2015, 18:31

by LexusCheats Go to last post
2 2085
icon

Go to first new post Fragen zu DirectX 11 Hooking Posted on: Sun 12. Aug 2012, 21:16

KingClem

preview Preview

Go To Post

Hey OSH,
Ich habe angefangen mich mit DX11 zu beschäftigen.
Habe mir bis jetzt die Sample Tutorials aus der SDK durchgelesen & vieles davon verstanden.
Zu 100% blicke ich leider noch nicht durch. Deswegen meine Fragen:

Ich glaube das ich D3D11CreateDeviceAndSwapChain hooken muss (MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/ff476083%28v=vs.85%29.aspx ) Dieses wird nämlich in allen Samples aufgerufen.
Dieses Funktioniert auch nicht.Die Addresse finde ich mit GetProcAddress in der DX11 Dll.

Allerdings kann ich nichts zeichnen ,ich habe versucht wie in den Samples "ClearRenderTargetView" zu benutzen.Dieses Funktioniert aber nicht,und beim hook versuch Crasht es.

Dazu frage ich mich wie ich Text Rendere ,weil ich den Sample Tutorials nichts zu finden ist.

Über ein paar Infos und hilfestellungen würde ich mich sehr freuen.

//EDIT CODE:
TEXT Code:
  1.  
  2.  
  3. typedef HRESULT (WINAPI* __stdcall tD3D11CreateDeviceAndSwapChain)(IDXGIAdapter *pAdapter, D3D_DRIVER_TYPE DriverType, HMODULE Software, UINT Flags, const D3D_FEATURE_LEVEL *pFeatureLevels, UINT FeatureLevels, UINT SDKVersion, const DXGI_SWAP_CHAIN_DESC *pSwapChainDesc, IDXGISwapChain* ppSwapChain, ID3D11Device* ppDevice, D3D_FEATURE_LEVEL *pFeatureLevel, ID3D11DeviceContext **ppImmediateContext);
  4. tD3D11CreateDeviceAndSwapChain pD3D11CreateDeviceAndSwapChain = NULL;
  5.  
  6.  
  7. HRESULT WINAPI D3D11CreateDeviceAndSwapChain_Hook(IDXGIAdapter *pAdapter, D3D_DRIVER_TYPE DriverType, HMODULE Software, UINT Flags, const D3D_FEATURE_LEVEL *pFeatureLevels, UINT FeatureLevels, UINT SDKVersion, const DXGI_SWAP_CHAIN_DESC *pSwapChainDesc, IDXGISwapChain* ppSwapChain, ID3D11Device* ppDevice, D3D_FEATURE_LEVEL *pFeatureLevel, ID3D11DeviceContext **ppImmediateContext)
  8. {
  9. Helper->WriteLog("D3D11 => Hook working.");
  10.  
  11.  
  12. return pD3D11CreateDeviceAndSwapChain(pAdapter, DriverType, Software, Flags, pFeatureLevels, FeatureLevels, SDKVersion, pSwapChainDesc, ppSwapChain, ppDevice, pFeatureLevel, ppImmediateContext);
  13. }
  14.  
  15.  
  16.  
  17. DWORD WINAPI Thread(LPVOID)
  18. {
  19. DWORD dwD3D11 = NULL;
  20. while( !dwD3D11 )
  21. {
  22. dwD3D11 = (DWORD)GetModuleHandle( L"d3d11.dll" );
  23. Sleep( 250 );
  24.  
  25. }
  26. BYTE *C_Device =( BYTE* ) GetProcAddress( (HMODULE)dwD3D11, "D3D11CreateDeviceAndSwapChain" );
  27. pD3D11CreateDeviceAndSwapChain = ( tD3D11CreateDeviceAndSwapChain ) Hook->DetourCreate(C_Device, ( BYTE* )D3D11CreateDeviceAndSwapChain_Hook, 0);
  28. if(!pD3D11CreateDeviceAndSwapChain){
  29. MessageBoxA(0,"Hooking: D3D11CreateDeviceAndSwapChain Failed.Proccess get closed.","Error 15",MB_OK);
  30. ExitProcess(0);
  31. }
  32. return 0;
  33. }
  34.  
  35.  
  36.  

Mein gehookter bereich wird nicht aufgerufen.
VB, C/C++, Delphi, etc

Mon 24. Sep 2012, 19:03

by Jeon Go to last post
1 1416
icon

Go to first new post KingClem & R3D_Line God-Cheater D3D Posted on: Sat 31. Dec 2011, 13:33

KingClem

preview Preview

Go To Post

Ahnlab HackShield got PWND!

Screenshot:
http://oi42.tinypic.com/1fu8ec.jpg

Direct Download:
*HOSTED ON God-Cheater Uploading Service*
upload-gc.bplaced.net/download.php?id=4e493440bc1d75fa6d5b114077c11ff2

Viruscan:_
http://www.virustotal.com/file-scan/report.html?id=baa61bfe9cb3eeceaa403a32200b429b449d60d2d40b889dead77d2ea2c150e4-1325293470
Warrock

Sat 31. Dec 2011, 13:33

by KingClem Go to last post
0 184
Downloads
WarInc Battlezone Public 1.0

WarInc Battlezone Public 1.0

Credits: *KingClem™ (Class,Menu,Hook,Hack) *Vincent Vega (Little Hint ,because Debugging) *R3D_L!ne (Injector & its Red,god dam  http://forum.game- ) Changelog: 07.08.2013 ---- First Relase -/- Known Bugs: -/- Hotkeys: NUMPAD0 : Go in the Air Insert : Default Menu Visible/Hide F5 : Panic Exit Arrowkeys:
7. Aug 2013
18:44