Post: Offsets FPS By GsRClans [1.03]
11-14-2014, 06:03 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); 0x00793B8C = FPSText
0x49B95C = FPS Size
0x49B964 = FPSY
0x49B960 = FPSX
0x49BA07 = FPS Enabled | BYTE: ON: 01 // OFF: 00
//Credit: Me

Function: // Crédit for xReaperv3 <3

public static void EnableFPS()
{
if(PS3.Extension.ReadByte(0x49BA07) != 0x01)
PS3.SetMemory(0x49BA07, new byte[] { 0x01 });
}

public static void SetText(string Text, float fontSize, float X, float Y)
{
PS3.Extension.WriteString(0x793B8C, Text);
PS3.Extension.WriteFloat(0x49B95C, (float)fontSize);
PS3.Extension.WriteFloat(0x49B960, X);
PS3.Extension.WriteFloat(0x49B964, Y);
}
Last edited by gsrclans ; 11-14-2014 at 06:22 PM.

The following 2 users say thank you to gsrclans for this useful post:

BISOON, LBK

The following user groaned gsrclans for this awful post:

ZerthekModz
11-14-2014, 06:07 PM #2
xbold
Haxor!
Niceee bro Smile thanks to me to test ahaha

The following user thanked xbold for this useful post:

BISOON
11-14-2014, 06:19 PM #3
xReaperv3
Bounty hunter
For those who don't know how to use them:

    
public static void EnableFPS()
{
if(PS3.Extension.ReadByte(0x49BA07) != 0x01)
PS3.SetMemory(0x49BA07, new byte[] { 0x01 });
}

public static void SetText(string Text, float fontSize, float X, float Y)
{
PS3.Extension.WriteString(0x793B8C, Text);
PS3.Extension.WriteFloat(0x49B95C, (float)fontSize);
PS3.Extension.WriteFloat(0x49B960, X);
PS3.Extension.WriteFloat(0x49B964, Y);
}
11-14-2014, 06:23 PM #4
Originally posted by xReaperv3 View Post
For those who don't know how to use them:

    
public static void EnableFPS()
{
if(PS3.Extension.ReadByte(0x49BA07) != 0x01)
PS3.SetMemory(0x49BA07, new byte[] { 0x01 });
}

public static void SetText(string Text, float fontSize, float X, float Y)
{
PS3.Extension.WriteString(0x793B8C, Text);
PS3.Extension.WriteFloat(0x49B95C, (float)fontSize);
PS3.Extension.WriteFloat(0x49B960, X);
PS3.Extension.WriteFloat(0x49B964, Y);
}


I added the function I put you're credits Winky Winky <3
11-14-2014, 06:29 PM #5
FFM | iMoDzRGFR
Are you high?
Originally posted by gsrclans View Post
0x00793B8C = FPSText
0x49B95C = FPS Size
0x49B964 = FPSY
0x49B960 = FPSX
0x49BA07 = FPS Enabled | BYTE: ON: 01 // OFF: 00
//Credit: Me

Function: // Crédit for xReaperv3 <3

public static void EnableFPS()
{
if(PS3.Extension.ReadByte(0x49BA07) != 0x01)
PS3.SetMemory(0x49BA07, new byte[] { 0x01 });
}

public static void SetText(string Text, float fontSize, float X, float Y)
{
PS3.Extension.WriteString(0x793B8C, Text);
PS3.Extension.WriteFloat(0x49B95C, (float)fontSize);
PS3.Extension.WriteFloat(0x49B960, X);
PS3.Extension.WriteFloat(0x49B964, Y);
}


It's easy lol
11-14-2014, 06:36 PM #6
Originally posted by FFM
It's easy lol


I never said it was hard Winky Winky
11-14-2014, 09:08 PM #7
LBK
Little One
Originally posted by gsrclans View Post
0x00793B8C = FPSText
0x49B95C = FPS Size
0x49B964 = FPSY
0x49B960 = FPSX
0x49BA07 = FPS Enabled | BYTE: ON: 01 // OFF: 00
//Credit: Me

Function: // Crédit for xReaperv3 <3

public static void EnableFPS()
{
if(PS3.Extension.ReadByte(0x49BA07) != 0x01)
PS3.SetMemory(0x49BA07, new byte[] { 0x01 });
}

public static void SetText(string Text, float fontSize, float X, float Y)
{
PS3.Extension.WriteString(0x793B8C, Text);
PS3.Extension.WriteFloat(0x49B95C, (float)fontSize);
PS3.Extension.WriteFloat(0x49B960, X);
PS3.Extension.WriteFloat(0x49B964, Y);
}


Yeah Bro Happy Thanks <3

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo