unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > First-Person Shooters > Call Of Duty Series > Call Of Duty

- Sponsored Advertisement -
http://www.myfpscheats.com/


Reply
 
Thread Tools Display Modes
  #1  
Old 03-01-2010, 01:39 AM
disco disco is offline
Administrator
 
Join Date: Feb 2010
Posts: 271
Default COD1 Console

Posted by King-OrgY.




its very easy just serch in olly for (not game dll its the exe..) "toogleconsole" you will find like

Code:
00409281  |. 68 60884000    PUSH CoDMP.00408860                      ;  Entry address
00409286  |. 68 7C7D5A00    PUSH CoDMP.005A7D7C                      ;  ASCII "toggleconsole"
00408860 is your adrese you need for opening the console

how you use it
Code:
typedef void (*cmd_t)( );

const cmd_t                ToggleConsole            = (cmd_t)                0x408860;
Code:
if( GetAsyncKeyState(VK_F8)&1 )
{
ToggleConsole();
}
now you can opening the locket console by pressing F8
Reply With Quote
Reply

  • Submit Thread to Digg
  • Submit Thread to del.icio.us
  • Submit Thread to StumbleUpon
  • Submit Thread to Google
  • Submit Thread to Facebook
  • Submit Thread to My Yahoo!
  • Submit Thread to MySpace
  • Submit Thread to Twitter
  • Submit Thread to Reddit

Tags
cod1, console

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 03:14 PM.