unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > Programming > Assembly

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


Reply
 
Thread Tools Display Modes
  #1  
Old 03-20-2010, 09:07 PM
learn_more learn_more is offline
Member
 
Join Date: Feb 2010
Posts: 59
Default Auto Jumpgate (Offsets)

by aiwnjoo

Code:
__declspec ( naked ) void Gateway1_HUD_PostRunCmd ( void )
{
    __asm 
    {
        MOV dwCurESP, ESP
CONT:
        ADD ESP, 4
        CMP DWORD PTR SS:[ESP], 0x01D01000
        JL CONT
        JGE END
END:
        MOV dwHWDLLReturn, DWORD PTR SS:[ESP]
        PUSH ESI
        MOV ESI, HUD_PostRunCmd
        MOV DWORD PTR SS:[ESP+4], ESI
        POP ESI
        MOV ESP, dwCurESP
    }
}
Credits:

wav

Last edited by learn_more; 03-20-2010 at 09:13 PM.
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
auto, jumpgate, offsets

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 05:51 AM.