Originally posted by whocates
Hey can u explain your anti ban method please? Thanks if you can.
-
private void CheckBox6CheckedChanged(object sender, EventArgs e)
{
byte[] buffer = new byte[]
{
72,
0,
3,
76
};
this.PS3.SetMemory(5292920u, buffer);
byte[] buffer2 = new byte[]
{
72,
0,
0,
100
};
this.PS3.SetMemory(5274456u, buffer2);
byte[] buffer3 = new byte[]
{
72,
0,
0,
132
};
this.PS3.SetMemory(5285688u, buffer3);
byte[] buffer4 = new byte[]
{
72,
0,
0,
44
};
this.PS3.SetMemory(5504492u, buffer4);
byte[] buffer5 = new byte[]
{
72,
0,
0,
36
};
this.PS3.SetMemory(5296160u, buffer5);
}
please explain the offsets it is changing and why...