Search found 11 matches

by Ultimation
Sat Jun 14, 2008 12:45 pm
Forum: madCodeHook
Topic: HELP HOOK COPYFILE and chinese word is ???
Replies: 1
Views: 3119

this code here is creating the chineese characters

lstrcpyA(question, '許功May the process ');

look for these characters and remove them "許功"
by Ultimation
Mon May 19, 2008 8:34 am
Forum: madCodeHook
Topic: DirectX Hooking Example, Along With Drawing Text On DirectX
Replies: 20
Views: 51519

Ok, As Requested, i have created a few example projects. that show the following Drawing Text Ingame Via DLL Injection Drawing Text Ingame Without DLL Injection (Proxying d3d9.dll) Drawing Images Ingame Via DLL Injection Drawing Images Ingame Without DLL Injection( Proxying d3d9.dll) Download From B...
by Ultimation
Tue May 13, 2008 10:39 pm
Forum: madCodeHook
Topic: OpenProcess() -- What I want?
Replies: 3
Views: 3462

use this, TerimateProcess Taken From Madshi's Examples // *************************************************************** // HookTerminateAPIs.dll version: 1.0 · date: 2003-06-15 // ------------------------------------------------------------- // hook (Nt)TerminateProcess and notify application abou...
by Ultimation
Tue May 13, 2008 6:09 pm
Forum: customer testimonials
Topic: Love The Software
Replies: 1
Views: 10973

Love The Software

Hi Madshi, Got to say i love your software, its the easiest around to hook api's and code blocks

Thanks

Ultimation :D
by Ultimation
Tue May 13, 2008 4:49 pm
Forum: madCodeHook
Topic: hooking wglSwapBuffers with Steam games.
Replies: 19
Views: 25230

well, i wish you guys the best of luck with your project, if you need a hand just drop me a email at ultimatehaker@hotmail.com
by Ultimation
Tue May 13, 2008 12:56 pm
Forum: madCodeHook
Topic: hooking wglSwapBuffers with Steam games.
Replies: 19
Views: 25230

not recommended but you could always write opcodes to the process memory.
by Ultimation
Tue May 13, 2008 7:37 am
Forum: madCodeHook
Topic: hooking wglSwapBuffers with Steam games.
Replies: 19
Views: 25230

Dear musikit Cant You just Hook Steams Hook DLL, So Basically You Have Application (Game) > SteamHook > Your Hook > Original Function. That way you should get round any compatibility Problems. Second Solution Just Make A Complete Wrapper For the Opengl32.dll Or Whatever You Are Using d3d9.dll Just L...
by Ultimation
Mon May 12, 2008 10:09 am
Forum: madCodeHook
Topic: DirectX Hooking Example, Along With Drawing Text On DirectX
Replies: 20
Views: 51519

you will find when drawing textures ingame you and you minimize the game your game will fail to restore and most likely crash. to correct this you need to add 2 more hooks to the directx device one on the OnLostDevices and antoher on OnRestoreDevices in the OnLostDevices hook, do mysprite._LostDevic...
by Ultimation
Mon May 12, 2008 7:20 am
Forum: madCodeHook
Topic: DirectX Hooking Example, Along With Drawing Text On DirectX
Replies: 20
Views: 51519

sure you can add me at ultimatehaker@hotmail.com (msn)

Regards

Ultimation
by Ultimation
Fri May 09, 2008 4:02 pm
Forum: madCodeHook
Topic: DirectX Hooking Example, Along With Drawing Text On DirectX
Replies: 20
Views: 51519

i didnt mean to add the drawing texture part that was me messing around, and yes i 4got freememory and the rect is only 16 bytes! sorry. yes you may use this in demos. i have recently made some progress and built a ingame msn messenger! wich will soon be avaliable for people to use. here is its prog...
by Ultimation
Sat Apr 12, 2008 7:12 pm
Forum: madCodeHook
Topic: DirectX Hooking Example, Along With Drawing Text On DirectX
Replies: 20
Views: 51519

DirectX Hooking Example, Along With Drawing Text On DirectX

This Is an example Project Showing You How To Hook DirectX Games And Draw Custom Text Onto The Games Screen. Original Code By Madshi. Direct3DHooking Example Edited By Ultimation To Include Drawing Text Onto DirectX Screens http://rapidshare.com/files/106970336/MyDirectX9Hook.rar.html More Examples ...