unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > First-Person Shooters > Other FPS Games

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


Reply
 
Thread Tools Display Modes
  #1  
Old 04-15-2010, 04:54 AM
disco disco is offline
Administrator
 
Join Date: Feb 2010
Posts: 271
Default Red-Faction: Guerilla Inf. Salvage

Posted by s0beit.




This is kind of buggy, so i will provide 2 methods.

the first method, every time you pick up salvage it will set it to 30000 (maximum),
the other, will allow you to set it to whatever you want but i have not tested it.

Problem:
Code:
.text:0078F482                 mov     [esi+4], eax    ; this line sets the current salvage
.text:0078F485                 jmp     short loc_78F48E ;jumps past the next line
.text:0078F487                 mov     dword ptr [esi+4], 7530h
Solution:
PHP Code:
det.memset_s((void *)0x0078F4820x905); 
Problem:
Code:
.text:0078F442                 mov     eax, g_pLocalEntity
......
.text:0078F452                 lea     esi, [eax+2968h]
......
.text:0078F485                 jmp     short loc_78F48E ;jumps past the next line
.text:0078F487                 mov     dword ptr [esi+4], 7530h
Solution:
PHP Code:
void __cdecl SetSalvageint iSalvage )
{
    
_asm push ebx;
    
_asm mov eax0x0128E398;
    
_asm mov eax, [eax];
    
_asm lea eax, [eax+0x2968];
    
_asm mov ebxiSalvage;
    
_asm mov [eax+4], ebx;
    
_asm pop ebx;

p.s. for tards "Salvage" is basically money.
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
guerilla, inf, redfaction, salvage

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:55 PM.