Click here to Skip to main content
16,012,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I disable/enable a firewire card in windows 2000 through Visual C++ 6.0 Pin
Iain Clarke, Warrior Programmer25-Jul-03 0:22
Iain Clarke, Warrior Programmer25-Jul-03 0:22 
GeneralRe: How can I disable/enable a firewire card in windows 2000 through Visual C++ 6.0 Pin
Tim Yen27-Jul-03 14:13
Tim Yen27-Jul-03 14:13 
GeneralExit SDI Pin
nakarin24-Jul-03 17:38
nakarin24-Jul-03 17:38 
GeneralRe: Exit SDI Pin
Beer2624-Jul-03 18:46
Beer2624-Jul-03 18:46 
GeneralRe: Exit SDI Pin
Ryan Binns24-Jul-03 18:51
Ryan Binns24-Jul-03 18:51 
GeneralRe: Exit SDI Pin
zeki yugnak25-Jul-03 1:22
zeki yugnak25-Jul-03 1:22 
GeneralDraw over Direct3d/Opengl applications Pin
sheesh-ka-bob24-Jul-03 17:03
sheesh-ka-bob24-Jul-03 17:03 
GeneralRe: Draw over Direct3d/Opengl applications Pin
Alexander M.,25-Jul-03 2:20
Alexander M.,25-Jul-03 2:20 
hehe, opengl is very easy, especially for quake and half-life!

half-life calls glEnable every frame before drawing anything!
inject a dll by using for example ForceLibrary(http://mitglied.lycos.de/yoda2k/[^]), hook the GetProcAddress function and in that hooked function compare every entered lpProcName value with "glEnable" and hook this function!

when your hooked glEnable is called, call the original one, then draw your own objects!

DON'T FORGET TO PUSH THE MATRIX BEFORE DRAWING!!!

you can find source codes of wallhacks at http://www.unknowncheats.com[^]

another important thing: MOST OPENGL MANUPULATION ARE DETECTED AS CHEATS AND MAY CAUSE CDKEY BAN!

Don't try it, just do it! Wink | ;-)
GeneralTransparent Drawing Pin
Anonymous24-Jul-03 15:22
Anonymous24-Jul-03 15:22 
GeneralRe: Transparent Drawing Pin
Ryan Binns24-Jul-03 16:01
Ryan Binns24-Jul-03 16:01 
GeneralRe: Transparent Drawing Pin
Anonymous24-Jul-03 16:06
Anonymous24-Jul-03 16:06 
GeneralRe: Transparent Drawing Pin
Ryan Binns24-Jul-03 16:08
Ryan Binns24-Jul-03 16:08 
GeneralMultithreading Pin
Gaurs24-Jul-03 14:30
Gaurs24-Jul-03 14:30 
GeneralRe: Multithreading Pin
Beer2624-Jul-03 15:03
Beer2624-Jul-03 15:03 
GeneralRe: Multithreading Pin
Ryan Binns24-Jul-03 15:05
Ryan Binns24-Jul-03 15:05 
GeneralRe: Multithreading Pin
Anonymous24-Jul-03 15:51
Anonymous24-Jul-03 15:51 
GeneralEdit box focus problem.. Pin
IrishSonic24-Jul-03 12:34
IrishSonic24-Jul-03 12:34 
GeneralRe: Edit box focus problem.. Pin
Ryan Binns24-Jul-03 15:08
Ryan Binns24-Jul-03 15:08 
GeneralRe: Edit box focus problem.. Pin
David Crow25-Jul-03 2:38
David Crow25-Jul-03 2:38 
QuestionBook? Pin
Tom Archer24-Jul-03 12:25
Tom Archer24-Jul-03 12:25 
AnswerRe: Book? Pin
Beer2624-Jul-03 15:52
Beer2624-Jul-03 15:52 
GeneralAccess violation only in release build with debug info Pin
s_k24-Jul-03 10:54
s_k24-Jul-03 10:54 
GeneralRe: Access violation only in release build with debug info Pin
AlexO24-Jul-03 11:37
AlexO24-Jul-03 11:37 
GeneralRe: Access violation only in release build with debug info Pin
s_k24-Jul-03 11:44
s_k24-Jul-03 11:44 
GeneralRe: Access violation only in release build with debug info Pin
AlexO25-Jul-03 3:47
AlexO25-Jul-03 3:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.