unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > First-Person Shooters > Americas Army Series > America's Army UE v2

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


Reply
 
Thread Tools Display Modes
  #1  
Old 02-27-2010, 08:54 AM
smaller smaller is offline
Moderator
 
Join Date: Feb 2010
Posts: 22
Default [C++] No Flash

This is NoFlash code that working on AAO2.8.4.



Offset for NoFlash are:



Code:
AGP.HumanController._FlashEffect -> 0xe3c

AGP.HumanController._FlashSoundIntensity -> 0xeb4

AGP.HumanController._FlashSoundTime -> 0xeac

AGP.HumanController.FlashBangDistortion -> 0xea4

AGP.HumanController.FlashBangDistortionFade -> 0xea8


Now we can code our NoFlash:



Code:
void NoFlash()

{

    __asm

    {

        mov ecx, dword ptr ss:[pHumanController]

        xor eax, eax

        mov dword ptr ds:[ecx + 0xe3c], eax

        mov edx, dword ptr ss:[pHumanController]

        mov dword ptr ds:[edx + 0xeb4], eax

        mov ecx, dword ptr ss:[pHumanController]

        mov dword ptr ds:[ecx + 0xeac], eax

        mov edx, dword ptr ss:[pHumanController]

        mov dword ptr ds:[edx + 0xea4], eax

        mov ecx, dword ptr ss:[pHumanController]

        mov dword ptr ds:[ecx + 0xea8], eax

    }

}


pHumanController contain the adddress of pController.
by R00t88

Last edited by smaller; 03-28-2010 at 02:35 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
flash

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:27 AM.