Post: Someone help me with MW3?
11-08-2013, 12:13 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I need some FPS offsets, just ones that i can change text size and position of the FPS menu.
(adsbygoogle = window.adsbygoogle || []).push({});
11-08-2013, 01:11 AM #2
Originally posted by its
I need some FPS offsets, just ones that i can change text size and position of the FPS menu.


Code:
    byte[] FPSON = new byte[] { 0x41, 0x00, };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x277208, FPSON);
byte[] FPSLOCATION = new byte[] { 0x43, 0xFF, 0x00, 0x00, 0x42, 0x34, };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x277150, FPSLOCATION);
byte[] FPSsize = new byte[] { 0x3F, 0x00, };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x27714c, FPSsize);
byte[] FPStext = new byte[] { 0x3F, 0x50, };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x554d84, FPStext);

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo