Post: bo2 rtm tool reset name Offset ?
09-18-2015, 02:18 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); if anyone has the reset name offset please post it here and if anyone wants to help me get set clan tag to work add my skype ksqui_12
ReaperTustinNeedaSal
(adsbygoogle = window.adsbygoogle || []).push({});
09-18-2015, 04:40 AM #2
Adrian
Adrian is back!
Originally posted by BMT View Post
if anyone has the reset name offset please post it here and if anyone wants to help me get set clan tag to work add my skype ksqui_12
ReaperTustinNeedaSal


There is a reset name offset but there is a much easier way to do it, i have put up a tutorial on how to add it to your application if you wish to go and have a look at that. The offset freezes your ps3 sometimes so I would recommend to do this. You must login or register to view this content..
09-18-2015, 04:52 AM #3
Bro how do i fix error code Reverse for set clan tag
09-18-2015, 04:55 AM #4
Adrian
Adrian is back!
Originally posted by BMT View Post
Bro how do i fix error code Reverse for set clan tag


Can you please show me a screen shot of the error?
09-18-2015, 05:16 AM #5
Originally posted by Adrian View Post
Can you please show me a screen shot of the error?


You must login or register to view this content.
09-18-2015, 05:19 AM #6
Adrian
Adrian is back!
Originally posted by BMT View Post
You must login or register to view this content.


I need to see the code. Like where the red underline is.
09-18-2015, 05:23 AM #7
Originally posted by Adrian View Post
I need to see the code. Like where the red underline is.


what you mean
09-18-2015, 05:27 AM #8
Adrian
Adrian is back!
Originally posted by BMT View Post
what you mean


Here man, here is the coding to clan changer.
    put this above the Button when you double click on it//

private void SetClan(uint offset, string input)
{
PS3.SetMemory(offset, new byte[6]);
if (input.Length == 1)
{
CombSetClan = Combine(new byte[7], Encoding.ASCII.GetBytes(input).Reverse<byte>().ToArray<byte>()).Reverse<byte>().ToArray<byte>();
}
else
{
if (input.Length == 2)
{
CombSetClan = Combine(new byte[6], Encoding.ASCII.GetBytes(input).Reverse<byte>().ToArray<byte>()).Reverse<byte>().ToArray<byte>();
}
else
{
if (input.Length == 3)
{
CombSetClan = Combine(new byte[5], Encoding.ASCII.GetBytes(input).Reverse<byte>().ToArray<byte>()).Reverse<byte>().ToArray<byte>();
}
else
{
if (input.Length == 4)
{
CombSetClan = Combine(new byte[4], Encoding.ASCII.GetBytes(input).Reverse<byte>().ToArray<byte>()).Reverse<byte>().ToArray<byte>();
}
}
}
}
if (input.Length > 0)
{
PS3.SetMemory(offset, BitConverter.GetBytes(BitConverter.ToUInt64(CombSetClan, 0) * 64uL));
}
}
private byte[] Combine(byte[] Arr1, byte[] Arr2)
{
byte[] array = new byte[Arr1.Length + Arr2.Length];
Buffer.BlockCopy(Arr1, 0, array, 0, Arr1.Length);
Buffer.BlockCopy(Arr2, 0, array, Arr1.Length, Arr2.Length);
return array;
}


then something in the button would look like this//

SetClan(0x2708238, textBox1.Text);//remember to change to your textBox


and then at the top of you tool with all the privates you will need this//

private byte[] CombSetClan;


Maybe you coding is wrong.
09-18-2015, 05:29 AM #9
Originally posted by Adrian View Post
Here man, here is the coding to clan changer.
    put this above the Button when you double click on it//

private void SetClan(uint offset, string input)
{
PS3.SetMemory(offset, new byte[6]);
if (input.Length == 1)
{
CombSetClan = Combine(new byte[7], Encoding.ASCII.GetBytes(input).Reverse<byte>().ToArray<byte>()).Reverse<byte>().ToArray<byte>();
}
else
{
if (input.Length == 2)
{
CombSetClan = Combine(new byte[6], Encoding.ASCII.GetBytes(input).Reverse<byte>().ToArray<byte>()).Reverse<byte>().ToArray<byte>();
}
else
{
if (input.Length == 3)
{
CombSetClan = Combine(new byte[5], Encoding.ASCII.GetBytes(input).Reverse<byte>().ToArray<byte>()).Reverse<byte>().ToArray<byte>();
}
else
{
if (input.Length == 4)
{
CombSetClan = Combine(new byte[4], Encoding.ASCII.GetBytes(input).Reverse<byte>().ToArray<byte>()).Reverse<byte>().ToArray<byte>();
}
}
}
}
if (input.Length > 0)
{
PS3.SetMemory(offset, BitConverter.GetBytes(BitConverter.ToUInt64(CombSetClan, 0) * 64uL));
}
}
private byte[] Combine(byte[] Arr1, byte[] Arr2)
{
byte[] array = new byte[Arr1.Length + Arr2.Length];
Buffer.BlockCopy(Arr1, 0, array, 0, Arr1.Length);
Buffer.BlockCopy(Arr2, 0, array, Arr1.Length, Arr2.Length);
return array;
}


then something in the button would look like this//

SetClan(0x2708238, textBox1.Text);//remember to change to your textBox


and then at the top of you tool with all the privates you will need this//

private byte[] CombSetClan;


Maybe you coding is wrong.


the error is Array.resverse
09-18-2015, 05:31 AM #10
Adrian
Adrian is back!
Originally posted by BMT View Post
the error is Array.resverse


Just add the coding and i am sure it will work, it is worth a try.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo