Post: [C#/1.05] FPS infos
12-17-2014, 06:21 PM #1
iTпDM
Vault dweller
(adsbygoogle = window.adsbygoogle || []).push({});
Hey Everyone!

Today i found some fps offsets and make Class for FPS Functions to easy using

FPS Functions Class :
    
public class FPS
{
static uint FPSAddress = 0x4A54BC;
static uint FPSText = 0x7A07DC;
static uint PositionY = 0x4A5434;
static uint PositionX = 0x4A5430;
static uint TextSize = 0x4A542C;
static uint Enable = 0x4A54D4;


public static void Write(string Text, float FontSize, float X, float Y)
{
PS3.Extension.WriteString(FPSText, Text);
PS3.Extension.WriteFloat(TextSize, FontSize);
PS3.Extension.WriteFloat(PositionX, X);
PS3.Extension.WriteFloat(PositionY, Y);
}


public static void FPSEnable()
{
PS3.Extension.WriteBytes(Enable, new byte[] { 0x2C, 0x03, 0x00, 0x01 });
}
public static void FPSDisable()
{
PS3.Extension.WriteBytes(Enable, new byte[] { 0x2C, 0x03, 0x00, 0x00 });
}
}


Examples :
    

FPS.FPSEnable();
FPS.FPSDisable();

FPS.Write(^1Hello, 3F, 40, 41); //this to Write Text and Float


Credits to Me for Find Offsets and Creating Class

Have Fun !
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to iTпDM for this useful post:

BISOON, ModdingNgu
12-17-2014, 09:20 PM #2
SC58
Former Staff
Originally posted by TnDM View Post
Hey Everyone!

Today i found some fps offsets and make Class for FPS Functions to easy using

FPS Functions Class :
    
public class FPS
{
static uint FPSAddress = 0x4A54BC;
static uint FPSText = 0x7A07DC;
static uint PositionY = 0x4A5434;
static uint PositionX = 0x4A5430;
static uint TextSize = 0x4A542C;
static uint Enable = 0x4A54D4;


public static void Write(string Text, float FontSize, float X, float Y)
{
PS3.Extension.WriteString(FPSText, Text);
PS3.Extension.WriteFloat(TextSize, FontSize);
PS3.Extension.WriteFloat(PositionX, X);
PS3.Extension.WriteFloat(PositionY, Y);
}


public static void FPSEnable()
{
PS3.Extension.WriteBytes(Enable, new byte[] { 0x2C, 0x03, 0x00, 0x01 });
}
public static void FPSDisable()
{
PS3.Extension.WriteBytes(Enable, new byte[] { 0x2C, 0x03, 0x00, 0x00 });
}
}


Examples :
    

FPS.FPSEnable();
FPS.FPSDisable();

FPS.Write(^1Hello, 3F, 40, 41); //this to Write Text and Float


Credits to Me for Find Offsets and Creating Class

Have Fun !


Why make a pointless post for this, This fps thing has been release prob 20 time or more for all other cod it's the same way lol should have just posted this in the addresses sticky thread as this is pointless to have it's own thread.

The following user thanked SC58 for this useful post:

FusionIsDaName
12-17-2014, 09:37 PM #3
iTпDM
Vault dweller
Originally posted by SC58 View Post
Why make a pointless post for this, This fps thing has been release prob 20 time or more for all other cod it's the same way lol should have just posted this in the addresses sticky thread as this is pointless to have it's own thread.


Yeah i found the offsets and use that with class is there any problem ?
Some people did not know is there thread from this class
01-18-2015, 02:49 AM #4
I have error Help me please You must login or register to view this content.
01-18-2015, 11:11 PM #5
What can be done with this? Sorry for being a noob.
01-20-2015, 09:00 PM #6
FPSText in 1.06 please ! (offset)

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo